summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-13 06:51:51 +0000
committerJim Meyering <jim@meyering.net>2000-05-13 06:51:51 +0000
commit00df9725bbb4e4a1001c2c7d3b86b105876d3ba3 (patch)
tree7aa0912f5c2785d9e70ea1f4291d29bbc1d55fab /old
parent81b16373ae2acf0e585e30b91b0a0dd1ac7883fb (diff)
downloadcoreutils-00df9725bbb4e4a1001c2c7d3b86b105876d3ba3.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 835f637fb..e70b7e293 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,35 @@
+2000-05-13 Jim Meyering <meyering@lucent.com>
+
+ * src/help-version: New test.
+ * src/Makefile.am (TESTS): Define.
+ (TESTS_ENVIRONMENT): Likewise.
+ (EXTRA_DIST): Add help-version.
+
+ * src/chgrp.c: Arrange to call close_stdout only upon exit.
+ * src/chmod.c: Likewise.
+ * src/chown.c: Likewise.
+ * src/cp.c: Likewise.
+ * src/df.c: Likewise.
+ * src/dircolors.c: Likewise.
+ * src/du.c: Likewise.
+ * src/install.c: Likewise.
+ * src/ln.c: Likewise.
+ * src/ls.c: Likewise.
+ * src/mkdir.c: Likewise.
+ * src/mkfifo.c: Likewise.
+ * src/mknod.c: Likewise.
+ * src/mv.c: Likewise.
+ * src/rm.c: Likewise.
+ * src/rmdir.c: Likewise.
+ * src/shred.c: Likewise.
+ * src/sync.c: Likewise.
+ * src/touch.c: Likewise.
+
+ * src/dd.c: Include closeout.h.
+ (usage): Don't call close_stdout here.
+ (close_stdout_wrapper): New, kludgey, function and file-scoped global.
+ (main): Register it with atexit.
+
2000-05-12 Jim Meyering <meyering@lucent.com>
Unlike for mv, -i doesn't cancel the effect of -f