From: Jim Meyering Date: Sat, 3 Dec 2005 22:23:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-6_0~1218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b867d3fcfb93e53a0b544a6b949c08369c21f81a;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7c07d3100..47adf4238 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ -2005-11-30 Jim Meyering +2005-12-03 Jim Meyering * 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 + * Makefile.maint: Add a comment about cvsu. 2005-11-25 Paul Eggert