]> Savannah Git Hosting - gnulib.git/commitdiff
regex: now back in sync with glibc
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2019 20:13:47 +0000 (12:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2019 20:14:06 +0000 (12:14 -0800)
* config/srclist.txt: regcomp.c, regex_internal.c, regex_internal.h,
regexec.c got merged into glibc and are now copies again.

ChangeLog
config/srclist.txt

index b20008a175a418fe3b7577555c0cc23803af9bf0..1400624d419989f3a6fe10288291781a4f65a3e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-11-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       regex: now back in sync with glibc
+       * config/srclist.txt: regcomp.c, regex_internal.c, regex_internal.h,
+       regexec.c got merged into glibc and are now copies again.
+
 2019-10-27  Bruno Haible  <bruno@clisp.org>
 
        host-cpu-c-abi: Recognize i386 and a couple of other CPUs as 32-bit.
index e001d15c369b34d1316602fa84fbb043f217cff2..4a3a5a7af066f6d56dfd0de0b2380b459ba97d42 100644 (file)
@@ -52,12 +52,12 @@ $LIBCSRC malloc/scratch_buffer_grow_preserve.c      lib/malloc
 $LIBCSRC malloc/scratch_buffer_set_array_size.c        lib/malloc
 # Temporarily newer in Gnulib than in glibc.
 #$LIBCSRC include/intprops.h             lib
-#$LIBCSRC posix/regcomp.c              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 posix/regex_internal.c                lib
+$LIBCSRC posix/regex_internal.h                lib
+$LIBCSRC posix/regexec.c               lib
 $LIBCSRC time/timegm.c                 lib
 $LIBCSRC time/mktime.c                 lib
 $LIBCSRC time/mktime-internal.h                lib