diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5d95ec74277..04d0828a8ab 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Assume freestanding C89 headers, string.h, stdlib.h. | 3 | Assume freestanding C89 headers, string.h, stdlib.h. |
| 4 | * ebrowse.c: Include stdlib.h unconditionally. | 4 | * ebrowse.c: Include stdlib.h unconditionally. |
| @@ -11,6 +11,10 @@ | |||
| 11 | Assume support for memcmp, memcpy, memmove, memset. | 11 | Assume support for memcmp, memcpy, memmove, memset. |
| 12 | * etags.c (absolute_filename): Assume memmove exists. | 12 | * etags.c (absolute_filename): Assume memmove exists. |
| 13 | 13 | ||
| 14 | 2011-07-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 15 | |||
| 16 | * update-game-score.c (usage): Update usage line. | ||
| 17 | |||
| 14 | 2011-07-02 Jason Rumney <jasonr@gnu.org> | 18 | 2011-07-02 Jason Rumney <jasonr@gnu.org> |
| 15 | 19 | ||
| 16 | * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on | 20 | * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on |