From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E5EAE1F4B4 for ; Tue, 5 Jan 2021 20:04:47 +0000 (UTC) Received: from localhost ([::1]:60448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwsZS-0000Rw-L3 for normalperson@yhbt.net; Tue, 05 Jan 2021 15:04:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwsYa-0008NG-7r for bug-gnulib@gnu.org; Tue, 05 Jan 2021 15:03:52 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:37632) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwsYX-0005H4-Fq for bug-gnulib@gnu.org; Tue, 05 Jan 2021 15:03:51 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 3767A160105 for ; Tue, 5 Jan 2021 12:03:46 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id PBAs4LC7dbew; Tue, 5 Jan 2021 12:03:44 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id DBAE6160109; Tue, 5 Jan 2021 12:03:44 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4r0nVxFdvDGZ; Tue, 5 Jan 2021 12:03:44 -0800 (PST) Received: from penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id BA2BD1600DA; Tue, 5 Jan 2021 12:03:44 -0800 (PST) From: Paul Eggert To: bug-gnulib@gnu.org Subject: [PATCH] maint: note syncs to glibc Date: Tue, 5 Jan 2021 12:03:38 -0800 Message-Id: <20210105200338.8993-1-eggert@cs.ucla.edu> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" * config/srclist.txt: filename.h, idx.h, scratch_buffer.h and scratch_buffer_dupfree.c are now identical to glibc. Add commentary about some other syncs we=E2=80=99d like. --- ChangeLog | 7 +++++++ config/srclist.txt | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48aeb44ac..83b2cda2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-01-05 Paul Eggert + + maint: note syncs to glibc + * config/srclist.txt: filename.h, idx.h, scratch_buffer.h and + scratch_buffer_dupfree.c are now identical to glibc. Add + commentary about some other syncs we=E2=80=99d like. + 2021-01-05 Bruno Haible =20 truncate: Work around trailing slash bug in truncate() on AIX 7.2. diff --git a/config/srclist.txt b/config/srclist.txt index 3956082c8..a2b058d73 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -49,8 +49,10 @@ $GNUORG Copyright/request-assign.future doc/Copyright $GNUORG Copyright/request-assign.program doc/Copyright $GNUORG Copyright/request-disclaim.changes doc/Copyright =20 -#$LIBCSRC include/scratch_buffer.h lib/malloc -#$LIBCSRC malloc/scratch_buffer_dupfree.c lib/malloc +$LIBCSRC include/filename.h lib +$LIBCSRC include/idx.h lib +$LIBCSRC include/scratch_buffer.h lib/malloc +$LIBCSRC malloc/scratch_buffer_dupfree.c lib/malloc $LIBCSRC malloc/scratch_buffer_grow.c lib/malloc $LIBCSRC malloc/scratch_buffer_grow_preserve.c lib/malloc $LIBCSRC malloc/scratch_buffer_set_array_size.c lib/malloc @@ -61,6 +63,7 @@ $LIBCSRC posix/regex.c lib #$LIBCSRC posix/regex_internal.c lib #$LIBCSRC posix/regex_internal.h lib $LIBCSRC posix/regexec.c lib +#$LIBCSRC stdlib/canonicalize lib/canonicalize-lgpl.c #$LIBCSRC sysdeps/generic/eloop-threshold.h lib $LIBCSRC time/timegm.c lib #$LIBCSRC time/mktime.c lib @@ -82,6 +85,7 @@ $LIBCSRC time/mktime-internal.h lib #$LIBCSRC argp/argp-pvh.c lib gpl #$LIBCSRC argp/argp-xinl.c lib gpl #$LIBCSRC argp/argp.h lib gpl +#$LIBCSRC misc/sys/cdefs.h lib #$LIBCSRC stdlib/getsubopt.c lib gpl #$LIBCSRC posix/getopt.c lib gpl #$LIBCSRC posix/getopt.h lib gpl (getopt.in.h in gnulib) --=20 2.29.2