diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-08 00:23:15 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-08 00:23:15 +0000 |
commit | ce3bb28d9562875cfbd6f6054df68fc742576099 (patch) | |
tree | 071ea7bbc303af34cc23ffce59e24e80e3b5c80b /lib/ChangeLog | |
parent | 36a263effc805cf7e44e10b0d552cff807d5d4d5 (diff) | |
download | coreutils-ce3bb28d9562875cfbd6f6054df68fc742576099.tar.xz |
Switch to Isamu Hasegawa's implementation of regex, which is
now in gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e0ab7fd3f..762d44155 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-07-07 Paul Eggert <eggert@cs.ucla.edu> + + Switch to Isamu Hasegawa's implementation of regex, which is + now in gnulib. + * regcomp.c, regex_internal.c, regex_internal.h, regexec.c: + New files, from gnulib. + * regex.h, regex.c: Sync from gnulib. + * Makefile.am (libcoreutils_a_SOURCES): Remove regex.h; gnulib + now does this automatically for us. + * .cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h. + 2005-07-04 Paul Eggert <eggert@cs.ucla.edu> * verify.h (GL_CONCAT0, GL_CONCAT): Define unconditionally; don't |