From: Jim Meyering Date: Fri, 18 Oct 2002 06:49:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_4~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82d3409e3d0ffd0487547747d4af0defdcf96c02;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 286add0..828a99b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2002-10-17 Jim Meyering +2002-10-18 Jim Meyering * Version 4.5.4. + * src/system.h (ST_BLKSIZE): Correct comment describing how to + reproduce HPUX-11 cat failure. From Petter Reinholdtsen. + +2002-10-17 Jim Meyering + Fix a problem that could make e.g., `cat' misbehave on systems which give invalid (unreasonably large) values for stat.st_blksize. * src/system.h (ST_BLKSIZE): Ensure that the result is in [1..4MB].