From c7b5d627ba95313c35192d714ad9794389824a49 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Jan 2021 12:03:00 -0800 Subject: [PATCH] maint: note syncs to glibc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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’d like. --- ChangeLog | 7 +++++++ config/srclist.txt | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48aeb44ac1..83b2cda2d7 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’d like. + 2021-01-05 Bruno Haible truncate: Work around trailing slash bug in truncate() on AIX 7.2. diff --git a/config/srclist.txt b/config/srclist.txt index 3956082c84..a2b058d73d 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 -#$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) -- 2.39.5