]> code.delx.au - gnu-emacs/history - src/alloc.c
(lgrep, rgrep): Use add-to-history.
[gnu-emacs] / src / alloc.c
2006-04-08 Eli Zaretskii[STDC_HEADERS]: Include stddef.h.
2006-04-08 Stefan Monnier* process.h (struct Lisp_Process): Replace Lisp_Objects...
2006-03-10 Kim F. Storm(USE_POSIX_MEMALIGN): Fix last change.
2006-03-09 Stefan Monnier(USE_POSIX_MEMALIGN): New macro.
2006-02-17 Stefan Monnier(Fmake_symbol): Comment-out left-over assert from befor...
2006-02-09 Juanma Barranquero(Fmake_bool_vector, Fpurecopy): Doc fixes.
2006-01-27 Chong Yidong* alloc.c (make_interval, allocate_string)
2006-01-26 Richard M. Stallman(check_pure_size): Make overflow message an "error...
2006-01-24 Chong Yidong* alloc.c (allocate_string_data): Update next_free...
2006-01-23 Stefan Monnier(lisp_align_free): Add an assertion.
2005-12-11 Richard M. StallmanComment and whitespace changes.
2005-11-30 Kim F. StormInclude fcntl.h. Define O_WRONLY if not defined.
2005-11-15 Andreas Schwab(free_float): Make free list chaining aliasing-safe.
2005-11-09 Kim F. Storm(valid_lisp_object_p): New function to validate that
2005-11-03 Richard M. Stallman(refill_memory_reserve): Move decl out of conditionals.
2005-10-30 Richard M. Stallman(BYTES_USED): Use uordblks, not arena.
2005-10-29 Chong Yidong* alloc.c (emacs_blocked_free): Fix typo.
2005-10-29 Richard M. Stallman(syms_of_alloc) <memory-full>: Doc fix.
2005-10-28 Richard M. Stallman(spare_memory): No longer static.
2005-10-04 Richard M. Stallman(refill_memory_reserve): Conditionalize the body, not...
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...
next