Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yGh0iWjP; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0x5iM+Ft Received: by mail.netbsd.org (Postfix, from userid 605) id B515984E98; Sat, 9 Mar 2024 10:54:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709981653; bh=IcTXvMt9wTZHbCo8oQZRfrE0eLWgRu6kKm7o9VAYjPE=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=yGh0iWjPoWrRjvF1NNdaHhzlAOR/ra1L4ZjdNBmQfXGs/ENCcC8LjonQRwO4U3Lbg VinfR1wrPZwJAfj4J4jc37tD4q4MM+ti7SphjvNB1AVt+c/e+IFXKC037PdFaoJyYN OhSp13UPvllx8URftKH+uusINzBmWfwmy/uSlOuY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EB5B84D8D for ; Sat, 9 Mar 2024 10:54:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nJHdyWHc0TvH for ; Sat, 9 Mar 2024 10:54:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3EEDA84D1C for ; Sat, 9 Mar 2024 10:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709981652; bh=IcTXvMt9wTZHbCo8oQZRfrE0eLWgRu6kKm7o9VAYjPE=; h=Date:From:Subject:To:Reply-To; b=0x5iM+Ft1tHLysUfBRMdALFk1T2Uzq5YIl/474Yyw7c1+llU3kCLe9xQQUwtqZfM2 1YGo8xAHIe0W5pWbPhjaojjEZUfMq3oZDIhgLP7oXHuSlzP8tWIA8gG6d9XqxWC7ls oIxt6EqdGGh8IjFRcFmwY+jqwFhO4DcYrqN1Y/zI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 369CBFA2A; Sat, 9 Mar 2024 10:54:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 9 Mar 2024 10:54:12 +0000 From: "Roland Illig" Subject: CVS commit: src/usr.bin/xlint/lint1 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240309105412.369CBFA2A@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Sat Mar 9 10:54:12 UTC 2024 Modified Files: src/usr.bin/xlint/lint1: func.c lint1.h Log Message: lint: internally store case label values in order of appearance To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/usr.bin/xlint/lint1/func.c cvs rdiff -u -r1.217 -r1.218 src/usr.bin/xlint/lint1/lint1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.