log src/alloc.c @ 87396:1073cad4beee

age author description
Fri, 16 Nov 2007 21:24:59 +0000 Stefan Monnier * alloc.c (allocate_other_vector):
Fri, 16 Nov 2007 20:36:34 +0000 Stefan Monnier * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
Fri, 26 Oct 2007 13:42:26 +0000 Juanma Barranquero (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,
Wed, 17 Oct 2007 02:10:38 +0000 Stefan Monnier (free_misc): Use XMISCTYPE.
Tue, 16 Oct 2007 15:49:43 +0000 Stefan Monnier (Fpurecopy): Set the pvec tag on pseudo vectors.
Tue, 16 Oct 2007 15:42:58 +0000 Stefan Monnier * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
Tue, 02 Oct 2007 22:07:41 +0000 Stefan Monnier (mark_terminals): Typo.
Tue, 02 Oct 2007 21:55:27 +0000 Stefan Monnier * window.h (struct window):
Tue, 02 Oct 2007 21:24:47 +0000 Stefan Monnier * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
Tue, 02 Oct 2007 21:19:17 +0000 Stefan Monnier (mark_object): Fix typo.
Tue, 02 Oct 2007 21:16:53 +0000 Stefan Monnier (allocate_pseudovector): New fun.
Sat, 29 Sep 2007 20:19:41 +0000 Stefan Monnier (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
Sat, 29 Sep 2007 20:10:22 +0000 Stefan Monnier (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
Thu, 27 Sep 2007 19:51:39 +0000 Stefan Monnier (allocate_terminal): Set the vector size to only count the Lisp fields.
Sun, 23 Sep 2007 15:37:13 +0000 Richard M. Stallman (gc_sweep): Check cons cell mark bits word by word