summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-14 09:54:16 +0000
committerJim Meyering <jim@meyering.net>2004-12-14 09:54:16 +0000
commitb4062c8a22f8c436bbb75638603ab38fd0edad09 (patch)
treea0b7d3324f10a15462163240a19769524f1f08e2 /ChangeLog
parentab8392641b7f05970787c11dd87de7aed37c5dab (diff)
downloadcoreutils-b4062c8a22f8c436bbb75638603ab38fd0edad09.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f17643192..b1c747697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
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.
+ (tac_nonseekable): Return false also if copy_to_temp fails.
2004-12-13 Paul Eggert <eggert@cs.ucla.edu>