aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-30 10:07:40 -0700
committerPaul Eggert2011-09-30 10:07:40 -0700
commitf701dc2abbcfb64c0c4d02ac899dccb03ee2b246 (patch)
tree6d2cfa91e42aeaa89763a4c938fe7347431d5cca /src/ChangeLog
parentcbc5ee224e558a2ee11c7abab293b2f2084852cd (diff)
downloademacs-f701dc2abbcfb64c0c4d02ac899dccb03ee2b246.tar.gz
emacs-f701dc2abbcfb64c0c4d02ac899dccb03ee2b246.zip
Remove dependency on glibc malloc internals.
* alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE): Move back here from lisp.h, but with their new implementations. (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT) (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here. * charset.c (charset_table_init): New static var. (syms_of_charset): Use it instead of xmalloc. This removes a dependency on glibc malloc internals. See Eli Zaretskii's comment in <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>. * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE): Move back to alloc.c. (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT) (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37d2de93c11..89e705efd73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12011-09-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove dependency on glibc malloc internals.
4 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
5 Move back here from lisp.h, but with their new implementations.
6 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
7 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
8 * charset.c (charset_table_init): New static var.
9 (syms_of_charset): Use it instead of xmalloc. This removes a
10 dependency on glibc malloc internals. See Eli Zaretskii's comment in
11 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
12 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
13 Move back to alloc.c.
14 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
15 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
16
12011-09-30 Jan Djärv <jan.h.d@swipnet.se> 172011-09-30 Jan Djärv <jan.h.d@swipnet.se>
2 18
3 * nsterm.m (windowDidResize): Call x_set_window_size only when 19 * nsterm.m (windowDidResize): Call x_set_window_size only when