comparison src/ChangeLog @ 4735:80d74fed5399

Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the GNU_MALLOC define, which was only used to distinguish between "old" and "new" GNU malloc. See xemacs-patches message with ID <870180fe0911061348g168f85e2m5153e2b554b94803@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 09 Nov 2009 09:21:59 -0700
parents a5210e70ffbe
children d261888e5069 a6f27e2b3d84
comparison
equal deleted inserted replaced
4734:74a5eaa67982 4735:80d74fed5399
1 2009-11-09 Jerry James <james@xemacs.org>
2
3 * Makefile.in.in: Remove support for malloc.c ("old" GNU malloc). Do
4 not define GNU_MALLOC, which was only used to distinguish between
5 "old" and "new" GNU malloc.
6 * alloc.c (malloced_storage_size): Drop support for old GNU malloc,
7 and recast the remaining test in terms of SYSTEM_MALLOC.
8 * config.h.in (GNU_MALLOC): Remove.
9 * depend: Regenerate.
10 * emacs.c (main_1): Clean up old, now irrelevant, commented-out
11 preprocessor checks. Convert GNU_MALLOC test into an equivalent
12 SYSTEM_MALLOC test.
13 (voodoo_free_hook): Convert GNU_MALLOC test into an equivalent
14 SYSTEM_MALLOC test.
15 (Fkill_emacs): Ditto.
16 * gc.h: Ditto.
17 * malloc.c: Remove.
18 * s/sunos4-0-shr.h: Defining GNU_MALLOC is no longer necessary.
19
1 2009-11-08 Aidan Kehoe <kehoea@parhasard.net> 20 2009-11-08 Aidan Kehoe <kehoea@parhasard.net>
2 21
3 * sysfile.h (DEFAULT_DIRECTORY_FALLBACK): 22 * sysfile.h (DEFAULT_DIRECTORY_FALLBACK):
4 New #define, "/" on Unix and "C:\\" on Win32 native, a directory 23 New #define, "/" on Unix and "C:\\" on Win32 native, a directory
5 that should "always" be available. 24 that should "always" be available.