From: Jim Meyering Date: Fri, 29 Oct 2004 21:55:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbda05b8eee4988b1f822b534e1091880bc833d7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b749630427..79f8bd261f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ -2004-10-21 Jim Meyering +2004-10-29 Jim Meyering * Version 5.3.0. + `tac /proc/modules' would print nothing + * 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. + (tac_file): Get fd via `open' directly rather than via fopen/fileno, + since we never used the stream. Perform "-" to stdin mapping here + rather than in main. Determine whether a file is seekable, + 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 + * tests/mv/leak-fd: New file. * tests/mv/Makefile.am (TESTS): Add it. * tests/rm/dot-rel: New file.