aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
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 393cac2c8a0..5d95ec74277 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,13 @@
12011-07-06 Paul Eggert <eggert@cs.ucla.edu> 12011-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