Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PVEZFpfw; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wg7ocoLn Received: by mail.netbsd.org (Postfix, from userid 605) id F1EC084ECF; Tue, 16 Apr 2024 23:43:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713310990; bh=2/pXMDxMmaCZr9EIYN91UjeKR5/ALRR3XAbCyfTqWNs=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=PVEZFpfwxGrsulmpcDZnjaV+mwyFbhDw8rZtLBgeDxSfRaKT6uDhsHiCwbNS9UFXV By1vI8GBvDpA8xEV3Y7RYPibhpjBapV0ulbcJNetBz72bzsQSjF0RGCKuLFm/r0pAE 2HosDqHbXlUTDOho4ABN7a5MqwG5m4Ii50MB+a/o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDF2E84D2E for ; Tue, 16 Apr 2024 23:43:08 +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 BSJwmrjgiSRQ for ; Tue, 16 Apr 2024 23:43:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6152984C86 for ; Tue, 16 Apr 2024 23:43:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713310988; bh=2/pXMDxMmaCZr9EIYN91UjeKR5/ALRR3XAbCyfTqWNs=; h=Date:From:Subject:To:Reply-To; b=wg7ocoLnb5BL5IndtDWIEvILVnCFwdyvGZeAzfcb3D0YJ2glQqnSqzFGvCYrSzgeY C3hhL5K+2aD8eNd9eEO/S0jocFSKgaH4XB/+fe/1Zmxj0ZdyoT84MsWjqMdFj2S50A 3yCrPdpSUqONs53ie4/BY241u3517WQ80s79qcuk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55466FA2C; Tue, 16 Apr 2024 23:43:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 16 Apr 2024 19:43:08 -0400 From: "Christos Zoulas" Subject: CVS commit: src/external/gpl2/texinfo/dist/makeinfo To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240416234308.55466FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Tue Apr 16 23:43:08 UTC 2024 Modified Files: src/external/gpl2/texinfo/dist/makeinfo: index.c Log Message: Add comparison function so that it can be used to provide a stable sort (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/texinfo/dist/makeinfo/index.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.