diff options
| author | Dan Nicolaescu | 2005-09-30 22:38:16 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-09-30 22:38:16 +0000 |
| commit | fa8459a34e076cacde3b7c259af9b5dd84b60802 (patch) | |
| tree | b3d68a9fe6cdfe631bcecb42b30b087aa566e942 /src/ChangeLog | |
| parent | b17f937955a92bd8416821ec847d859bc9c3de85 (diff) | |
| download | emacs-fa8459a34e076cacde3b7c259af9b5dd84b60802.tar.gz emacs-fa8459a34e076cacde3b7c259af9b5dd84b60802.zip | |
* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
type.
* xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
* unexelf.c (fatal): Fix prototype.
* term.c (fatal): Implement using varargs.
* regex.c (re_char): Move typedef ...
* regex.h (re_char): ... here.
(re_iswctype, re_wctype, re_set_whitespace_regexp): New
prototypes.
* emacs.c (malloc_set_state): Fix return type.
(endif): Fix type.
* lisp.h (fatal): Add argument types.
* dispextern.h (fatal): Delete prototype.
* systime.h: (make_time): Prototype moved from ...
* editfns.c (make_time): ... here.
* editfns.c: Move systime.h include after lisp.h.
* dired.c:
* xsmfns.c:
* process.c: Likewise.
* alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
Add parameter types.
(__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
(emacs_blocked_free): Change definition to match __free_hook.
(emacs_blocked_malloc): Change definition to match __malloc_hook.
(emacs_blocked_realloc): Change definition to match
__realloc_hook.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 13c2c0562eb..eee90b5a2e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | ||
| 4 | type. | ||
| 5 | * xterm.c (handle_one_xevent, handle_one_xevent): Likewise. | ||
| 6 | |||
| 7 | * unexelf.c (fatal): Fix prototype. | ||
| 8 | |||
| 9 | * term.c (fatal): Implement using varargs. | ||
| 10 | |||
| 11 | * regex.c (re_char): Move typedef ... | ||
| 12 | * regex.h (re_char): ... here. | ||
| 13 | (re_iswctype, re_wctype, re_set_whitespace_regexp): New | ||
| 14 | prototypes. | ||
| 15 | |||
| 16 | * emacs.c (malloc_set_state): Fix return type. | ||
| 17 | (endif): Fix type. | ||
| 18 | |||
| 19 | * lisp.h (fatal): Add argument types. | ||
| 20 | |||
| 21 | * dispextern.h (fatal): Delete prototype. | ||
| 22 | |||
| 23 | * systime.h: (make_time): Prototype moved from ... | ||
| 24 | * editfns.c (make_time): ... here. | ||
| 25 | |||
| 26 | * editfns.c: Move systime.h include after lisp.h. | ||
| 27 | * dired.c: | ||
| 28 | * xsmfns.c: | ||
| 29 | * process.c: Likewise. | ||
| 30 | |||
| 31 | * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook): | ||
| 32 | Add parameter types. | ||
| 33 | (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes. | ||
| 34 | (emacs_blocked_free): Change definition to match __free_hook. | ||
| 35 | (emacs_blocked_malloc): Change definition to match __malloc_hook. | ||
| 36 | (emacs_blocked_realloc): Change definition to match | ||
| 37 | __realloc_hook. | ||
| 38 | |||
| 1 | 2005-09-30 Romain Francoise <romain@orebokech.com> | 39 | 2005-09-30 Romain Francoise <romain@orebokech.com> |
| 2 | 40 | ||
| 3 | * minibuf.c (Fread_buffer): Follow convention for reading from the | 41 | * minibuf.c (Fread_buffer): Follow convention for reading from the |