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'.
|
Tue, 19 Aug 2003 12:58:06 +0000 |
Gerd Moellmann |
(lisp_align_malloc): Check for memory full when
|
Fri, 08 Aug 2003 23:14:04 +0000 |
Andreas Schwab |
(mark_object): Handle Lisp_Misc_Save_Value.
|
Mon, 21 Jul 2003 20:03:18 +0000 |
Stefan Monnier |
(MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
|
Mon, 21 Jul 2003 09:50:53 +0000 |
Richard M. Stallman |
(syms_of_alloc): Doc fixes.
|
Tue, 15 Jul 2003 19:19:59 +0000 |
Stefan Monnier |
Use bitmaps for cons cells, as was done for floats.
|
Mon, 14 Jul 2003 05:37:52 +0000 |
Paul Eggert |
(pure, staticvec): Initialize these arrays to nonzero, so that they're
|
Mon, 14 Jul 2003 02:51:08 +0000 |
Stefan Monnier |
(BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
|
Wed, 09 Jul 2003 14:53:41 +0000 |
Stefan Monnier |
(mark_object): Mark the new `next' field of overlays.
|
Mon, 07 Jul 2003 20:39:40 +0000 |
Richard M. Stallman |
(Fgarbage_collect): Doc fix.
|
Sun, 06 Jul 2003 23:12:21 +0000 |
Stefan Monnier |
(live_float_p): Check that p is not past the `floats' array,
|
Sun, 06 Jul 2003 19:34:03 +0000 |
Stefan Monnier |
(mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object.
|
Sun, 06 Jul 2003 14:55:00 +0000 |
Jason Rumney |
(struct ablock): Only include padding when there is some.
|
Fri, 04 Jul 2003 20:19:06 +0000 |
Stefan Monnier |
(ALIGN): Add casts to simplify usage.
|
Fri, 27 Jun 2003 22:54:26 +0000 |
Stefan Monnier |
(mark_buffer): Fix missed buffer->name in last patch.
|
Fri, 27 Jun 2003 21:54:20 +0000 |
Stefan Monnier |
(VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
|
Thu, 26 Jun 2003 23:16:05 +0000 |
Stefan Monnier |
(survives_gc_p): Simplify.
|
Wed, 25 Jun 2003 23:27:32 +0000 |
Stefan Monnier |
(make_interval, Fmake_symbol, allocate_misc):
|
Sun, 15 Jun 2003 21:48:14 +0000 |
Stefan Monnier |
(mark_kboards): Move to keyboard.c.
|