diff options
| author | Paul Eggert | 2011-07-28 09:27:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-28 09:27:30 -0700 |
| commit | 70c2e72ae5368e39277de78a414c9d42292886c5 (patch) | |
| tree | dc2f35bb271058a7dc728ef970da93db9a48b2ff /lib-src/ChangeLog | |
| parent | f13cae31f1beecc4f3fd39e4aa4bcb9fc8d9e7c1 (diff) | |
| parent | 58e9b49a90338bf979b86951b6d85e60308ecc3e (diff) | |
| download | emacs-70c2e72ae5368e39277de78a414c9d42292886c5.tar.gz emacs-70c2e72ae5368e39277de78a414c9d42292886c5.zip | |
Merge from trunk.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2011-07-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 6 | 2011-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 | |||
| 6 | 2011-07-09 Andreas Schwab <schwab@linux-m68k.org> | 19 | 2011-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. |