summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-20 07:34:26 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-20 07:34:26 +0000
commitdcb7800cf2ef561536d9fb70cd6b18c1ce09ee2f (patch)
treea1ee1e355054dd754833eba941d0a2c3fcfc329e /ChangeLog
parent82a84d38cb1620d869e0b54952b6a2f9f92acebc (diff)
downloadcoreutils-dcb7800cf2ef561536d9fb70cd6b18c1ce09ee2f.tar.xz
Fix echo off-by-1 bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19f4482c9..a6b085515 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-09-19 Paul Eggert <eggert@cs.ucla.edu>
+ * src/echo.c (main): Don't pass NULL to strcmp when
+ POSIXLY_CORRECT and given no arguments.
+
* src/md5sum.c (STRING_OPTION): Remove.
(long_options, main): Remove support for undocumented and
obsolete --string option, as suggested in the 1996-09-26 patch.