summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-06 12:13:47 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-06 12:14:06 -0800
commit969abe7a2569b4bbedb8084cf682c957233993a0 (patch)
tree1f347f4a84ed01ee84aaf044be8df31cdf02689b /config
parent9a102ff35f4a8c81647fcf7430059dfe59ddd921 (diff)
downloadgnulib-969abe7a2569b4bbedb8084cf682c957233993a0.tar.gz
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.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index e001d15c36..4a3a5a7af0 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -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