I installed the following to sync coreutils from gnulib with respect
to regex.  This is a big patch, so I won't enclose the stuff that's
identical to yesterday's gnulib patch.  You can find the gnulib patch
here:

http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00041.html

and here are the changes needed to integrate it into coreutils, which
I installed just now:

2005-07-07  Paul Eggert  <[EMAIL PROTECTED]>

        Switch to Isamu Hasegawa's implementation of regex, which is
        now in gnulib.
        * lib/regcomp.c, lib/regex_internal.c, lib/regex_internal.h:
        * lib/regexec.c:
        New files, from gnulib.
        * lib/regex.h, lib/regex.c: Sync from gnulib.
        * lib/Makefile.am (libcoreutils_a_SOURCES): Remove regex.h; gnulib
        now does this automatically for us.
        * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h.

--- lib/Makefile.am     4 Jul 2005 16:09:03 -0000       1.230
+++ lib/Makefile.am     8 Jul 2005 00:08:26 -0000
@@ -35,7 +35,6 @@ libcoreutils_a_SOURCES = \
   localcharset.c localcharset.h \
   mbswidth.c mbswidth.h \
   readtokens0.c readtokens0.h \
-  regex.h \
   time_r.c time_r.h \
   unicodeio.c unicodeio.h \
   verify.h \
--- lib/.cppi-disable   14 May 2005 08:05:04 -0000      1.35
+++ lib/.cppi-disable   8 Jul 2005 00:20:46 -0000
@@ -18,8 +18,11 @@ md5.h
 obstack.h
 printf-args.h
 printf-parse.h
+regcomp.c
 regex.c
 regex.h
+regex_internal.c
+regex_internal.h
 stdbool_.h
 strdup.h
 strndup.h


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to