Sat, 18 Sep 2004 19:18:58 +0000 |
Richard M. Stallman |
Comment change.
|
Mon, 13 Sep 2004 21:06:31 +0000 |
Stefan Monnier |
(Fgarbage_collect): Mark keyboards, gtk data, and specpdl
|
Sun, 25 Jul 2004 17:35:04 +0000 |
Richard M. Stallman |
(check_cons_list): New function (contents commented out).
|
Mon, 12 Jul 2004 14:35:53 +0000 |
Kim F. Storm |
(mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.
|
Thu, 24 Jun 2004 22:01:27 +0000 |
Kim F. Storm |
(allocate_misc): Update total_free_markers.
|
Tue, 22 Jun 2004 13:56:34 +0000 |
Kim F. Storm |
(safe_alloca_unwind): Clear dogc and pointer members.
|
Mon, 21 Jun 2004 21:51:50 +0000 |
Kim F. Storm |
(safe_alloca_unwind): New function.
|
Sat, 29 May 2004 16:19:41 +0000 |
Richard M. Stallman |
(undo_outer_limit): New variable.
|
Sat, 29 May 2004 16:10:27 +0000 |
Richard M. Stallman |
(lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.
|
Sat, 29 May 2004 00:00:17 +0000 |
Stefan Monnier |
Undo Kim's recent changes and fix the same bug differently.
|
Fri, 28 May 2004 20:59:14 +0000 |
Stefan Monnier |
(struct backtrace): Remove.
|
Tue, 25 May 2004 11:18:07 +0000 |
Kim F. Storm |
(marker_blocks_pending_free): New var.
|
Sat, 22 May 2004 22:22:38 +0000 |
Richard M. Stallman |
(Fmake_string): Doc fix.
|
Fri, 21 May 2004 23:36:10 +0000 |
Kim F. Storm |
(struct backtrace): Add debug_on_exit member.
|
Tue, 18 May 2004 16:22:46 +0000 |
Stefan Monnier |
(Fgarbage_collect): Do all the marking before flushing
|
Mon, 17 May 2004 15:20:16 +0000 |
Kim F. Storm |
(mark_object): Mark Lisp_Misc_Free cell. Fix comment.
|
Mon, 17 May 2004 12:08:02 +0000 |
Kim F. Storm |
(mark_object): Ignore Lisp_Misc_Free objects.
|
Mon, 26 Apr 2004 21:42:49 +0000 |
Andreas Schwab |
(Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead of
|
Mon, 26 Jan 2004 11:54:25 +0000 |
Andreas Schwab |
(Fpurecopy): Declare size as EMACS_INT to not lose bits.
|
Wed, 21 Jan 2004 03:34:32 +0000 |
Stefan Monnier |
(lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
|
Wed, 14 Jan 2004 14:35:23 +0000 |
Stefan Monnier |
(struct interval_block, struct string_block)
|
Sun, 11 Jan 2004 21:50:12 +0000 |
Jan Dj¸«£rv |
* alloc.c (allocate_vectorlike): Surround calls to mallopt with
|
Tue, 18 Nov 2003 00:39:13 +0000 |
Stefan Monnier |
(make_float, Fcons): Clear the markbit at init time.
|
Mon, 13 Oct 2003 18:45:03 +0000 |
Richard M. Stallman |
(lisp_align_malloc): If BASE is 0, call memory_full.
|
Fri, 19 Sep 2003 15:49:25 +0000 |
Dave Love |
(GC_MALLOC_CHECK): Move conditional undef after lisp.h.
|
Thu, 11 Sep 2003 22:41:16 +0000 |
Stefan Monnier |
(init_marker): Remove debugging code.
|
Thu, 11 Sep 2003 22:18:00 +0000 |
Stefan Monnier |
(init_intervals, init_symbol, init_marker): Don't preallocate anything.
|
Sun, 07 Sep 2003 19:15:32 +0000 |
Andreas Schwab |
Use long instead of int when casting ABLOCKS_BUSY to
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Wed, 20 Aug 2003 16:46:33 +0000 |
Dave Love |
(lisp_align_malloc): Change type of `aligned'.
|