diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-27 11:42:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-27 11:42:09 +0000 |
commit | 91225dcfe0b2cf06184e4e436d92a41da83b43be (patch) | |
tree | 47377a1199aa102af667beb8af4b12b1d568013c | |
parent | 5bd780f6a390692682246de54dc222a7898c4233 (diff) | |
download | coreutils-91225dcfe0b2cf06184e4e436d92a41da83b43be.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 <jim@meyering.net> |