summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-09-21 08:14:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-09-21 08:14:40 -0700
commit5d88f131091542816326a470e9dab945b763538d (patch)
tree277f2d3419f59180bd702b7bc3ad1901148fbff8 /config
parent9aca7b67333fd0a90bf56104325ce96199644451 (diff)
downloadgnulib-5d88f131091542816326a470e9dab945b763538d.tar.gz
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.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index da906571ce..16b61721aa 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -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)