diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-03 19:19:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-03 19:19:12 +0000 |
commit | 8233ef4ca84645c330bd5b3187c3191b2a305972 (patch) | |
tree | ee1a4ea9916d05900bf1e263ea9f5a7bb7c79b34 /old/textutils | |
parent | 91b9ff7935127fedc3bbf6cbca2803998b70451c (diff) | |
download | coreutils-8233ef4ca84645c330bd5b3187c3191b2a305972.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cb3d07aea..3e65c88b2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +2001-03-01 Paul Eggert <eggert@twinsun.com> + + * 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 <eggert@twinsun.com> * src/sort.c (xfopen): Set have_read_stdin to 1 only if file is "-". |