]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 19 Feb 2003 14:29:01 +0000 (14:29 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Feb 2003 14:29:01 +0000 (14:29 +0000)
ChangeLog

index a74e1494ffa550f81077a8ba44342e6b950ee91c..4c24862dcd683497bc59b94bd89a118c75ffea45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
        * Version 4.5.8.
 
+       * src/split.c (bytes_split): Remove unnecessary `else' after break.
+       (lines_split): Likewise.  and correct misleading indentation.
+
+       * src/split.c: Include "full-read.h".
+       (bytes_split, lines_split, line_bytes_split): Use full_read,
+       not safe_read.   The way split was using the latter, a short read
+       could cause split to terminate before EOF.
+
        * tests/misc/tty-eof: Test all programs that can read stdin,
        requiring no arguments and that write to standard output.