diff options
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 ed6162bc997..c57ee2ff98c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-02-26 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |