From: Jim Meyering Date: Sat, 29 Jul 2000 06:17:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0g~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7102df4dd397b0ff8c5091d28912645ed90963d3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 22daeb54cb..60a5cb4504 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,19 @@ +2000-07-24 Bruno Haible + + * src/ls.c: Include , , , . + (quote_name): Use mbrtowc to step through the filename string while + replacing nonprintables with question marks. Return the screen width, + not the strlen length. Do no output if the out stream is NULL. + (length_of_file_name_and_frills): Use the quote_name return value. + 2000-07-25 Jim Meyering + * src/chgrp.c (change_file_group): Save errno from a possibly failed + chown, and use that later. Otherwise, errno itself could be clobbered + before used. + * src/chmod.c (change_file_mode): Likewise. + * src/chown.c (change_file_owner): Likewise. + * src/mv.c (main): Remove unnecessary "%s" argument. * src/ln.c: Convert "`%s'" in format strings to "%s", and wrap each @@ -7,6 +21,7 @@ Add more precise diagnostics. * src/mv.c: Likewise. * src/cp.c: Likewise. + * src/touch.c: Likewise. 2000-07-23 Jim Meyering