From: Jim Meyering Date: Tue, 27 Nov 2001 07:50:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_18~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7d1e33e4ad2e41ab5e4e354c93af0523884f240;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 19a8e7a8a0..3fa85f3ac1 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,18 @@ -2001-11-25 Jim Meyering +2001-11-27 Jim Meyering * Version 2.0.18. + * src/system.h (SET_MODE) [O_BINARY]: Call setmode, not set_mode. + From Matthew Smith. + +2001-11-26 Jim Meyering + + * src/cat.c (cat): Don't test whether the full_write return value + (of type size_t) is less than 0. Reported by Nelson H. F. Beebe, + as a warning from Irix 6.5's C compiler. + +2001-11-25 Jim Meyering + * src/cksum.c (usage): Indent --help and --version strings to start in the 7th column. * src/pr.c (usage): Likewise.