summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-11 03:23:14 +0000
committerJim Meyering <jim@meyering.net>1999-01-11 03:23:14 +0000
commit38d09e7907c115ecb0309abbe8be2f801b54e56b (patch)
tree7e4145826ed2b9eb65e888db72d1edf14afb2e3e /old/fileutils
parent0e777744cb2ecda089860b67e9e97d80204780ab (diff)
downloadcoreutils-38d09e7907c115ecb0309abbe8be2f801b54e56b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9bd31cbe3..540f3e830 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,26 @@
+1999-01-10 Jim Meyering <meyering@ascend.com>
+
+ * src/copy.c (copy_internal): Handle two more values of errno from
+ failed rename of a directory into a subdirectory of itself.
+ Thanks to Volker Borchert for testing many types and combinations
+ of systems.
+
+ * lib/argmatch.c (ARGMATCH_QUOTING_STYLE): Change from c_quoting_style
+ to escape_quoting_style.
+ (argmatch_invalid): Now that the quoted quantity is no longer double
+ quoted, remove the code that removed leading and trailing double quotes.
+
+ * src/ls.c (decode_switches): Now that escape_quoting_style no longer
+ escapes the SPACE character, arrange for SPACEs to be quoted here.
+ * lib/quotearg.c (quotearg_buffer): Change escape_quoting_style so that
+ it no longer escapes ` '.
+ Suggestion from Paul Eggert.
+
+1999-01-05 Jim Meyering <meyering@ascend.com>
+
+ * configure.in (space): Add `for' in message of statvfs check.
+ From Ulrich Drepper.
+
1999-01-04 Jim Meyering <meyering@ascend.com>
* Version 4.1-b2.