log src/alloc.c @ 11048:3f19a379eb99

age author description
Fri, 17 Mar 1995 07:41:02 +0000 Richard M. Stallman (init_alloc_once): Increase gc_cons_threshold to 300000.
Wed, 15 Mar 1995 01:57:05 +0000 Karl Heuer (mark_kboards): Renamed from mark_perdisplays.
Wed, 08 Mar 1995 01:25:19 +0000 Karl Heuer (mark_perdisplays): Mark Vlast_kbd_macro.
Wed, 01 Mar 1995 03:43:05 +0000 Karl Heuer (mark_perdisplays): Update to reflect current Lisp_Objects.
Wed, 22 Feb 1995 03:03:10 +0000 Karl Heuer (mark_perdisplays): Mark kbd_queue.
Mon, 06 Feb 1995 22:52:25 +0000 Richard M. Stallman (emacs_blocked_malloc): Set __malloc_extra_blocks here.
Fri, 03 Feb 1995 23:23:34 +0000 Karl Heuer (mark_perdisplays): New function.
Sat, 28 Jan 1995 03:51:55 +0000 Karl Heuer (mark_object): Ignore Lisp_Misc_Display_Objfwd objects.
Wed, 18 Jan 1995 20:52:48 +0000 Karl Heuer Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
Sat, 14 Jan 1995 02:19:32 +0000 Karl Heuer (Fpurecopy): Mask size field when copying pseudovector.
Fri, 13 Jan 1995 00:02:43 +0000 Karl Heuer Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.
Fri, 13 Jan 1995 00:00:23 +0000 Karl Heuer (DONT_COPY_FLAG): Default this to 1.
Wed, 11 Jan 1995 03:00:32 +0000 Karl Heuer (DONT_COPY_FLAG): Fix typo.
Wed, 11 Jan 1995 02:04:58 +0000 Karl Heuer (Fgarbage_collect): Don't log the GC message.
Wed, 11 Jan 1995 01:19:09 +0000 Richard M. Stallman (DONT_COPY_FLAG): New bit flag.
Wed, 04 Jan 1995 22:43:47 +0000 Karl Heuer (mark_object, mark_buffer): Don't mark buffer twice.
Tue, 03 Jan 1995 01:20:47 +0000 Karl Heuer (mark_object): Make `else' visible outside MULTI_FRAME.
Mon, 02 Jan 1995 09:15:25 +0000 Richard M. Stallman (mark_buffer, gc_sweep): Use BUF_INTERVALS.
Fri, 30 Dec 1994 01:52:37 +0000 Richard M. Stallman (mark_object): Don't use Lisp_Process, Lisp_Window.
Wed, 21 Dec 1994 22:23:49 +0000 Richard M. Stallman (mark_object): In a frame, mark the buffer_predicate.
Fri, 18 Nov 1994 06:49:09 +0000 Karl Heuer (Fpurecopy): Use type test macros.
Fri, 18 Nov 1994 02:31:20 +0000 Karl Heuer (Fpurecopy): Use type test macros.
Wed, 16 Nov 1994 04:48:37 +0000 Karl Heuer (Fmake_vector): Call allocate_vectorlike.
Wed, 16 Nov 1994 00:30:25 +0000 Karl Heuer (Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of its
Tue, 15 Nov 1994 21:44:10 +0000 Karl Heuer (free_float): Don't assume XFASTINT accesses the raw bits.
Tue, 15 Nov 1994 02:04:40 +0000 Karl Heuer (mark_object, gc_sweep): Use new overlay substructure.
Fri, 11 Nov 1994 07:34:14 +0000 Karl Heuer (mark_object): New code to handle buffer-local substructure.
Wed, 12 Oct 1994 05:14:11 +0000 Karl Heuer (mark_object): Use the new substructure.
Tue, 11 Oct 1994 07:46:01 +0000 Karl Heuer (MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to the
Thu, 06 Oct 1994 22:59:55 +0000 Karl Heuer (mark_object): Delete case Lisp_Void.