summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-14 10:36:08 +0000
committerJim Meyering <jim@meyering.net>2004-12-14 10:36:08 +0000
commit1cc8ed65ad1125422afaa0c7a9cdda5a832ef21e (patch)
tree59856474757e0348bf6acd318e2a215af6c727b2 /ChangeLog
parent6f4d4a7a5292a9c542ff329d3c2baf26ad352e49 (diff)
downloadcoreutils-1cc8ed65ad1125422afaa0c7a9cdda5a832ef21e.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1c747697..72b5a05e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@
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.
+ [DONT_UNLINK_WHILE_OPEN]: Add a FIXME comment explaining that
+ using atexit like this is wrong.
+ * tests/misc/tac-continue: New test for this.
+ * tests/misc/Makefile.am (TESTS): Add tac-continue.
2004-12-13 Paul Eggert <eggert@cs.ucla.edu>