diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-06 07:22:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-06 07:22:02 +0000 |
commit | ca6207e2f9aa7fa8c4b50765ea58b4f50488dc08 (patch) | |
tree | abb016831abc7e9dc96150c12704f0005bef96ea /ChangeLog | |
parent | 7c7486d168969027cfe43c98eb46ec2ce34deebb (diff) | |
download | coreutils-ca6207e2f9aa7fa8c4b50765ea58b4f50488dc08.tar.xz |
Describe dd, ls changes. Convert from Latin-1 to UTF-8.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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. @@ -97,7 +105,7 @@ * 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 @@ -222,7 +230,7 @@ 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> |