summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-05 12:03:08 +0100
committerJim Meyering <meyering@redhat.com>2007-11-05 12:08:27 +0100
commit3bf4bb761c4a22e7e4243d1a9347fc0998690d10 (patch)
treec8111c8de7274b96a272f50a31a8c1e8fd7369a7 /ChangeLog
parentd471effd85668a4704baa2d12f33e125ea429eea (diff)
downloadcoreutils-3bf4bb761c4a22e7e4243d1a9347fc0998690d10.tar.xz
Don't use GNU-sed-specific \< \> operators here, either.
* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Use a loop, as below.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61ee8c3b9..e9e2892e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-11-05 Jim Meyering <meyering@redhat.com>
+ Don't use GNU-sed-specific \< \> operators here, either.
+ * m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Use a loop, as below.
+
Use tighter regexps when performing name substitution.
* man/Makefile.am (mapped_name): Add ^ and $$ anchors.