aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-28 09:27:30 -0700
committerPaul Eggert2011-07-28 09:27:30 -0700
commit70c2e72ae5368e39277de78a414c9d42292886c5 (patch)
treedc2f35bb271058a7dc728ef970da93db9a48b2ff /lib-src/ChangeLog
parentf13cae31f1beecc4f3fd39e4aa4bcb9fc8d9e7c1 (diff)
parent58e9b49a90338bf979b86951b6d85e60308ecc3e (diff)
downloademacs-70c2e72ae5368e39277de78a414c9d42292886c5.tar.gz
emacs-70c2e72ae5368e39277de78a414c9d42292886c5.zip
Merge from trunk.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 179759fe80d..00876d2a044 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,8 +1,21 @@
12011-07-25 Paul Eggert <eggert@cs.ucla.edu> 12011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved 3 * Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
4 to build-aux (Bug#9169). 4 to build-aux (Bug#9169).
5 5
62011-07-28 Paul Eggert <eggert@cs.ucla.edu>
7
8 Assume freestanding C89 headers, string.h, stdlib.h.
9 * ebrowse.c: Include stdlib.h unconditionally.
10 * etags.c, update-game-score.c:
11 Include string.h and stdlib.h unconditionally.
12 * makefile.w32-in (LOCAL_CFLAGS): Don't define STDC_HEADERS.
13 * movemail.c, pop.c: Include string.h unconditionally.
14 * update-game-score.c: No need to include stdarg.h; not used.
15
16 Assume support for memcmp, memcpy, memmove, memset.
17 * etags.c (absolute_filename): Assume memmove exists.
18
62011-07-09 Andreas Schwab <schwab@linux-m68k.org> 192011-07-09 Andreas Schwab <schwab@linux-m68k.org>
7 20
8 * update-game-score.c (usage): Update usage line. 21 * update-game-score.c (usage): Update usage line.