bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

switched coreutils to new regex implementation


From: Paul Eggert
Subject: switched coreutils to new regex implementation
Date: Thu, 07 Jul 2005 17:32:50 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

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  <address@hidden>

        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]