diff options
| author | Paul Eggert | 2012-04-15 18:22:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-15 18:22:25 -0700 |
| commit | fda8c8fa718a63e4f8106ed628978fed72837c13 (patch) | |
| tree | f88abb476d8e9b7342833b0170ae9399c7cf4c76 /src/ChangeLog | |
| parent | f7752e67381d84cf8c76227b4112d72122b86d98 (diff) | |
| parent | 3539f31f03b40bafa0875de88e3a5d55558ba32c (diff) | |
| download | emacs-fda8c8fa718a63e4f8106ed628978fed72837c13.tar.gz emacs-fda8c8fa718a63e4f8106ed628978fed72837c13.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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) |