diff options
| author | Joakim Verona | 2012-05-22 08:52:40 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-05-22 08:52:40 +0200 |
| commit | 207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (patch) | |
| tree | 1940ab855db68a26de26d8d98223be6c4df00df8 /src/ChangeLog | |
| parent | f65ef7eab4132e1de79355660b78878d23038110 (diff) | |
| parent | cb1f695c7355c7b19dd79c8c2aa704a19fcfafa7 (diff) | |
| download | emacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.tar.gz emacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.zip | |
upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ea898893073..3054f4a284f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2012-05-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume C89 or later. | ||
| 4 | * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void. | ||
| 5 | * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc) | ||
| 6 | (xrealloc): | ||
| 7 | * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts. | ||
| 8 | * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL): | ||
| 9 | * textprop.c, tparam.c (NULL): Remove. | ||
| 10 | * ralloc.c, vm-limit.c (POINTER): Assume void * works. | ||
| 11 | * regex.c (SIGN_EXTEND_CHAR): Assume signed char works. | ||
| 12 | * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes. | ||
| 13 | * unexelf.c (ElfBitsW): Assume c89 preprocessor or better. | ||
| 14 | * xterm.c (input_signal_count): Assume volatile works. | ||
| 15 | |||
| 16 | 2012-05-21 Ken Brown <kbrown@cornell.edu> | ||
| 17 | |||
| 18 | * xgselect.c (xg_select): Fix first argument in call to 'select' | ||
| 19 | (bug#11508). | ||
| 20 | |||
| 1 | 2012-05-20 Ken Brown <kbrown@cornell.edu> | 21 | 2012-05-20 Ken Brown <kbrown@cornell.edu> |
| 2 | 22 | ||
| 3 | * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock) | 23 | * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock) |