]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Describe dd, ls changes. Convert from Latin-1 to UTF-8.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Mar 2006 07:22:02 +0000 (07:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Mar 2006 07:22:02 +0000 (07:22 +0000)
ChangeLog

index 25548b7b7080cea748a8eeced5fbae42a37b9d5d..01920b5ad039936e2df1cee97ed1e1972f412e61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2006-03-05  Jim Meyering  <jim@meyering.net>
+2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * src/dd.c (flags, usage): New flags directory, nolinks.
+       * src/system.h (O_NOLINKS): Define to 0 if not already defined.
+
+       * src/ls.c (usage): Mention that -f disables --color.
+       Problem reported by Niels Möller.
+
+2006-03-05  Jim Meyering  <jim@meyering.net>
+
        * tests/help-version: Set SHELL, if not already set, in order to
        avoid failure when `make check' is run through debuild;  dircolors
        would fail due to lack of $SHELL.  Reported by Sven Joachim.
        * Makefile.maint (sc_two_space_separator_in_usage): Make the regular
        expression match more of the target lines, e.g., those that start with
        `-S,' (short option followed by a comma) or that include `=[...]'.
-       Patch by Nicolas François.
+       Patch by Nicolas François.
        Fix the four offenders thus exposed:
        * src/join.c (usage): Use two spaces (not one) to separate the
        --first-only option string from its description, so help2man formats
        option string from its description, so help2man formats the
        derived man page properly.
        * src/mv.c (usage): Likewise.
-       Patch from Nicolas François in http://bugs.debian.org/351601.
+       Patch from Nicolas François in http://bugs.debian.org/351601.
 
 2006-02-04  Jim Meyering  <jim@meyering.net>