summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-29 06:17:27 +0000
committerJim Meyering <jim@meyering.net>2000-07-29 06:17:27 +0000
commit7102df4dd397b0ff8c5091d28912645ed90963d3 (patch)
treebf486b71f95bfb097e9242477d14900c7b9c9659 /old/fileutils
parent586254e7136793971d5c3e637bc502863bb778ca (diff)
downloadcoreutils-7102df4dd397b0ff8c5091d28912645ed90963d3.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 22daeb54c..60a5cb450 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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>