log src/alloc.c @ 23801:119fd94ae526

age author description
Thu, 22 Oct 1998 01:53:38 +0000 Richard M. Stallman (Fgarbage_collect): Block input around most of the function.
Sun, 07 Jun 1998 22:32:47 +0000 Richard M. Stallman (mark_kboards): Mark Vlast_prefix_arg too.
Sun, 07 Jun 1998 21:41:37 +0000 Richard M. Stallman (mark_kboards): Mark all the Lisp_Object fields.
Sun, 24 May 1998 23:23:59 +0000 Richard M. Stallman (Fgarbage_collect): Call shrink_regexp_cache.
Tue, 05 May 1998 19:30:33 +0000 Richard M. Stallman (Fmake_bool_vector): Clear out extraneous bits at end.
Mon, 20 Apr 1998 17:04:16 +0000 Richard M. Stallman (Fgarbage_collect): Don't truncate command-history here.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 06 Apr 1998 09:04:23 +0000 Andreas Schwab (gc_sweep): Avoid using two loop variables counting the
Sat, 28 Mar 1998 21:50:59 +0000 Richard M. Stallman (mark_buffer): Mark the undo_list slot specially;
Sat, 21 Mar 1998 18:07:06 +0000 Richard M. Stallman (make_specified_string): New function.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 12 Mar 1998 05:49:15 +0000 Richard M. Stallman (gc_sweep, mark_object): Handle new data structure
Fri, 06 Mar 1998 21:50:44 +0000 Richard M. Stallman (Fmake_string): Handle the case INIT is a multibyte character correctly.
Thu, 05 Feb 1998 03:28:36 +0000 Richard M. Stallman (list2, list3, list4, list5): New functions.
Sun, 25 Jan 1998 07:20:49 +0000 Richard M. Stallman Comment change.
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Sun, 18 Jan 1998 03:19:14 +0000 Karl Heuer (STRING_BASE_SIZE): New macro.
Mon, 05 Jan 1998 17:17:27 +0000 Richard M. Stallman (make_pure_string): New arg length_byte.
Fri, 02 Jan 1998 21:27:13 +0000 Richard M. Stallman (Fmake_marker): Initialize marker's bytepos and charpos.
Sun, 21 Dec 1997 02:17:50 +0000 Richard M. Stallman (Fgarbage_collect):
Thu, 04 Dec 1997 03:30:03 +0000 Karl Heuer Comment fix (to avoid "unterminated comment" warning).
Fri, 28 Nov 1997 14:32:30 +0000 Andreas Schwab (malloc_warning, display_malloc_warning): Return void.
Wed, 15 Oct 1997 23:28:06 +0000 Karl Heuer (gc_sweep): Free memory blocks that contain only unused
Mon, 01 Sep 1997 23:37:14 +0000 Richard M. Stallman (free_float, free_cons): Don't use the same field for chaining as for marking.
Fri, 29 Aug 1997 19:52:57 +0000 Richard M. Stallman (free_marker): Call unchain_marker.
Wed, 13 Aug 1997 04:13:39 +0000 Richard M. Stallman (free_marker): New function.
Sat, 05 Jul 1997 00:22:54 +0000 Richard M. Stallman (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Mon, 02 Jun 1997 00:22:49 +0000 Richard M. Stallman (Fmake_byte_code): Set val from p, not from val.
Wed, 28 May 1997 17:19:16 +0000 Richard M. Stallman (Fmake_bool_vector): Doc fix.
Fri, 16 May 1997 00:43:18 +0000 Kenichi Handa (BYTES_USED): Put # at the beginning of line.