diff options
| author | Paul Eggert | 2011-01-22 23:30:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-22 23:30:19 -0800 |
| commit | 9055082ef8a2f1b9033f77f0eb2b9c756a306c01 (patch) | |
| tree | 041665ff66c2bdab89f2f59976fb9ce0e2003ab0 /lib-src/ChangeLog | |
| parent | f77fabaf6bc1296631b1a4bcdf363721e19a3ac4 (diff) | |
| download | emacs-9055082ef8a2f1b9033f77f0eb2b9c756a306c01.tar.gz emacs-9055082ef8a2f1b9033f77f0eb2b9c756a306c01.zip | |
Check return values of some library calls.
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 232bb389fd7..74509f4ae5e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Check return values of some library calls. | ||
| 4 | * hexl.c (main): Check fread result. | ||
| 5 | * make-docfile.c (main): Check chdir result. | ||
| 6 | (scan_c_file): Check fscanf result. | ||
| 7 | * movemail.c (main): Check ftruncate result. | ||
| 8 | |||
| 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Include <unistd.h> unilaterally. | 11 | Include <unistd.h> unilaterally. |