aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 18:12:46 -0700
committerPaul Eggert2012-04-15 18:12:46 -0700
commitf7752e67381d84cf8c76227b4112d72122b86d98 (patch)
treec4f7d94bda6b18b543ef2f223711981010a7d1b2 /src/ChangeLog
parent8dcd9adf660cbe463a3e56707f5c15d8f34b2f87 (diff)
parenta041960a7ca40a5af684efb3e859edd9daae907d (diff)
downloademacs-f7752e67381d84cf8c76227b4112d72122b86d98.tar.gz
emacs-f7752e67381d84cf8c76227b4112d72122b86d98.zip
Merge from trunk.
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 3a2984ff398..6819259c961 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>