* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
[bpt/emacs.git] / src / alloc.c
2005-09-30 Dan Nicolaescu* image.c (slurp_file, xbm_read_bitmap_data): Cast...
2005-07-23 Richard M. Stallman(gc_cons_threshold): Not static.
2005-07-13 Stefan Monnier(gc_cons_threshold): Make it static.
2005-07-13 Stefan Monnier(gc_cons_combined_threshold, Vgc_cons_percentage):...
2005-07-04 Lute KamstraUpdate FSF's address.
2005-05-24 Juanma BarranqueroFix 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...
2005-04-02 Jan Djärv* alloc.c (allocate_string_data): Call BLOCK_INPUT...
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...
2004-12-25 Jan DjärvUpdate 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_I...
2004-12-07 Jan Djärv* gtkutil.c: Include signal.h and syssignal.h.
2004-12-01 Kim F. StormAdd commentary for last change.
2004-11-30 Kim F. StormAdd more checks for buffer overruns.
2004-11-27 Andreas Schwab(mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
2004-09-18 Richard M. StallmanComment 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...
2004-07-12 Kim F. Storm(mark_object): Only look at Lisp_Misc_Save_Value if...
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...
2004-05-29 Stefan MonnierUndo 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...
2004-01-26 Andreas Schwab(Fpurecopy): Declare size as EMACS_INT to not lose...
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...
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 preal...
2003-09-07 Andreas SchwabUse long instead of int when casting ABLOCKS_BUSY to
2003-09-01 Miles BaderAdd 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 MonnierUse bitmaps for cons cells, as was done for floats.
2003-07-14 Paul Eggert(pure, staticvec): Initialize these arrays to nonzero...
2003-07-14 Stefan Monnier(BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update...
2003-07-09 Stefan Monnier(mark_object): Mark the new `next' field of overlays.
2003-07-07 Richard M. Stallman(Fgarbage_collect): Doc fix.
2003-07-06 Stefan Monnier(live_float_p): Check that p is not past the `floats...
2003-07-06 Stefan Monnier(mark_object): Change arg to only take Lisp_Object...
2003-07-06 Jason Rumney(struct ablock): Only include padding when there is...
2003-07-04 Stefan Monnier(ALIGN): Add casts to simplify usage.
2003-06-27 Stefan Monnier(mark_buffer): Fix missed buffer->name in last patch.
2003-06-27 Stefan Monnier(VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New...
2003-06-26 Stefan Monnier(survives_gc_p): Simplify.
2003-06-25 Stefan Monnier(make_interval, Fmake_symbol, allocate_misc):
2003-06-15 Stefan Monnier(mark_kboards): Move to keyboard.c.
2003-05-29 Dave LoveComment.
2003-05-26 Andreas Schwab(Fgarbage_collect): Fix last change.
2003-05-25 Stefan Monnier(Fgarbage_collect): Remove `unused var tail' warning.
2003-05-17 Richard M. Stallman(Fgarbage_collect): Cast pointers into specpdl to avoid...
2003-04-30 Richard M. Stallman(abort_on_gc): New variable.
2003-04-17 Stefan Monnier(Fmake_byte_code): Improve the `usage' string.
2003-04-06 Richard M. Stallman(VALIDATE_LISP_STORAGE): Macro deleted. All calls...
2003-03-23 Kenichi Handa(make_string_from_bytes): Add `const' for the arg
2003-03-19 Kenichi Handa(make_specified_string): Fix previous change.
2003-02-22 Stefan Monnier(Fgarbage_collect): Don't use XSETFLOAT.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-30 Dave Love(Vgc_elapsed, gcs_done): New variables.
2003-01-24 Dave Love(mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
2003-01-21 Dave Love(Fgc_status): Print zombie list.
2003-01-19 Jan DjärvGTK version
2003-01-12 Kim F. Storm(pure_alloc): Rewritten and simplified.
2003-01-12 Kim F. Storm(pure_alloc): Corrected last change; now align the
2003-01-10 Andreas Schwab(pure_alloc): Correct alignment for Lisp_Floats.
2003-01-06 Richard M. Stallman(make_save_value): New function.
2002-12-21 Richard M. StallmanComment change.
2002-11-14 Dave Love(SETJMP_WILL_NOT_WORK): Add note.
2002-09-11 Richard M. Stallman(Fgarbage_collect): Use pop_message_unwind.
2002-09-01 Richard M. Stallman(display_malloc_warning): Use display-warning.
2002-08-07 Richard M. Stallman(mark_object): Detect long lists for debugging.
2002-07-16 Ken Raeburn(xstrdup, make_string, make_unibyte_string)
2002-07-16 Ken Raeburn* alloc.c (make_event_array): Use SSET for storing...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
next