From: Jim Meyering Date: Sat, 27 May 2000 21:26:50 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0t~52 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=15a9b83bdd5c0984a64a088aa37813dfb8a083d0;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e5209a6ea2..7dc4dc9fa2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,22 @@ +2000-05-27 Jim Meyering + + * src/tail.c: Arrange to call close_stdout upon exit. + Don't close stdout explicitly. + (usage): Add missing backslash at end of line. + (write_header): Remove now-unused COMMENT parameter. + Update all callers. + +2000-05-24 Jim Meyering + + * src/head.c (head_file): Use STDIN_FILENO in place of `0'. + (main): Likewise. + 2000-05-20 Jim Meyering - * src/cat.c: FIXME + * src/cat.c: Arrange to call close_stdout upon exit. + Don't close stdout explicitly. Replace uses of global constant, + output_desc, with uses of STDOUT_FILENO. + * src/tail.c: FIXME Arrange to call close_stdout upon exit. Don't close stdout explicitly. @@ -29,7 +45,6 @@ * src/uniq.c: Likewise. * src/wc.c:: Likewise. - 2000-05-13 Jim Meyering * src/help-version: Run each program successfully at least once.