| Commit message (Expand) | Author | Age | Files | Lines |
| * | Comment change. | Richard M. Stallman | 2004-09-18 | 1 | -2/+5 |
| * | (Fgarbage_collect): Mark keyboards, gtk data, and specpdl | Stefan Monnier | 2004-09-13 | 1 | -15/+16 |
| * | (check_cons_list): New function (contents commented out). | Richard M. Stallman | 2004-07-25 | 1 | -0/+11 |
| * | (mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK. | Kim F. Storm | 2004-07-12 | 1 | -0/+2 |
| * | (allocate_misc): Update total_free_markers. | Kim F. Storm | 2004-06-24 | 1 | -6/+17 |
| * | (safe_alloca_unwind): Clear dogc and pointer members. | Kim F. Storm | 2004-06-22 | 1 | -1/+23 |
| * | (safe_alloca_unwind): New function. | Kim F. Storm | 2004-06-21 | 1 | -0/+11 |
| * | (undo_outer_limit): New variable. | Richard M. Stallman | 2004-05-29 | 1 | -3/+12 |
| * | (lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN. | Richard M. Stallman | 2004-05-29 | 1 | -2/+5 |
| * | Undo Kim's recent changes and fix the same bug differently. | Stefan Monnier | 2004-05-29 | 1 | -88/+32 |
| * | (struct backtrace): Remove. | Stefan Monnier | 2004-05-28 | 1 | -26/+2 |
| * | (marker_blocks_pending_free): New var. | Kim F. Storm | 2004-05-25 | 1 | -5/+24 |
| * | (Fmake_string): Doc fix. | Richard M. Stallman | 2004-05-22 | 1 | -2/+3 |
| * | (struct backtrace): Add debug_on_exit member. | Kim F. Storm | 2004-05-21 | 1 | -33/+36 |
| * | (Fgarbage_collect): Do all the marking before flushing | Stefan Monnier | 2004-05-18 | 1 | -11/+11 |
| * | (mark_object): Mark Lisp_Misc_Free cell. Fix comment. | Kim F. Storm | 2004-05-17 | 1 | -4/+3 |
| * | (mark_object): Ignore Lisp_Misc_Free objects. | Kim F. Storm | 2004-05-17 | 1 | -1/+10 |
| * | (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead of | Andreas Schwab | 2004-04-26 | 1 | -4/+5 |
| * | (Fpurecopy): Declare size as EMACS_INT to not lose bits. | Andreas Schwab | 2004-01-26 | 1 | -2/+3 |
| * | (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]: | Stefan Monnier | 2004-01-21 | 1 | -0/+8 |
| * | (struct interval_block, struct string_block) | Stefan Monnier | 2004-01-14 | 1 | -9/+18 |
| * | * alloc.c (allocate_vectorlike): Surround calls to mallopt with | Jan Djärv | 2004-01-11 | 1 | -0/+4 |
| * | (make_float, Fcons): Clear the markbit at init time. | Stefan Monnier | 2003-11-18 | 1 | -13/+12 |
| * | (lisp_align_malloc): If BASE is 0, call memory_full. | Richard M. Stallman | 2003-10-13 | 1 | -0/+5 |
| * | (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | Dave Love | 2003-09-19 | 1 | -7/+7 |
| * | (init_marker): Remove debugging code. | Stefan Monnier | 2003-09-11 | 1 | -1/+0 |
| * | (init_intervals, init_symbol, init_marker): Don't preallocate anything. | Stefan Monnier | 2003-09-11 | 1 | -55/+15 |
| * | Use long instead of int when casting ABLOCKS_BUSY to | Andreas Schwab | 2003-09-07 | 1 | -7/+7 |
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| * | (lisp_align_malloc): Change type of `aligned'. | Dave Love | 2003-08-20 | 1 | -2/+3 |
| * | (lisp_align_malloc): Check for memory full when | Gerd Moellmann | 2003-08-19 | 1 | -15/+17 |
| * | (mark_object): Handle Lisp_Misc_Save_Value. | Andreas Schwab | 2003-08-08 | 1 | -0/+1 |
| * | (MARK_STRING, UNMARK_STRING, STRING_MARKED_P) | Stefan Monnier | 2003-07-21 | 1 | -5/+5 |
| * | (syms_of_alloc): Doc fixes. | Richard M. Stallman | 2003-07-21 | 1 | -4/+2 |
| * | Use bitmaps for cons cells, as was done for floats. | Stefan Monnier | 2003-07-15 | 1 | -49/+45 |
| * | (pure, staticvec): Initialize these arrays to nonzero, so that they're | Paul Eggert | 2003-07-14 | 1 | -4/+6 |
| * | (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users. | Stefan Monnier | 2003-07-14 | 1 | -16/+34 |
| * | (mark_object): Mark the new `next' field of overlays. | Stefan Monnier | 2003-07-09 | 1 | -3/+18 |
| * | (Fgarbage_collect): Doc fix. | Richard M. Stallman | 2003-07-07 | 1 | -3/+5 |
| * | (live_float_p): Check that p is not past the `floats' array, | Stefan Monnier | 2003-07-06 | 1 | -0/+1 |
| * | (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object. | Stefan Monnier | 2003-07-06 | 1 | -84/+75 |
| * | (struct ablock): Only include padding when there is some. | Jason Rumney | 2003-07-06 | 1 | -1/+3 |
| * | (ALIGN): Add casts to simplify usage. | Stefan Monnier | 2003-07-04 | 1 | -36/+255 |
| * | (mark_buffer): Fix missed buffer->name in last patch. | Stefan Monnier | 2003-06-27 | 1 | -1/+1 |
| * | (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros. | Stefan Monnier | 2003-06-27 | 1 | -54/+47 |
| * | (survives_gc_p): Simplify. | Stefan Monnier | 2003-06-26 | 1 | -35/+4 |
| * | (make_interval, Fmake_symbol, allocate_misc): | Stefan Monnier | 2003-06-25 | 1 | -118/+41 |
| * | (mark_kboards): Move to keyboard.c. | Stefan Monnier | 2003-06-15 | 1 | -29/+1 |
| * | Comment. | Dave Love | 2003-05-29 | 1 | -1/+7 |
| * | (Fgarbage_collect): Fix last change. | Andreas Schwab | 2003-05-26 | 1 | -3/+7 |