aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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