summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c07d3100..47adf4238 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2005-11-30 Jim Meyering <jim@meyering.net>
+2005-12-03 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * src/rm.c (long_opts): Change the name of each undocumented, for-
+ testing-only option to start with `-', so that it cannot render
+ ambiguous any prefix it happens to share with some other option name.
+ * src/head.c (long_options): Likewise.
+ * src/tail.c (long_options): Likewise.
+
+ * tests/misc/head-elide-tail: Update uses of undocumented, for-
+ testing-only --presume* options to start with `---'.
+ * tests/rm/dangling-symlink: Likewise.
+ * tests/rm/dir-no-w: Likewise.
+ * tests/rm/isatty: Likewise.
+
+2005-11-30 Jim Meyering <jim@meyering.net>
+
* Makefile.maint: Add a comment about cvsu.
2005-11-25 Paul Eggert <eggert@cs.ucla.edu>