summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-10-29 22:05:04 +0000
committerJim Meyering <jim@meyering.net>2004-10-29 22:05:04 +0000
commitdc3504e276bef73cee0437485798bce51d0cd7fc (patch)
tree61d0a29cfa33f0d5f36223a2eb62783664bc979b /ChangeLog
parent404fe2a04565a69c81b3aded28e52771dec9a94e (diff)
downloadcoreutils-dc3504e276bef73cee0437485798bce51d0cd7fc.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 154f4ca69..9883eed14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
function `down' so that it precedes definition of tac_nonseekable.
`tac /proc/modules' would print nothing
+ Reported by Harald Dunkel in http://bugs.debian.org/278604.
+
* src/tac.c (copy_to_temp): Renamed from save_stdin, since
now it copies a general file descriptor, not just stdin.
(tac_nonseekable): Renamed/adapted from tac_stdin.
@@ -15,7 +17,6 @@
by trying to `lseek' to its end, and dispatch to tac_seekable or
tac_nonseekable accordingly.
(main): Rewrite argument handling now that it uses only tac_file.
- Reported by Harald Dunkel in http://bugs.debian.org/278604.
2004-10-21 Jim Meyering <jim@meyering.net>