| Age | Commit message (Expand) | Author |
| 2002-08-07 | (mark_object): Detect long lists for debugging. | Richard M. Stallman |
| 2002-07-26 | (Fmake_string): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P. | Kenichi Handa |
| 2002-07-16 | (xstrdup, make_string, make_unibyte_string) | Ken Raeburn |
| 2002-07-16 | * alloc.c (make_event_array): Use SSET for storing into a string. | Ken Raeburn |
| 2002-07-15 | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn |
| 2002-07-11 | (Vmemory_full): New variable. | Richard M. Stallman |
| 2002-07-11 | Use macro SPECPDL_INDEX. | Juanma Barranquero |
| 2002-07-10 | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero |
| 2002-05-20 | * alloc.c (Fmake_symbol): Set symbol xname field instead of name. | Ken Raeburn |
| 2002-04-26 | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi |
| 2002-03-25 | (check_pure_size): Update the comment. | Stefan Monnier |
| 2002-03-22 | (check_pure_size): Only output a warning. | Stefan Monnier |
| 2002-03-06 | (mark_kboards): Mark echo_string. | Gerd Moellmann |
| 2002-03-04 | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier |
| 2002-03-01 | Include "character.h" instead of "charset.h". | Kenichi Handa |
| 2002-02-15 | Remove unwanted changes. | Andreas Schwab |
| 2002-02-15 | (NSTATICS): Increase to 1280. | Andreas Schwab |
| 2002-02-15 | (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym) | Kai Großjohann |
| 2002-02-08 | (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): | Kim F. Storm |
| 2002-02-07 | Fix thinko in last change. | Andreas Schwab |
| 2002-02-07 | (mark_stack): Don't assume sizeof (Lisp_Object) is 4. | Andreas Schwab |
| 2002-01-27 | Comment change. | Richard M. Stallman |
| 2001-12-29 | Add a comment. | Gerd Moellmann |
| 2001-12-16 | (pure_alloc): After overflow, allocate just a small block. | Richard M. Stallman |
| 2001-12-07 | (inhibit_garbage_collection): Don't exceed value an int can hold. | Andreas Schwab |
| 2001-12-05 | (Fgarbage_collect): Shrink buffer gaps that are | Andrew Innes |
| 2001-11-13 | (Flist): Reindent. | Pavel Janík |
| 2001-11-02 | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík |
| 2001-10-21 | (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string. | Miles Bader |
| 2001-10-21 | Reindent DEFUNs with doc: keywords. | Pavel Janík |
| 2001-10-17 | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader |
| 2001-10-16 | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn |
| 2001-10-14 | Put doc strings in comments. | Gerd Moellmann |
| 2001-10-12 | (mark_interval_tree): Use traverse_intervals_noorder. | Stefan Monnier |
| 2001-10-08 | Don't define min/max. | Gerd Moellmann |
| 2001-10-06 | (inhibit_garbage_collection): Simplify. | Gerd Moellmann |
| 2001-10-05 | (purebeg, pure_size, pure_bytes_used_before_overflow): | Gerd Moellmann |
| 2001-09-15 | Fix a typo in a comment. From Pavel Janik. | Eli Zaretskii |
| 2001-09-10 | allocate_buffer): Call VALIDATE_LISP_STORAGE. | Gerd Moellmann |
| 2001-08-06 | Remove init_stack static declaration. | Gerd Moellmann |
| 2001-03-29 | (live_string_p, live_cons_p, live_symbol_p) | Gerd Moellmann |
| 2001-03-02 | (mark_maybe_pointer): Fix a typo in a comment. | Eli Zaretskii |
| 2001-02-28 | (toplevel): Include process.h. | Gerd Moellmann |
| 2001-01-31 | (Fmake_list): Add a QUIT in the loop; unroll the loop. | Gerd Moellmann |
| 2001-01-28 | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes | Andrew Choi |
| 2001-01-09 | (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro. | Gerd Moellmann |
| 2001-01-09 | (Fgarbage_collect): Use a record_unwind_protect to | Gerd Moellmann |
| 2000-12-07 | (gc_sweep): Add comment. | Stefan Monnier |
| 2000-12-06 | (gc_sweep): Prevent symbols read during loadup | Gerd Moellmann |
| 2000-12-06 | (Fgarbage_collect): Dox fix. Return a list as | Gerd Moellmann |