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.
|
Wed, 09 Apr 1997 04:00:39 +0000 |
Richard M. Stallman |
Update copyright year.
|
Wed, 09 Apr 1997 03:59:08 +0000 |
Richard M. Stallman |
For glibc's malloc, include <malloc.h> for mallinfo,
|
Mon, 07 Apr 1997 07:12:13 +0000 |
Kenichi Handa |
(Fmake_char_table): Adjusted for the new structure of
|
Sat, 22 Mar 1997 04:02:03 +0000 |
Richard M. Stallman |
(mark_object): Mark the buffer_list field.
|
Thu, 20 Feb 1997 06:43:51 +0000 |
Karl Heuer |
(Fmake_char_table): Typo in doc-string fixed. Handle
|
Thu, 07 Nov 1996 21:14:18 +0000 |
Richard M. Stallman |
(Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.
|
Mon, 28 Oct 1996 11:55:29 +0000 |
Erik Naggum |
(Fmake_char_table): Doc fix.
|
Tue, 17 Sep 1996 17:49:23 +0000 |
Erik Naggum |
Comment changes.
|
Tue, 17 Sep 1996 15:36:26 +0000 |
Erik Naggum |
(Fmake_symbol): Initialize `obarray' field.
|
Wed, 04 Sep 1996 00:06:48 +0000 |
Richard M. Stallman |
(Fmake_byte_code): Call make_pure_vector using nargs.
|
Tue, 03 Sep 1996 23:56:33 +0000 |
Richard M. Stallman |
(Fpurecopy): Cast arg to make_pure_vector.
|
Sun, 01 Sep 1996 21:04:32 +0000 |
Karl Heuer |
Removed support for !MULTI_FRAME.
|
Sat, 31 Aug 1996 21:53:53 +0000 |
Richard M. Stallman |
(Fgarbage_collect): Report used and free intervals.
|
Thu, 29 Aug 1996 00:44:05 +0000 |
Richard M. Stallman |
(syms_of_alloc): Set up Lisp variables ...-consed,
|
Mon, 10 Jun 1996 18:19:48 +0000 |
Richard M. Stallman |
(mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.
|
Mon, 08 Apr 1996 14:05:57 +0000 |
Richard M. Stallman |
(garbage_collection_messages): New variable.
|
Wed, 06 Mar 1996 04:37:18 +0000 |
Karl Heuer |
(struct string_block_head): Change to match string_block.
|