summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2005-11-30Include fcntl.h. Define O_WRONLY if not defined.Kim F. Storm
2005-11-15(free_float): Make free list chaining aliasing-safe.Andreas Schwab
2005-11-09(valid_lisp_object_p): New function to validate thatKim F. Storm
2005-11-03(refill_memory_reserve): Move decl out of conditionals.Richard M. Stallman
2005-10-30(BYTES_USED): Use uordblks, not arena.Richard M. Stallman
2005-10-29* alloc.c (emacs_blocked_free): Fix typo.Chong Yidong
2005-10-29(syms_of_alloc) <memory-full>: Doc fix.Richard M. Stallman
2005-10-28(spare_memory): No longer static.Richard M. Stallman
2005-10-04(refill_memory_reserve): Conditionalize the body, not the function's existence.Richard M. Stallman
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-07-23(gc_cons_threshold): Not static.Richard M. Stallman
2005-07-13(gc_cons_threshold): Make it static.Stefan Monnier
2005-07-13(gc_cons_combined_threshold, Vgc_cons_percentage): New vars.Stefan Monnier
2005-07-04Update FSF's address.Lute Kamstra
2005-05-24Fix typo in comment.Juanma Barranquero
2005-05-14(Fmemory_full_p): New function.Richard M. Stallman
2005-04-20(make_sub_char_table): Argument changed to initialKenichi Handa
2005-04-03(Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.Kim F. Storm
2005-04-02* alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv
2005-03-24(make_number): The arg can be bigger than `int'.Stefan Monnier
2005-02-18(BLOCK_BYTES): Harmless typo.Stefan Monnier
2005-01-20(STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.Kim F. Storm
2005-01-06(mark_fringe_data): Declare extern.Kim F. Storm
2005-01-04(refill_memory_reserve): Move.Stefan Monnier
2005-01-02(Fgarbage_collect): Don't truncate_undo_list on dead buffers.Richard M. Stallman
2004-12-25Update comment for check_depth.Jan Djärv
2004-12-25* alloc.c (check_depth): New variable.Jan Djärv
2004-12-21(Fgarbage_collect): Update call to truncate_undo_list.Richard M. Stallman
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv
2004-12-07* alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.Jan Djärv
2004-12-07* gtkutil.c: Include signal.h and syssignal.h.Jan Djärv
2004-12-01Add commentary for last change.Kim F. Storm
2004-11-30Add more checks for buffer overruns.Kim F. Storm
2004-11-27(mark_stack): Call GC_MARK_SECONDARY_STACK if defined.Andreas Schwab
2004-09-18Comment change.Richard M. Stallman
2004-09-13(Fgarbage_collect): Mark keyboards, gtk data, and specpdlStefan Monnier
2004-07-25(check_cons_list): New function (contents commented out).Richard M. Stallman
2004-07-12(mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.Kim F. Storm
2004-06-24(allocate_misc): Update total_free_markers.Kim F. Storm
2004-06-22(safe_alloca_unwind): Clear dogc and pointer members.Kim F. Storm
2004-06-21(safe_alloca_unwind): New function.Kim F. Storm
2004-05-29(undo_outer_limit): New variable.Richard M. Stallman
2004-05-29(lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.Richard M. Stallman
2004-05-29Undo Kim's recent changes and fix the same bug differently.Stefan Monnier
2004-05-28(struct backtrace): Remove.Stefan Monnier
2004-05-25(marker_blocks_pending_free): New var.Kim F. Storm
2004-05-22(Fmake_string): Doc fix.Richard M. Stallman
2004-05-21(struct backtrace): Add debug_on_exit member.Kim F. Storm
2004-05-18(Fgarbage_collect): Do all the marking before flushingStefan Monnier
2004-05-17(mark_object): Mark Lisp_Misc_Free cell. Fix comment.Kim F. Storm