]> Savannah Git Hosting - gnulib.git/commitdiff
regex: sync with glibc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Sep 2021 15:14:05 +0000 (08:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Sep 2021 15:14:40 +0000 (08:14 -0700)
* config/srclist.txt: Uncomment-out posix/regex.c and related
files, as the Gnulib versions have now been copied to glibc.
* lib/intprops.h: Remove authorship comment, as per glibc guidelines.

ChangeLog
config/srclist.txt
lib/intprops.h

index 6d5ba0854168f5ddadd8325951c5473bce9fa072..a641418208bb0f6ec22ecaf605fedf23dbd4fa4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-09-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       regex: sync with glibc
+       * config/srclist.txt: Uncomment-out posix/regex.c and related
+       files, as the Gnulib versions have now been copied to glibc.
+       * lib/intprops.h: Remove authorship comment, as per glibc guidelines.
+
 2021-09-20  Simon Josefsson  <simon@josefsson.org>
 
        maint: Avoid syntax-check failure for empty gnulib submodule.
index da906571ce25ea89980b2958c57d172d08061353..16b61721aa173343f7e6bb01352bc848ab86502f 100644 (file)
@@ -63,13 +63,14 @@ $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
-#$LIBCSRC include/intprops.h             lib
-#$LIBCSRC posix/regcomp.c              lib
-#$LIBCSRC posix/regex.c                        lib
-#$LIBCSRC posix/regex.h                        lib
-#$LIBCSRC posix/regex_internal.c       lib
-#$LIBCSRC posix/regex_internal.h               lib
-#$LIBCSRC posix/regexec.c              lib
+$LIBCSRC include/intprops.h             lib
+$LIBCSRC misc/sys/cdefs.h              lib
+$LIBCSRC posix/regcomp.c               lib
+$LIBCSRC posix/regex.c                 lib
+$LIBCSRC posix/regex.h                 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
@@ -92,7 +93,6 @@ $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)
index 9d10028a5966c1c6fba2eb1a0907ac75a80dbc78..3fe64e82e9f547cec0f5ebfeb1879522ae560155 100644 (file)
@@ -15,7 +15,6 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* Written by Paul Eggert.  */
 
 #ifndef _GL_INTPROPS_H
 #define _GL_INTPROPS_H