diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-03 19:21:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-03 19:21:49 +0000 |
commit | 35c215bbba8a1d62c767ba295a833a1b172f8896 (patch) | |
tree | d8e799d784076e6e4732ce7873313d79d52b47d3 /old | |
parent | 410e28bd785959443cf69f04d7f125f0c7f6b7f2 (diff) | |
download | coreutils-35c215bbba8a1d62c767ba295a833a1b172f8896.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-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 3e65c88b2..e57411835 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,10 @@ 2001-03-01 Paul Eggert <eggert@twinsun.com> + * src/sort.c (xfclose): Add FILE arg, and report the file name + on error. All callers changed. + +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. |