diff options
author | Bruno Haible <bruno@clisp.org> | 2007-03-01 08:06:24 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-01 08:06:24 +0100 |
commit | f6f2846bd8aba934fd823e71d1de66f0d2806756 (patch) | |
tree | 0e99879409bea2527445aebab975e392f575ce61 /ChangeLog | |
parent | e5dbc718410926dac32cf55dc3061c4b9e6c4946 (diff) | |
download | coreutils-f6f2846bd8aba934fd823e71d1de66f0d2806756.tar.xz |
* bootstrap.conf (gnulib_modules): Replace xreadlink with
xreadlink-with-size. Add xreadlink.
* src/copy.c (copy_internal): Update.
* src/ls.c (is_directory): Update.
* src/stat.c (print_stat): Update.
* src/readlink.c (main): Use the one-argument xreadlink function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-02-28 Bruno Haible <bruno@clisp.org> + + * bootstrap.conf (gnulib_modules): Replace xreadlink with + xreadlink-with-size. Add xreadlink. + * src/copy.c (copy_internal): Update. + * src/ls.c (is_directory): Update. + * src/stat.c (print_stat): Update. + * src/readlink.c (main): Use the one-argument xreadlink function. + 2007-02-28 Paul Eggert <eggert@cs.ucla.edu> * doc/coreutils.texi (Common options): --si outputs "M", not "MB". |