summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
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>