From: Jim Meyering Date: Fri, 29 Oct 2004 22:05:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc3504e276bef73cee0437485798bce51d0cd7fc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 154f4ca698..9883eed149 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