From: Paul Eggert Date: Wed, 11 Jan 2006 19:30:58 +0000 (+0000) Subject: * src/test.c (test_syntax_error): Append a newline. X-Git-Tag: v6.0~913 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5d36033f197ff9d72dda642afc70819d956628d;p=thirdparty%2Fcoreutils.git * src/test.c (test_syntax_error): Append a newline. --- diff --git a/ChangeLog b/ChangeLog index ded2b00590..b119784ac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2006-01-11 Jim Meyering +2006-01-11 Paul Eggert * 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 + * 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''.