]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 29 Jul 2000 06:17:27 +0000 (06:17 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Jul 2000 06:17:27 +0000 (06:17 +0000)
old/fileutils/ChangeLog

index 22daeb54cbe78663d9ab254298378c17f4e8c439..60a5cb450449c803e7e8e848076c1646a44b8e7e 100644 (file)
@@ -1,5 +1,19 @@
+2000-07-24  Bruno Haible  <haible@clisp.cons.org>
+
+       * src/ls.c: Include <limits.h>, <stdlib.h>, <wchar.h>, <wctype.h>.
+       (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  <meyering@lucent.com>
 
+       * 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  <meyering@lucent.com>