diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-25 21:36:51 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-25 21:36:51 -0800 |
commit | 27ef9c5a6c210dec198f0653fb4bb36269eb2ff9 (patch) | |
tree | ed805b99cfca3cf7759baf92b361a5cb37e2aa65 /lib-src/ChangeLog | |
parent | 7b8690a4b54c65460b86a2ddbaa16e9ae6b13632 (diff) | |
download | emacs-27ef9c5a6c210dec198f0653fb4bb36269eb2ff9.tar.gz |
* fakemail.c: Include <ignore-value.h>.
(put_line): Explicitly ignore fwrite return value, for benefit of
recent glibc + gcc.
(close_the_streams): Diagnose output errors instead of merely
exiting with nonzero status.
(my_fclose, main): Diagnose input errors, and exit with nonzero status.
Formerly, input errors were silently ignored.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 28f69b20012..5a8b5339b9f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,5 +1,13 @@ 2011-02-26 Paul Eggert <eggert@cs.ucla.edu> + * fakemail.c: Include <ignore-value.h>. + (put_line): Explicitly ignore fwrite return value, for benefit of + recent glibc + gcc. + (close_the_streams): Diagnose output errors instead of merely + exiting with nonzero status. + (my_fclose, main): Diagnose input errors, and exit with nonzero status. + Formerly, input errors were silently ignored. + * ebrowse.c (putstr): Rename from PUTSTR and turn into a function. All callers changed. This is cleaner, and avoids GCC warnings about passing NULL to fputs. |