From: Jim Meyering Date: Sat, 3 Mar 2001 19:19:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_12~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8233ef4ca84645c330bd5b3187c3191b2a305972;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cb3d07aeae..3e65c88b2d 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +2001-03-01 Paul Eggert + + * src/sort.c (main): When fclose (stdin) fails, do not mention + the output file in the error message; mention "-" instead. + 2001-02-28 Paul Eggert * src/sort.c (xfopen): Set have_read_stdin to 1 only if file is "-".