]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 27 May 2000 21:26:50 +0000 (21:26 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 May 2000 21:26:50 +0000 (21:26 +0000)
old/textutils/ChangeLog

index e5209a6ea2bd3b2c612aaf2a9bcd94eeb1a8207c..7dc4dc9fa2c6097bbddcbffff7666ff90cef840b 100644 (file)
@@ -1,6 +1,22 @@
+2000-05-27  Jim Meyering  <meyering@lucent.com>
+
+       * src/tail.c: Arrange to call close_stdout upon exit.
+       Don't close stdout explicitly.
+       (usage): Add missing backslash at end of line.
+       (write_header): Remove now-unused COMMENT parameter.
+       Update all callers.
+
+2000-05-24  Jim Meyering  <meyering@lucent.com>
+
+       * src/head.c (head_file): Use STDIN_FILENO in place of `0'.
+       (main): Likewise.
+
 2000-05-20  Jim Meyering  <meyering@lucent.com>
 
-       * src/cat.c: FIXME
+       * src/cat.c: Arrange to call close_stdout upon exit.
+       Don't close stdout explicitly.  Replace uses of global constant,
+       output_desc, with uses of STDOUT_FILENO.
+
        * src/tail.c: FIXME
 
        Arrange to call close_stdout upon exit.  Don't close stdout explicitly.
@@ -29,7 +45,6 @@
        * src/uniq.c: Likewise.
        * src/wc.c:: Likewise.
 
-
 2000-05-13  Jim Meyering  <meyering@lucent.com>
 
        * src/help-version: Run each program successfully at least once.