diff options
| author | Dmitry Antipov | 2012-07-02 10:23:15 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-02 10:23:15 +0400 |
| commit | cf5c017598d130e76e96c47045372ba4a9ad6404 (patch) | |
| tree | 2b332b43249d16d5f11c52fd646932d044a8034c /src/ChangeLog | |
| parent | 6651c01506b4c903a8e473544ee4f7af9c555bca (diff) | |
| download | emacs-cf5c017598d130e76e96c47045372ba4a9ad6404.tar.gz emacs-cf5c017598d130e76e96c47045372ba4a9ad6404.zip | |
* alloc.c (mark_buffer): Simplify. Remove prototype.
(mark_object): Add comment. Reorganize marking of vector-like
objects. Use CHECK_LIVE for all vector-like ojects except buffers
and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid
redundant calls to mark_vectorlike for bool vectors.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f196c4bec1..d0d54233da7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * alloc.c (mark_buffer): Simplify. Remove prototype. | ||
| 4 | (mark_object): Add comment. Reorganize marking of vector-like | ||
| 5 | objects. Use CHECK_LIVE for all vector-like ojects except buffers | ||
| 6 | and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid | ||
| 7 | redundant calls to mark_vectorlike for bool vectors. | ||
| 8 | |||
| 1 | 2012-06-30 Glenn Morris <rgm@gnu.org> | 9 | 2012-06-30 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp. | 11 | * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp. |
| @@ -58,7 +66,7 @@ | |||
| 58 | 66 | ||
| 59 | * window.h (struct window): Change type of 'fringes_outside_margins' | 67 | * window.h (struct window): Change type of 'fringes_outside_margins' |
| 60 | to bitfield. Fix comment. Adjust users accordingly. | 68 | to bitfield. Fix comment. Adjust users accordingly. |
| 61 | (struct window): Change type of 'window_end_bytepos' to ptrdiff_t. | 69 | (struct window): Change type of 'window_end_bytepos' to ptrdiff_t. |
| 62 | Adjust comment. | 70 | Adjust comment. |
| 63 | * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos' | 71 | * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos' |
| 64 | to ptrdiff_t. | 72 | to ptrdiff_t. |