diff options
| author | Paul Eggert | 2011-07-06 18:32:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-06 18:32:56 -0700 |
| commit | 0e926e561c259468174b16407dd7271c2c8fe904 (patch) | |
| tree | 6a226d2950e17e8e117874c6714fd054600ffba6 /lib-src/ChangeLog | |
| parent | 59361254a6ea5fcfc2f1ec344665aa719fbb936f (diff) | |
| download | emacs-0e926e561c259468174b16407dd7271c2c8fe904.tar.gz emacs-0e926e561c259468174b16407dd7271c2c8fe904.zip | |
Assume freestanding C89 headers, string.h, stdlib.h.
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 393cac2c8a0..5d95ec74277 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 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 | |||
| 3 | Assume support for memcmp, memcpy, memmove, memset. | 11 | Assume support for memcmp, memcpy, memmove, memset. |
| 4 | * etags.c (absolute_filename): Assume memmove exists. | 12 | * etags.c (absolute_filename): Assume memmove exists. |
| 5 | 13 | ||