summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
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-21Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43Miles Bader
2004-09-20Merged in changes from CVS trunk.Karoly Lorentey
2004-09-18Comment change.Richard M. Stallman
2004-09-16Merged in changes from CVS trunk.Karoly Lorentey
2004-09-15Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40Miles Bader
2004-09-13(Fgarbage_collect): Mark keyboards, gtk data, and specpdlStefan Monnier
2004-07-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-26Miles Bader
2004-07-27Merged in changes from CVS trunk.Karoly Lorentey
2004-07-25(check_cons_list): New function (contents commented out).Richard M. Stallman
2004-07-17Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24Miles Bader
2004-07-13Merged in changes from CVS trunk.Karoly Lorentey
2004-07-12(mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.Kim F. Storm
2004-06-29Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader
2004-06-28Merged in changes from CVS trunk.Karoly Lorentey
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-06-24(allocate_misc): Update total_free_markers.Kim F. Storm
2004-06-24Merged in changes from CVS trunk.Karoly Lorentey
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-31Merged in changes from CVS trunk.Karoly Lorentey
2004-05-30Merged in changes from CVS trunk.Karoly Lorentey
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-27Merged in changes from CVS trunk.Karoly Lorentey
2004-05-25(marker_blocks_pending_free): New var.Kim F. Storm
2004-05-23Merged in changes from CVS trunk.Karoly Lorentey
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-18Merged in changes from CVS trunk.Karoly Lorentey
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
2004-05-17(mark_object): Ignore Lisp_Misc_Free objects.Kim F. Storm
2004-04-27Merged in changes from CVS trunk.Karoly Lorentey
2004-04-26(Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab
2004-04-16Sync to HEADKenichi Handa
2004-01-26Merged in changes from CVS HEADKaroly Lorentey
2004-01-26(Fpurecopy): Declare size as EMACS_INT to not lose bits.Andreas Schwab
2004-01-22Merged in changes from CVS HEADKaroly Lorentey
2004-01-21(lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:Stefan Monnier
2004-01-14(struct interval_block, struct string_block)Stefan Monnier
2004-01-11Merged in changes from CVS HEADKaroly Lorentey
2004-01-11* alloc.c (allocate_vectorlike): Surround calls to mallopt withJan Djärv
2003-12-31A few more bugfixes and new features.Karoly Lorentey
2003-11-18(make_float, Fcons): Clear the markbit at init time.Stefan Monnier
2003-10-13(lisp_align_malloc): If BASE is 0, call memory_full.Richard M. Stallman