summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-14 08:51:00 +0000
committerJim Meyering <jim@meyering.net>2004-12-14 08:51:00 +0000
commit7f44c8d24ef5b9c0e0c8764455be7d9a35d137dc (patch)
tree18590ca4592c84b33afa6b185bf596d123173da6
parent4c42cf3fdb8afa97ae38c8c669771017c4adec20 (diff)
downloadcoreutils-7f44c8d24ef5b9c0e0c8764455be7d9a35d137dc.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d98a863c8..f17643192 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2004-12-13 Paul Eggert <eggert@cs.ucla.edu>
+2004-12-14 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ * src/tac.c: Include quotearg.h.
+ Use quotearg_colon in most diagnostics.
+ (copy_to_temp): Rewrite not to exit upon I/O or temp-file-creation
+ failure. Before, this command (with /full/tmp being a full partition)
+ TMPDIR=/full/tmp ./tac /proc/modules tac.c
+ would exit immediately upon the write error while trying to copy
+ non-seekable /proc/modules to the full partition. Now it still
+ reports the failure but continues on with the remaining file.
+
+2004-12-13 Paul Eggert <eggert@cs.ucla.edu>
+
* src/ls.c (gobble_file): Change arg name to be command_line_arg
rather than explicit_arg, for consistency with copy.c.
(extract_dirs_from_files): Remove ignore_dot_and_dot_dot arg, since