diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-03 19:12:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-03 19:12:29 +0000 |
commit | 61829f063872c02fcd87b2fdb93c4aede836ea8a (patch) | |
tree | 4bd3cc34bfc2e8281992f31eb92a783c1962f2a0 /old | |
parent | 5d34d8c327db3e471a578552ec50c6fb1840a6fb (diff) | |
download | coreutils-61829f063872c02fcd87b2fdb93c4aede836ea8a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index dc340ea2b..cb3d07aea 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +2001-02-28 Paul Eggert <eggert@twinsun.com> + + * src/sort.c (xfopen): Set have_read_stdin to 1 only if file is "-". + Use fopen_safer, not fopen, to avoid subtle bugs when fopen returns + stdin, stdout, or stderr. + (xfclose): stdout is no longer a special case. + (main): Close output file, don't just flush it; there might be + an error on the close. + 2001-02-27 Paul Eggert <eggert@twinsun.com> * src/sort.c (initbuf): If the desired size cannot be |