summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-01 17:49:47 +0000
committerJim Meyering <jim@meyering.net>2003-05-01 17:49:47 +0000
commit7a672ec0460fabb5accf655a14aa897c95e6654e (patch)
tree477a6b343c4744f0b2267b2fc3b814bf8926ca0a
parent07b1707f8ebf8f94a77806e9b22f6437c5bb8912 (diff)
downloadcoreutils-7a672ec0460fabb5accf655a14aa897c95e6654e.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7e34f561..ef29e2303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 5.0.1.
+ * tests/rm/r-3: Create 500 rather than just 300 files.
+ There's a bug in Darwin6.5's readdir that shows up only with
+ 338 or more files.
+ Fix a bug in this test: `cd $pwd' (not to `..'), now that $tmp
+ has two components.
+
* src/tail.c:
Change type of n_units, n_bytes, n_lines to be `uintmax_t'.
(dump_remainder): Move two declarations `down' into the scope