log src/alloc.c @ 64208:5177474d1ca7

age author description
2005-07-04 Lute Kamstra Update FSF's address.
2005-05-24 Juanma Barranquero Fix typo in comment.
2005-05-14 Richard M. Stallman (Fmemory_full_p): New function.
2005-04-20 Kenichi Handa (make_sub_char_table): Argument changed to initial
2005-04-03 Kim F. Storm (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
2005-04-02 Jan Djärv * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
2005-03-24 Stefan Monnier (make_number): The arg can be bigger than `int'.
2005-02-18 Stefan Monnier (BLOCK_BYTES): Harmless typo.
2005-01-20 Kim F. Storm (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
2005-01-06 Kim F. Storm (mark_fringe_data): Declare extern.
2005-01-04 Stefan Monnier (refill_memory_reserve): Move.
2005-01-02 Richard M. Stallman (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
2004-12-25 Jan Djärv Update comment for check_depth.
2004-12-25 Jan Djärv * alloc.c (check_depth): New variable.
2004-12-21 Richard M. Stallman (Fgarbage_collect): Update call to truncate_undo_list.
2004-12-15 Jan Djärv * syssignal.h: Declare main_thread.
2004-12-07 Jan Djärv * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
2004-12-07 Jan Djärv * gtkutil.c: Include signal.h and syssignal.h.
2004-12-01 Kim F. Storm Add commentary for last change.
2004-11-30 Kim F. Storm Add more checks for buffer overruns.
2004-11-27 Andreas Schwab (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
2004-09-18 Richard M. Stallman Comment change.
2004-09-13 Stefan Monnier (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
2004-07-25 Richard M. Stallman (check_cons_list): New function (contents commented out).
2004-07-12 Kim F. Storm (mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.
2004-06-24 Kim F. Storm (allocate_misc): Update total_free_markers.
2004-06-22 Kim F. Storm (safe_alloca_unwind): Clear dogc and pointer members.
2004-06-21 Kim F. Storm (safe_alloca_unwind): New function.
2004-05-29 Richard M. Stallman (undo_outer_limit): New variable.
2004-05-29 Richard M. Stallman (lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.
2004-05-29 Stefan Monnier Undo Kim's recent changes and fix the same bug differently.
2004-05-28 Stefan Monnier (struct backtrace): Remove.
2004-05-25 Kim F. Storm (marker_blocks_pending_free): New var.
2004-05-22 Richard M. Stallman (Fmake_string): Doc fix.
2004-05-21 Kim F. Storm (struct backtrace): Add debug_on_exit member.
2004-05-18 Stefan Monnier (Fgarbage_collect): Do all the marking before flushing
2004-05-17 Kim F. Storm (mark_object): Mark Lisp_Misc_Free cell. Fix comment.
2004-05-17 Kim F. Storm (mark_object): Ignore Lisp_Misc_Free objects.
2004-04-26 Andreas Schwab (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead of
2004-01-26 Andreas Schwab (Fpurecopy): Declare size as EMACS_INT to not lose bits.
2004-01-21 Stefan Monnier (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
2004-01-14 Stefan Monnier (struct interval_block, struct string_block)
2004-01-11 Jan Djärv * alloc.c (allocate_vectorlike): Surround calls to mallopt with
2003-11-18 Stefan Monnier (make_float, Fcons): Clear the markbit at init time.
2003-10-13 Richard M. Stallman (lisp_align_malloc): If BASE is 0, call memory_full.
2003-09-19 Dave Love (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
2003-09-11 Stefan Monnier (init_marker): Remove debugging code.
2003-09-11 Stefan Monnier (init_intervals, init_symbol, init_marker): Don't preallocate anything.
2003-09-07 Andreas Schwab Use long instead of int when casting ABLOCKS_BUSY to
2003-09-01 Miles Bader Add arch taglines
2003-08-20 Dave Love (lisp_align_malloc): Change type of `aligned'.
2003-08-19 Gerd Moellmann (lisp_align_malloc): Check for memory full when
2003-08-08 Andreas Schwab (mark_object): Handle Lisp_Misc_Save_Value.
2003-07-21 Stefan Monnier (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
2003-07-21 Richard M. Stallman (syms_of_alloc): Doc fixes.
2003-07-15 Stefan Monnier Use bitmaps for cons cells, as was done for floats.
2003-07-14 Paul Eggert (pure, staticvec): Initialize these arrays to nonzero, so that they're
2003-07-14 Stefan Monnier (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
2003-07-09 Stefan Monnier (mark_object): Mark the new `next' field of overlays.
2003-07-07 Richard M. Stallman (Fgarbage_collect): Doc fix.