summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-03-25 09:49:24 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-03-25 09:49:24 +0000
commit14c720faabd947f898883d30617acbc90aadfb1b (patch)
treeec7f3690810c8e10f75fa44315ffad4bef247b8a /m4/ChangeLog
parentcd70d37ee3c1c9e5299c6529efcbb9c0f70eb94b (diff)
downloadcoreutils-14c720faabd947f898883d30617acbc90aadfb1b.tar.xz
(gl_REGEX): Fix a longstanding typo in the
implementation of Spencer ERE test #75 from grep 2.3. Problem reported by Emanuele Giaquinta. Also, change sense of cached variable, so that the message makes sense.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 3a22aa8a0..d22ebb995 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -4,7 +4,10 @@
REG_SYNTAX_EMACS, and REG_IGNORE_CASE. Settle for the traditional
glibc names. Even if glibc is changed to conform to POSIX, the
traditional names will be available anyway, since regex depends on
- the extensions module. Problem reported by Emanuele Giaquinta.
+ the extensions module. Also, fix a longstanding typo in the
+ implementation of Spencer ERE test #75 from grep 2.3. Problems
+ reported by Emanuele Giaquinta. Also, change sense of cached
+ variable, so that the message makes sense.
2006-03-17 Jim Meyering <jim@meyering.net>