summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-19 21:18:28 +0000
committerJim Meyering <jim@meyering.net>2002-04-19 21:18:28 +0000
commitd01146b817042d475fd32edab83c8c82766636c3 (patch)
tree7d88f854484af5d579a604d0b2ad73f66fe9ed91 /old/fileutils
parentd0ae660607f2d438654a2adf13231e586c62fc3f (diff)
downloadcoreutils-d01146b817042d475fd32edab83c8c82766636c3.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 865b70ac9..93280c2c8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,26 @@
-2002-04-17 Jim Meyering <meyering@lucent.com>
+2002-04-19 Jim Meyering <meyering@lucent.com>
* Version 4.1.9.
+ * tests/mkdir/p-2: Use better trap.
+ * tests/mkdir/p-1: Likewise.
+ * tests/mkdir/concurrent-1: Likewise.
+
+ * tests/rm/deep-1: Set $tmp the new way.
+
+ * tests/rm/ir-1: Use `rm', not $RM. Use better trap.
+ * tests/rm/i-1: Likewise.
+ * tests/rm/f-1: Likewise.
+
+ * tests/sample-test: Use automatically-derived name for temporary
+ directory. This is more 8.3-friendly. Based on a suggestion from
+ Richard Dawe.
+
+ * tests/sample-test: New file.
+ * tests/Makefile.am (EXTRA_DIST): Add sample-test.
+
+2002-04-17 Jim Meyering <meyering@lucent.com>
+
* src/touch.c (touch): Don't report errors for nonexistent files
when --no-create is in effect. Based on a patch from TAKAI Kousuke.
* tests/touch/no-create-missing: New file/test for above.