Mercurial > emacs
comparison src/ChangeLog @ 51684:d7b452526190
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 27 Jun 2003 21:54:38 +0000 |
parents | 399d98c3b564 |
children | 74b77c4fc17e |
comparison
equal
deleted
inserted
replaced
51683:fb960854a12c | 51684:d7b452526190 |
---|---|
1 2003-06-27 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros. | |
4 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size'). | |
5 (allocate_buffer): Move. | |
6 (string_bytes): Don't mask markbit of `size_byte'. | |
7 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect) | |
8 (mark_object, mark_buffer, survives_gc_p, gc_sweep): | |
9 Use the `size' field of buffers (rather than the `name' field) for | |
10 the mark bit, as is done for all other vectorlike objects. | |
11 Use the new macros to access the mark bit of vectorlike objects. | |
12 | |
1 2003-06-26 Richard M. Stallman <rms@gnu.org> | 13 2003-06-26 Richard M. Stallman <rms@gnu.org> |
2 | 14 |
3 * puresize.h (BASE_PURESIZE): Increment base size. | 15 * puresize.h (BASE_PURESIZE): Increment base size. |
4 | 16 |
5 * xdisp.c (fast_find_position): Enable Gerd's new definition. | 17 * xdisp.c (fast_find_position): Enable Gerd's new definition. |