summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-27 21:26:50 +0000
committerJim Meyering <jim@meyering.net>2000-05-27 21:26:50 +0000
commit15a9b83bdd5c0984a64a088aa37813dfb8a083d0 (patch)
tree6aee3b4e213176a12bd405e1088798811d68b024
parentd73513786da8a4c2b3b691ae2ab1e0ea0cb90f4c (diff)
downloadcoreutils-15a9b83bdd5c0984a64a088aa37813dfb8a083d0.tar.xz
.
-rw-r--r--old/textutils/ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e5209a6ea..7dc4dc9fa 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.