| Commit message (Expand) | Author | Age | Files | Lines |
| * | (refill_memory_reserve): Conditionalize the body, not the function's existence. | Richard M. Stallman | 2005-10-04 | 1 | -14/+15 |
| * | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -9/+12 |
| * | (gc_cons_threshold): Not static. | Richard M. Stallman | 2005-07-23 | 1 | -10/+13 |
| * | (gc_cons_threshold): Make it static. | Stefan Monnier | 2005-07-13 | 1 | -1/+1 |
| * | (gc_cons_combined_threshold, Vgc_cons_percentage): New vars. | Stefan Monnier | 2005-07-13 | 1 | -1/+32 |
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| * | Fix typo in comment. | Juanma Barranquero | 2005-05-24 | 1 | -1/+1 |
| * | (Fmemory_full_p): New function. | Richard M. Stallman | 2005-05-14 | 1 | -0/+7 |
| * | (make_sub_char_table): Argument changed to initial | Kenichi Handa | 2005-04-20 | 1 | -5/+5 |
| * | (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc. | Kim F. Storm | 2005-04-03 | 1 | -0/+4 |
| * | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling | Jan Djärv | 2005-04-02 | 1 | -0/+4 |
| * | (make_number): The arg can be bigger than `int'. | Stefan Monnier | 2005-03-24 | 1 | -1/+1 |
| * | (BLOCK_BYTES): Harmless typo. | Stefan Monnier | 2005-02-18 | 1 | -5/+6 |
| * | (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean. | Kim F. Storm | 2005-01-20 | 1 | -2/+2 |
| * | (mark_fringe_data): Declare extern. | Kim F. Storm | 2005-01-06 | 1 | -0/+10 |
| * | (refill_memory_reserve): Move. | Stefan Monnier | 2005-01-04 | 1 | -17/+21 |
| * | (Fgarbage_collect): Don't truncate_undo_list on dead buffers. | Richard M. Stallman | 2005-01-02 | 1 | -1/+1 |
| * | Update comment for check_depth. | Jan Djärv | 2004-12-25 | 1 | -12/+14 |
| * | * alloc.c (check_depth): New variable. | Jan Djärv | 2004-12-25 | 1 | -4/+31 |
| * | (Fgarbage_collect): Update call to truncate_undo_list. | Richard M. Stallman | 2004-12-21 | 1 | -67/+37 |
| * | * syssignal.h: Declare main_thread. | Jan Djärv | 2004-12-15 | 1 | -4/+1 |
| * | * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC. | Jan Djärv | 2004-12-07 | 1 | -0/+17 |
| * | * gtkutil.c: Include signal.h and syssignal.h. | Jan Djärv | 2004-12-07 | 1 | -6/+67 |
| * | Add commentary for last change. | Kim F. Storm | 2004-12-01 | 1 | -23/+77 |
| * | Add more checks for buffer overruns. | Kim F. Storm | 2004-11-30 | 1 | -9/+152 |
| * | (mark_stack): Call GC_MARK_SECONDARY_STACK if defined. | Andreas Schwab | 2004-11-27 | 1 | -0/+5 |
| * | 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 |