From: Jim Meyering Date: Wed, 27 Aug 2003 11:42:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91225dcfe0b2cf06184e4e436d92a41da83b43be;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a3afb49d43..aee4f546b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,12 +2,17 @@ * Version 5.0.91. - * tests/misc/Makefile.am (TESTS): Add stat-fmt. + * src/paste.c (paste_parallel): Don't output `EOF' (aka -1) as a `char'. + This would happen for nonempty files not ending with a newline. + Reported by Dan Jacobson. + * tests/misc/paste-no-nl: New file. Test for above-fixed bug. + * tests/misc/Makefile.am (TESTS): Add paste-no-nl. * src/stat.c (print_it): Avoid buffer overrun that would occur when the user-specified format string ends with `%'. Patch by Tommi Kyntola. * tests/misc/stat-fmt: New file. Test for above-fixed bug. + * tests/misc/Makefile.am (TESTS): Add stat-fmt. 2003-08-26 Jim Meyering