]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 27 Nov 2001 07:50:35 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Nov 2001 07:50:35 +0000 (07:50 +0000)
old/textutils/ChangeLog

index 19a8e7a8a03a95e4e975fc6220ccde75fe7e7607..3fa85f3ac1bfbff8c89d75b0b836e9b5d087c0b9 100644 (file)
@@ -1,7 +1,18 @@
-2001-11-25  Jim Meyering  <meyering@lucent.com>
+2001-11-27  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.18.
 
+       * src/system.h (SET_MODE) [O_BINARY]: Call setmode, not set_mode.
+       From Matthew Smith.
+
+2001-11-26  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <meyering@lucent.com>
+
        * src/cksum.c (usage): Indent --help and --version strings to
        start in the 7th column.
        * src/pr.c (usage): Likewise.