diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-05 18:52:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-05 18:52:37 +0000 |
commit | 2edd4a37692a8ab8896087fbcb0e7f11e5de7891 (patch) | |
tree | f9654bd06d0c1191d5cdb63407ca5825b05e5f0f /lib/ChangeLog | |
parent | 210212143b6cbafa886e24ae6a3c1723870cb2e3 (diff) | |
download | coreutils-2edd4a37692a8ab8896087fbcb0e7f11e5de7891.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 95235b7b0..8b6c6e72e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-12-05 Jim Meyering <jim@meyering.net> + + * __fpending.c: Include <stdlib.h>. + (__fpending): Abort if PENDING_OUTPUT_N_BYTES is negative. + This ensures that if there is an error in the definition of the + PENDING_OUTPUT_N_BYTES expression, we'll find about it right away; + this value is used only in the rare event that close_stdout's + fclose fails with EBADF. + 2004-12-02 Paul Eggert <eggert@cs.ucla.edu> * openat.c: Include "openat.h" before other include files. |