aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-25 21:36:51 -0800
committerPaul Eggert2011-02-25 21:36:51 -0800
commita4fe4e890af466aea88b4e069d176b8e7da94c80 (patch)
tree9a8dadf8c794aaa025220e851cb5d0205f134655 /lib-src/ChangeLog
parent70279bd1cbd56a16b39cb09ac0b47b564db6949b (diff)
downloademacs-a4fe4e890af466aea88b4e069d176b8e7da94c80.tar.gz
emacs-a4fe4e890af466aea88b4e069d176b8e7da94c80.zip
* 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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ed6162bc997..c57ee2ff98c 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,13 @@
12011-02-26 Paul Eggert <eggert@cs.ucla.edu> 12011-02-26 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fakemail.c: Include <ignore-value.h>.
4 (put_line): Explicitly ignore fwrite return value, for benefit of
5 recent glibc + gcc.
6 (close_the_streams): Diagnose output errors instead of merely
7 exiting with nonzero status.
8 (my_fclose, main): Diagnose input errors, and exit with nonzero status.
9 Formerly, input errors were silently ignored.
10
3 * ebrowse.c (putstr): Rename from PUTSTR and turn into a function. 11 * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.
4 All callers changed. This is cleaner, and avoids GCC warnings about 12 All callers changed. This is cleaner, and avoids GCC warnings about
5 passing NULL to fputs. 13 passing NULL to fputs.