summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-07-14 09:38:42 +0200
committerJim Meyering <jim@meyering.net>2007-07-14 09:38:42 +0200
commit1ff9e235e7413c7f945cc87cb3d4fe9ab0464d3b (patch)
tree1f14152c2875b81efad51ce12cbee033a973916b /ChangeLog
parent916fcda554f5859ee51c4fb13031728a54d92a52 (diff)
downloadcoreutils-1ff9e235e7413c7f945cc87cb3d4fe9ab0464d3b.tar.xz
* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/.
(gl_INCLUDE_EXCLUDE_PROG): Quote first use of $2 parameter. Don't mix comma- and space-separated lists. Patch from Karel Zak.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 668e303e4..5d570e45a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-14 Karel Zak <kzak@redhat.com>
+
+ * m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/.
+ (gl_INCLUDE_EXCLUDE_PROG): Quote first use of $2 parameter.
+ Don't mix comma- and space-separated lists.
+ Patch from Karel Zak.
+
2007-07-13 Jim Meyering <jim@meyering.net>
Warn about non-portable use of unescaped backslash at end of string,