log src/alloc.c @ 30317:96e65dc07fd7

age author description
Wed, 19 Jul 2000 11:05:32 +0000 Gerd Moellmann (allocate_string_data): Don't copy old string contents.
Tue, 18 Jul 2000 14:38:20 +0000 Gerd Moellmann (allocate_string_data): If string had already data
Tue, 20 Jun 2000 13:15:58 +0000 Dave Love (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
Mon, 19 Jun 2000 15:58:43 +0000 Gerd Moellmann (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
Fri, 19 May 2000 23:49:35 +0000 Kenichi Handa (Fmake_byte_code): If BYTECODE-STRING is multibyte,
Sun, 02 Apr 2000 01:52:58 +0000 Ken Raeburn * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Thu, 30 Mar 2000 09:29:22 +0000 Gerd Moellmann (xstrdup): Moved here from xfaces.c.
Wed, 29 Mar 2000 22:14:34 +0000 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
Tue, 28 Mar 2000 11:08:24 +0000 Dave Love Include stdio.h. Test STDC_HEADERS, not __STDC__.
Mon, 27 Mar 2000 19:42:47 +0000 Gerd Moellmann (mark_maybe_object): New function.
Wed, 22 Mar 2000 21:44:05 +0000 Ken Raeburn Changes towards better type safety regarding intervals, primarily
Tue, 21 Mar 2000 00:36:12 +0000 Kenichi Handa (mark_face_cache): Don't mark face->registry.
Thu, 17 Feb 2000 16:14:11 +0000 Gerd Moellmann (enum mem_type): Compile unconditionally.
Thu, 17 Feb 2000 15:21:21 +0000 Gerd Moellmann (mark_object): Don't mark symbol names in pure space.
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Mon, 17 Jan 2000 11:41:01 +0000 Dave Love (purecopy): Doc fix.
Tue, 04 Jan 2000 12:22:13 +0000 Gerd Moellmann (Fgarbage_collect): Return number of live and free
Tue, 28 Dec 1999 03:34:56 +0000 Richard M. Stallman Comment change.
Wed, 15 Dec 1999 00:01:44 +0000 Kenichi Handa (Fmake_string): Adjusted for the change of CHAR_STRING.
Sun, 07 Nov 1999 22:44:36 +0000 Gerd Moellmann (Fgarbage_collect): Call unmark_byte_stack.
Sun, 07 Nov 1999 15:52:40 +0000 Gerd Moellmann Remove conditional compilation on USE_TEXT_PROPERTIES.
Fri, 05 Nov 1999 21:26:42 +0000 Gerd Moellmann (Fgarbage_collect): Call mark_byte_stack and
Mon, 25 Oct 1999 04:58:18 +0000 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 19 Sep 1999 21:46:42 +0000 Gerd Moellmann (Fgarbage_collect): Remove unused variable.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Mon, 30 Aug 1999 16:18:30 +0000 Andreas Schwab Include <stdlib.h> if available.
Mon, 23 Aug 1999 00:11:34 +0000 Gerd Moellmann (mark_glyph_matrix): Mark strings only.
Sat, 21 Aug 1999 19:28:42 +0000 Gerd Moellmann (Fgarbage_collect): Use push_message, restore_message,
Fri, 30 Jul 1999 15:49:10 +0000 Karl Heuer (allocate_vectorlike): Add missing increment.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (gc_sweep): Call sweep_weak_hash_tables.
Sat, 02 Jan 1999 00:10:26 +0000 Richard M. Stallman (MMAP_MAX_AREAS): New macro.
Wed, 30 Dec 1998 01:07:49 +0000 Richard M. Stallman (lisp_malloc, lisp_free): New functions.
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.