summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-06-24 20:01:30 +0000
committerJim Meyering <jim@meyering.net>2001-06-24 20:01:30 +0000
commite919024c707019945de45fc96c707aba544c42dd (patch)
tree39d9302031f78030f5354fbfc9c6b74c4e1178a2 /m4
parent917646ccb0b8d7ae973f8c0108d20f3de82c0c7d (diff)
downloadcoreutils-e919024c707019945de45fc96c707aba544c42dd.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 292f70550..a279d657e 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-24 Jim Meyering <meyering@lucent.com>
+
+ * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
+ unmatched right bracket, rather than kludging it with an extra,
+ falsely-matching quote in a comment. Patch by Akim Demaille.
+
2001-05-27 Jim Meyering <meyering@lucent.com>
* prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.