aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 574bd27b9ab..0fa21336900 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 12012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Improve ralloc.c interface checking.
4 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
5 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
6 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
7 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
8 [REL_ALLOC]: ... to here, to check interface.
9 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
10 Remove decls. This fixes an "It stinks!".
11
3 * alloc.c (which_symbols): Fix alignment issue / type clash. 12 * alloc.c (which_symbols): Fix alignment issue / type clash.
4 13
52012-04-15 Andreas Schwab <schwab@linux-m68k.org> 142012-04-15 Andreas Schwab <schwab@linux-m68k.org>