aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-06 23:35:43 -0700
committerPaul Eggert2011-10-06 23:35:43 -0700
commit3164aeac1589cc7898634d8f9ea155a005576942 (patch)
tree8e95d742c24ce141b087e2d7f5e875776caedf01 /src/ChangeLog
parentc9af454e51a926245a3ee19c04ae5ed058fcd215 (diff)
downloademacs-3164aeac1589cc7898634d8f9ea155a005576942.tar.gz
emacs-3164aeac1589cc7898634d8f9ea155a005576942.zip
* alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.
Don't assume EMACS_INT alignment is the same as pointer alignment. (GC_POINTER_ALIGNMENT): New macro.
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 c3e03c211f5..b63ff401090 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.
4 Don't assume EMACS_INT alignment is the same as pointer alignment.
5 (GC_POINTER_ALIGNMENT): New macro.
6
12011-10-02 Paul Eggert <eggert@cs.ucla.edu> 72011-10-02 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 9 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):