X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ff23cd9f452b6d2b5001a67d7b14e0af7f61b194..261cb4bb750143d8078bb27a343e0d9560b884df:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index b9e91d308c..3054f4a284 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2012-05-21 Paul Eggert + + Assume C89 or later. + * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void. + * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc) + (xrealloc): + * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts. + * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL): + * textprop.c, tparam.c (NULL): Remove. + * ralloc.c, vm-limit.c (POINTER): Assume void * works. + * regex.c (SIGN_EXTEND_CHAR): Assume signed char works. + * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes. + * unexelf.c (ElfBitsW): Assume c89 preprocessor or better. + * xterm.c (input_signal_count): Assume volatile works. + 2012-05-21 Ken Brown * xgselect.c (xg_select): Fix first argument in call to 'select'