aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog13
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 @@
12011-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
12011-07-09 Andreas Schwab <schwab@linux-m68k.org> 142011-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.