summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-08 07:13:46 +0000
committerJim Meyering <jim@meyering.net>2000-08-08 07:13:46 +0000
commit543cd52e60cc263821ad4cbc033e41489218e445 (patch)
tree9ef996d1eec494d77944876c9d14431afeb76639 /old/fileutils/ChangeLog
parenta9a5efd77b78d187473b79750c131c658124f843 (diff)
downloadcoreutils-543cd52e60cc263821ad4cbc033e41489218e445.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 676d19704..a1bd36374 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,27 @@
+2000-08-07 Paul Eggert <eggert@twinsun.com>
+
+ * src/cp.c (usage, main): For cp -P messages, mention the new
+ behavior as well as the old.
+
+2000-08-07 Paul Eggert <eggert@twinsun.com>
+
+ Standardize on "memory exhausted" instead of "Memory exhausted"
+ or "virtual memory exhausted".
+ Invoke xalloc_die instead of printing our own message.
+ * src/chmod.c (main): Likewise.
+ * src/copy.c (copy_dir, copy_internal): Likewise.
+ * src/cp.c (do_copy): Likewise.
+ * src/dircolors.c (xstrndup): Likewise.
+ * src/install.c (main): Likewise.
+ * src/ln.c (do_link): Likewise.
+ * src/mkdir.c (main): Likewise.
+ * src/mkfifo.c (main): Likewise.
+ * src/mknod.c (main): Likewise.
+ * src/mv.c (movefile): Likewise.
+ * src/remove.c (remove_cwd_entries, rm): Likewise.
+ * src/shred.c (quotearg_colon, xmalloc):
+ "virtual memory exhausted" -> "memory exhausted"
+
2000-08-07 Jim Meyering <meyering@lucent.com>
* src/cp.c (enum) [PARENTS_OPTION]: New member.