summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-11 19:30:58 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-11 19:30:58 +0000
commitb5d36033f197ff9d72dda642afc70819d956628d (patch)
tree1d5f56cb9655c2eb69522aa4d63cf53bd9eef6a9 /ChangeLog
parentbfbe450d321cc184e34e2adad6a08821660e4f04 (diff)
downloadcoreutils-b5d36033f197ff9d72dda642afc70819d956628d.tar.xz
* src/test.c (test_syntax_error): Append a newline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ded2b0059..b119784ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2006-01-11 Jim Meyering <jim@meyering.net>
+2006-01-11 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * src/test.c (test_syntax_error): Append a newline. All callers
+ changed, except for the ones that didn't already append a newline.
+ Bug reported by Eric Blake.
+
+2006-01-11 Jim Meyering <jim@meyering.net>
+
* src/system.h (X2NREALLOC): Now that verify_true is no longer
void, cast its result to void, to avoid gcc's warning that
``left-hand operand of comma expression has no effect''.