summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-07 15:00:20 +0000
committerJim Meyering <jim@meyering.net>2000-05-07 15:00:20 +0000
commita41b1450942be13f60ade7c3388069aa15f928b7 (patch)
tree60a3a31c4bcf6c83431ee3d37de3244530e9bf5e
parent661f74698e1dd439561d42dd0df0a801312f73b0 (diff)
downloadcoreutils-a41b1450942be13f60ade7c3388069aa15f928b7.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog41
1 files changed, 35 insertions, 6 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 54e503c8a..b7a388f78 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,40 @@
2000-05-07 Jim Meyering <meyering@lucent.com>
+ * src/basename.c: Include "closeout.h".
+ (main): Call atexit with close_stdout.
+ * src/chroot.c: Likewise.
+ * src/dirname.c: Likewise.
+ * src/echo.c: Likewise.
+ * src/env.c: Likewise.
+ * src/expr.c: Likewise.
+ * src/factor.c: Likewise.
+ * src/hostid.c: Likewise.
+ * src/hostname.c: Likewise.
+ * src/id.c: Likewise.
+ * src/logname.c: Likewise.
+ * src/nice.c: Likewise.
+ * src/pathchk.c: Likewise.
+ * src/pinky.c: Likewise.
+ * src/printf.c: Likewise.
+ * src/pwd.c: Likewise.
+ * src/seq.c: Likewise.
+ * src/stty.c: Likewise.
+ * src/su.c: Likewise.
+ * src/test.c: Likewise.
+ * src/uname.c: Likewise.
+ * src/uptime.c: Likewise.
+ * src/users.c: Likewise.
+ * src/who.c: Likewise.
+ * src/whoami.c: Likewise.
+ * src/tee.c: Likewise. Remove explicit close_stdout.
+
+ * src/yes.c Include "closeout.h".
+ (usage): Call close_stdout just before exit.
+ * src/sleep.c: Likewise.
+ * src/true.c: Likewise.
+ * src/date.c (usage): Call close_stdout_status.
+ * src/printenv.c (usage): Likewise.
+
* tests/date/Test.pm ($Test::env{'rfc822-1'}): Add TZ=UTC.
2000-05-06 Jim Meyering <meyering@lucent.com>
@@ -17,12 +52,6 @@
(main): Call close_stdout.
Reported by Ian Jackson via Michael Stone.
- * src/factor.c: Likewise.
- * src/hostname.c: Likewise.
- * src/logname.c: Likewise.
- * src/pwd.c: Likewise.
- * src/seq.c: Likewise.
-
2000-05-04 Jim Meyering <meyering@lucent.com>
* Makefile.maint (my-distcheck): Remove spurious blank line.