aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 18:22:25 -0700
committerPaul Eggert2012-04-15 18:22:25 -0700
commitfda8c8fa718a63e4f8106ed628978fed72837c13 (patch)
treef88abb476d8e9b7342833b0170ae9399c7cf4c76 /src/ChangeLog
parentf7752e67381d84cf8c76227b4112d72122b86d98 (diff)
parent3539f31f03b40bafa0875de88e3a5d55558ba32c (diff)
downloademacs-fda8c8fa718a63e4f8106ed628978fed72837c13.tar.gz
emacs-fda8c8fa718a63e4f8106ed628978fed72837c13.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6819259c961..98d9906824b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 12012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix minor ralloc.c problems found by static checking.
4 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
5 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
6 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
7 (r_alloc_sbrk): Now static.
8
3 Improve ralloc.c interface checking. 9 Improve ralloc.c interface checking.
4 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html 10 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
5 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc) 11 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)