| Age | Commit message (Expand) | Author |
| 2003-09-19 | (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | Dave Love |
| 2003-09-17 | Sync with HEAD version. | Dave Love |
| 2003-09-11 | (init_marker): Remove debugging code. | Stefan Monnier |
| 2003-09-11 | (init_intervals, init_symbol, init_marker): Don't preallocate anything. | Stefan Monnier |
| 2003-09-08 | *** empty log message *** | Kenichi Handa |
| 2003-09-08 | New directory | Kenichi Handa |
| 2003-09-07 | Use long instead of int when casting ABLOCKS_BUSY to | Andreas Schwab |
| 2003-09-01 | Add arch taglines | Miles Bader |
| 2003-08-20 | (lisp_align_malloc): Change type of `aligned'. | Dave Love |
| 2003-08-19 | (lisp_align_malloc): Check for memory full when | Gerd Moellmann |
| 2003-08-08 | (mark_object): Handle Lisp_Misc_Save_Value. | Andreas Schwab |
| 2003-07-21 | (MARK_STRING, UNMARK_STRING, STRING_MARKED_P) | Stefan Monnier |
| 2003-07-21 | (syms_of_alloc): Doc fixes. | Richard M. Stallman |
| 2003-07-15 | Use bitmaps for cons cells, as was done for floats. | Stefan Monnier |
| 2003-07-14 | (pure, staticvec): Initialize these arrays to nonzero, so that they're | Paul Eggert |
| 2003-07-14 | (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users. | Stefan Monnier |
| 2003-07-09 | (mark_object): Mark the new `next' field of overlays. | Stefan Monnier |
| 2003-07-07 | (Fgarbage_collect): Doc fix. | Richard M. Stallman |
| 2003-07-06 | (live_float_p): Check that p is not past the `floats' array, | Stefan Monnier |
| 2003-07-06 | (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object. | Stefan Monnier |
| 2003-07-06 | (struct ablock): Only include padding when there is some. | Jason Rumney |
| 2003-07-04 | (ALIGN): Add casts to simplify usage. | Stefan Monnier |
| 2003-06-27 | (mark_buffer): Fix missed buffer->name in last patch. | Stefan Monnier |
| 2003-06-27 | (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros. | Stefan Monnier |
| 2003-06-26 | (survives_gc_p): Simplify. | Stefan Monnier |
| 2003-06-25 | (make_interval, Fmake_symbol, allocate_misc): | Stefan Monnier |
| 2003-06-15 | (mark_kboards): Move to keyboard.c. | Stefan Monnier |
| 2003-05-29 | Comment. | Dave Love |
| 2003-05-26 | (Fgarbage_collect): Fix last change. | Andreas Schwab |
| 2003-05-25 | (Fgarbage_collect): Remove `unused var tail' warning. | Stefan Monnier |
| 2003-05-17 | (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning. | Richard M. Stallman |
| 2003-04-30 | (abort_on_gc): New variable. | Richard M. Stallman |
| 2003-04-17 | (Fmake_byte_code): Improve the `usage' string. | Stefan Monnier |
| 2003-04-06 | (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted. | Richard M. Stallman |
| 2003-03-23 | (make_string_from_bytes): Add `const' for the arg | Kenichi Handa |
| 2003-03-19 | (make_specified_string): Fix previous change. | Kenichi Handa |
| 2003-02-22 | (Fgarbage_collect): Don't use XSETFLOAT. | Stefan Monnier |
| 2003-02-04 | Trailing whitespace deleted. | Juanma Barranquero |
| 2003-01-30 | (Vgc_elapsed, gcs_done): New variables. | Dave Love |
| 2003-01-24 | (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]: | Dave Love |
| 2003-01-21 | (Fgc_status): Print zombie list. | Dave Love |
| 2003-01-19 | GTK version | Jan Djärv |
| 2003-01-12 | (pure_alloc): Rewritten and simplified. | Kim F. Storm |
| 2003-01-12 | (pure_alloc): Corrected last change; now align the | Kim F. Storm |
| 2003-01-10 | (pure_alloc): Correct alignment for Lisp_Floats. | Andreas Schwab |
| 2003-01-06 | (make_save_value): New function. | Richard M. Stallman |
| 2002-12-21 | Comment change. | Richard M. Stallman |
| 2002-11-14 | (SETJMP_WILL_NOT_WORK): Add note. | Dave Love |
| 2002-09-11 | (Fgarbage_collect): Use pop_message_unwind. | Richard M. Stallman |
| 2002-09-01 | (display_malloc_warning): Use display-warning. | Richard M. Stallman |