diff options
| author | Paul Eggert | 2011-07-27 17:48:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-27 17:48:01 -0700 |
| commit | 044c22e545acef592ed95e4e3bb9f8aeff67291a (patch) | |
| tree | 167a4c706b62b12ea979bdf6ad47e70b66bb0394 /lib-src/ChangeLog | |
| parent | dbf38e02c9ade4979418f24a99962cfef170b957 (diff) | |
| parent | 8265d3bb30544e58683fc16e23f9908f3d5d0abc (diff) | |
| download | emacs-044c22e545acef592ed95e4e3bb9f8aeff67291a.tar.gz emacs-044c22e545acef592ed95e4e3bb9f8aeff67291a.zip | |
Merge: Integer signedness and overflow and related fixes.
Fixes: debbugs:9079
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a4c1024293..c878d313b70 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume freestanding C89 headers, string.h, stdlib.h. | ||
| 4 | * ebrowse.c: Include stdlib.h unconditionally. | ||
| 5 | * etags.c, update-game-score.c: | ||
| 6 | Include string.h and stdlib.h unconditionally. | ||
| 7 | * makefile.w32-in (LOCAL_CFLAGS): Don't define STDC_HEADERS. | ||
| 8 | * movemail.c, pop.c: Include string.h unconditionally. | ||
| 9 | * update-game-score.c: No need to include stdarg.h; not used. | ||
| 10 | |||
| 11 | Assume support for memcmp, memcpy, memmove, memset. | ||
| 12 | * etags.c (absolute_filename): Assume memmove exists. | ||
| 13 | |||
| 1 | 2011-07-09 Andreas Schwab <schwab@linux-m68k.org> | 14 | 2011-07-09 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 15 | ||
| 3 | * update-game-score.c (usage): Update usage line. | 16 | * update-game-score.c (usage): Update usage line. |