| Age | Commit message (Expand) | Author |
| 2000-11-23 | (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'. | Kenichi Handa |
| 2000-11-22 | (mark_object) <frame>: Mark tool bar items differently. | Gerd Moellmann |
| 2000-11-20 | (make_string): Fix previous change. Be sure to make | Kenichi Handa |
| 2000-10-23 | (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing | Gerd Moellmann |
| 2000-10-20 | (toplevel): Conditionalize compilation of mem_* | Gerd Moellmann |
| 2000-10-20 | Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc ... | Jason Rumney |
| 2000-10-20 | (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef | Gerd Moellmann |
| 2000-10-18 | (allocate_string) [GC_CHECK_STRING_BYTES]: Call | Gerd Moellmann |
| 2000-10-17 | (pure_bytes_used): Renamed from pureptr. | Gerd Moellmann |
| 2000-10-17 | (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of | Gerd Moellmann |
| 2000-10-10 | (mark_object): Remove all workarounds installed on | Andreas Schwab |
| 2000-10-03 | (Fgarbage_collect): Prevent compiler warning for a call | Eli Zaretskii |
| 2000-09-26 | (GC_CHECK_STRING_BYTES): Temporarily define, for bug | Gerd Moellmann |
| 2000-09-25 | (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it. | Dave Love |
| 2000-09-25 | (mark_image): Use GC_NILP instead of NILP. | Gerd Moellmann |
| 2000-09-21 | Avoid some more compiler warnings. | Gerd Moellmann |
| 2000-09-13 | Add some comments about DOUG_LEA_MALLOC's use of mmap | Gerd Moellmann |
| 2000-08-22 | Include keyboard.h before frame.h. | Andrew Innes |
| 2000-08-17 | (lisp_malloc): Declare with POINTER_TYPE. | Dave Love |
| 2000-08-15 | (compact_small_strings): Use safe_bcopy, add an | Gerd Moellmann |
| 2000-08-14 | [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk. | Dave Love |
| 2000-08-02 | (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. | Gerd Moellmann |
| 2000-07-19 | (allocate_string_data): Don't copy old string contents. | Gerd Moellmann |
| 2000-07-18 | (allocate_string_data): If string had already data | Gerd Moellmann |
| 2000-06-20 | (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. | Dave Love |
| 2000-06-19 | (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no | Gerd Moellmann |
| 2000-05-19 | (Fmake_byte_code): If BYTECODE-STRING is multibyte, | Kenichi Handa |
| 2000-04-02 | * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type | Ken Raeburn |
| 2000-03-30 | (xstrdup): Moved here from xfaces.c. | Gerd Moellmann |
| 2000-03-29 | Stop assuming interval pointers and lisp objects can be distinguished by | Ken Raeburn |
| 2000-03-28 | Include stdio.h. Test STDC_HEADERS, not __STDC__. | Dave Love |
| 2000-03-27 | (mark_maybe_object): New function. | Gerd Moellmann |
| 2000-03-22 | Changes towards better type safety regarding intervals, primarily | Ken Raeburn |
| 2000-03-21 | (mark_face_cache): Don't mark face->registry. | Kenichi Handa |
| 2000-02-17 | (enum mem_type): Compile unconditionally. | Gerd Moellmann |
| 2000-02-17 | (mark_object): Don't mark symbol names in pure space. | Gerd Moellmann |
| 2000-02-17 | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann |
| 2000-01-17 | (purecopy): Doc fix. | Dave Love |
| 2000-01-04 | (Fgarbage_collect): Return number of live and free | Gerd Moellmann |
| 1999-12-28 | Comment change. | Richard M. Stallman |
| 1999-12-15 | (Fmake_string): Adjusted for the change of CHAR_STRING. | Kenichi Handa |
| 1999-11-07 | (Fgarbage_collect): Call unmark_byte_stack. | Gerd Moellmann |
| 1999-11-07 | Remove conditional compilation on USE_TEXT_PROPERTIES. | Gerd Moellmann |
| 1999-11-05 | (Fgarbage_collect): Call mark_byte_stack and | Gerd Moellmann |
| 1999-10-25 | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn |
| 1999-10-19 | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert |
| 1999-09-19 | (Fgarbage_collect): Remove unused variable. | Gerd Moellmann |
| 1999-09-12 | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn |
| 1999-09-05 | Change spelling of `toolbar' to `tool_bar' or `tool-bar'. | Gerd Moellmann |
| 1999-08-30 | Include <stdlib.h> if available. | Andreas Schwab |