From: Jim Meyering Date: Sat, 19 Oct 2002 07:57:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeaaa9fda55646831ee28f3e52fb7952b2f337ef;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 828a99bd5e..19a3b395e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,22 @@ -2002-10-18 Jim Meyering +2002-10-19 Jim Meyering * Version 4.5.4. + * src/pinky.c (print_heading): Align TTY and Name headings. + Who reported this? + +2002-10-18 Jim Meyering + + * src/split.c (cwrite): Change type of `bytes' parameter to size_t + Remove now-useless cast. + (stdread): Remove function. + (bytes_split): Use size_t instead of int. + Use safe_read, not stdread. + (lines_split): Likewise. + Use memchr rather than a `while' loop. + (line_bytes_split): Use size_t instead of int. + Use safe_read, not stdread. + * src/system.h (ST_BLKSIZE): Correct comment describing how to reproduce HPUX-11 cat failure. From Petter Reinholdtsen.