summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-11 07:24:35 +0000
committerJim Meyering <jim@meyering.net>2000-05-11 07:24:35 +0000
commit51dbb91fddaeb159ddca8cee3198267115236303 (patch)
tree7231c5719fe2d2ffe87182590b504c9bbad30f82 /old/sh-utils
parent9590fbf43cc6f254c305e25792f92d5f69bfbdba (diff)
downloadcoreutils-51dbb91fddaeb159ddca8cee3198267115236303.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 83dbe1623..faa83eaa5 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,18 @@
+2000-05-11 Jim Meyering <meyering@lucent.com>
+
+ * src/date.c (usage): Don't call close_stdout_status directly,
+ since that didn't cover --version output.
+ (main): Instead, call close_stdout_set_status and arrange to
+ call close_stdout via atexit.
+ * src/printenv.c: Likewise.
+ * src/tty.c: Likewise.
+
+ * src/true.c (usage): Don't call close_stdout directly, since that
+ didn't cover --version output.
+ (main): Arrange to call close_stdout via atexit, instead.
+ * src/yes.c: Likewise.
+ * src/sleep.c: Likewise.
+
2000-05-09 Jim Meyering <meyering@lucent.com>
* src/sys2.h (case_GETOPT_VERSION_CHAR): Don't call close_stdout.