diff options
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 380d0d208f6..cd233fe2811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (VALBITS): Don't remove 1 for the markbit. | ||
| 4 | (union Lisp_Object): Use unsigned int for types. Remove markbit. | ||
| 5 | (MARKBIT): Remove 1 from VALBITS so we still use same old val. | ||
| 6 | (XTYPE): Use unsigned right-shift. | ||
| 7 | (XMARKBIT, XMARK, XUNMARK): Remove. | ||
| 8 | |||
| 3 | * alloc.c (init_intervals, init_symbol, init_marker): | 9 | * alloc.c (init_intervals, init_symbol, init_marker): |
| 4 | Don't preallocate anything. | 10 | Don't preallocate anything. |
| 5 | (Fgarbage_collect, mark_object): Ignore the markbit. | 11 | (Fgarbage_collect, mark_object): Ignore the markbit. |