log src/alloc.c @ 53705:db8cbe59ee5c

age author description
Mon, 26 Jan 2004 11:54:25 +0000 Andreas Schwab (Fpurecopy): Declare size as EMACS_INT to not lose bits.
Wed, 21 Jan 2004 03:34:32 +0000 Stefan Monnier (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
Wed, 14 Jan 2004 14:35:23 +0000 Stefan Monnier (struct interval_block, struct string_block)
Sun, 11 Jan 2004 21:50:12 +0000 Jan Dj«£rv * alloc.c (allocate_vectorlike): Surround calls to mallopt with
Tue, 18 Nov 2003 00:39:13 +0000 Stefan Monnier (make_float, Fcons): Clear the markbit at init time.
Mon, 13 Oct 2003 18:45:03 +0000 Richard M. Stallman (lisp_align_malloc): If BASE is 0, call memory_full.
Fri, 19 Sep 2003 15:49:25 +0000 Dave Love (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
Thu, 11 Sep 2003 22:41:16 +0000 Stefan Monnier (init_marker): Remove debugging code.
Thu, 11 Sep 2003 22:18:00 +0000 Stefan Monnier (init_intervals, init_symbol, init_marker): Don't preallocate anything.
Sun, 07 Sep 2003 19:15:32 +0000 Andreas Schwab Use long instead of int when casting ABLOCKS_BUSY to
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 20 Aug 2003 16:46:33 +0000 Dave Love (lisp_align_malloc): Change type of `aligned'.
Tue, 19 Aug 2003 12:58:06 +0000 Gerd Moellmann (lisp_align_malloc): Check for memory full when
Fri, 08 Aug 2003 23:14:04 +0000 Andreas Schwab (mark_object): Handle Lisp_Misc_Save_Value.
Mon, 21 Jul 2003 20:03:18 +0000 Stefan Monnier (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
Mon, 21 Jul 2003 09:50:53 +0000 Richard M. Stallman (syms_of_alloc): Doc fixes.
Tue, 15 Jul 2003 19:19:59 +0000 Stefan Monnier Use bitmaps for cons cells, as was done for floats.
Mon, 14 Jul 2003 05:37:52 +0000 Paul Eggert (pure, staticvec): Initialize these arrays to nonzero, so that they're
Mon, 14 Jul 2003 02:51:08 +0000 Stefan Monnier (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
Wed, 09 Jul 2003 14:53:41 +0000 Stefan Monnier (mark_object): Mark the new `next' field of overlays.
Mon, 07 Jul 2003 20:39:40 +0000 Richard M. Stallman (Fgarbage_collect): Doc fix.
Sun, 06 Jul 2003 23:12:21 +0000 Stefan Monnier (live_float_p): Check that p is not past the `floats' array,
Sun, 06 Jul 2003 19:34:03 +0000 Stefan Monnier (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object.
Sun, 06 Jul 2003 14:55:00 +0000 Jason Rumney (struct ablock): Only include padding when there is some.
Fri, 04 Jul 2003 20:19:06 +0000 Stefan Monnier (ALIGN): Add casts to simplify usage.
Fri, 27 Jun 2003 22:54:26 +0000 Stefan Monnier (mark_buffer): Fix missed buffer->name in last patch.
Fri, 27 Jun 2003 21:54:20 +0000 Stefan Monnier (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
Thu, 26 Jun 2003 23:16:05 +0000 Stefan Monnier (survives_gc_p): Simplify.
Wed, 25 Jun 2003 23:27:32 +0000 Stefan Monnier (make_interval, Fmake_symbol, allocate_misc):
Sun, 15 Jun 2003 21:48:14 +0000 Stefan Monnier (mark_kboards): Move to keyboard.c.
Thu, 29 May 2003 18:36:16 +0000 Dave Love Comment.
Mon, 26 May 2003 22:03:17 +0000 Andreas Schwab (Fgarbage_collect): Fix last change.
Sun, 25 May 2003 17:40:03 +0000 Stefan Monnier (Fgarbage_collect): Remove `unused var tail' warning.
Sat, 17 May 2003 12:40:32 +0000 Richard M. Stallman (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning.
Wed, 30 Apr 2003 12:04:39 +0000 Richard M. Stallman (abort_on_gc): New variable.
Thu, 17 Apr 2003 21:49:09 +0000 Stefan Monnier (Fmake_byte_code): Improve the `usage' string.
Sun, 06 Apr 2003 20:27:19 +0000 Richard M. Stallman (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.
Sun, 23 Mar 2003 02:07:13 +0000 Kenichi Handa (make_string_from_bytes): Add `const' for the arg
Wed, 19 Mar 2003 12:24:43 +0000 Kenichi Handa (make_specified_string): Fix previous change.
Sat, 22 Feb 2003 22:15:31 +0000 Stefan Monnier (Fgarbage_collect): Don't use XSETFLOAT.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Thu, 30 Jan 2003 14:15:58 +0000 Dave Love (Vgc_elapsed, gcs_done): New variables.
Fri, 24 Jan 2003 12:24:13 +0000 Dave Love (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Tue, 21 Jan 2003 16:56:13 +0000 Dave Love (Fgc_status): Print zombie list.
Sun, 19 Jan 2003 21:50:03 +0000 Jan Dj«£rv GTK version
Sun, 12 Jan 2003 15:36:40 +0000 Kim F. Storm (pure_alloc): Rewritten and simplified.
Sun, 12 Jan 2003 00:40:09 +0000 Kim F. Storm (pure_alloc): Corrected last change; now align the
Fri, 10 Jan 2003 20:08:32 +0000 Andreas Schwab (pure_alloc): Correct alignment for Lisp_Floats.
Mon, 06 Jan 2003 00:45:45 +0000 Richard M. Stallman (make_save_value): New function.
Sat, 21 Dec 2002 17:59:27 +0000 Richard M. Stallman Comment change.
Thu, 14 Nov 2002 14:12:12 +0000 Dave Love (SETJMP_WILL_NOT_WORK): Add note.
Wed, 11 Sep 2002 01:58:22 +0000 Richard M. Stallman (Fgarbage_collect): Use pop_message_unwind.
Sun, 01 Sep 2002 13:37:41 +0000 Richard M. Stallman (display_malloc_warning): Use display-warning.
Wed, 07 Aug 2002 14:37:32 +0000 Richard M. Stallman (mark_object): Detect long lists for debugging.
Tue, 16 Jul 2002 19:47:52 +0000 Ken Raeburn (xstrdup, make_string, make_unibyte_string)
Tue, 16 Jul 2002 15:48:47 +0000 Ken Raeburn * alloc.c (make_event_array): Use SSET for storing into a string.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 17:44:22 +0000 Richard M. Stallman (Vmemory_full): New variable.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 10 Jul 2002 08:45:24 +0000 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Mon, 20 May 2002 08:04:52 +0000 Ken Raeburn * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Mon, 25 Mar 2002 22:38:55 +0000 Stefan Monnier (check_pure_size): Update the comment.
Fri, 22 Mar 2002 22:53:23 +0000 Stefan Monnier (check_pure_size): Only output a warning.
Wed, 06 Mar 2002 15:55:51 +0000 Gerd Moellmann (mark_kboards): Mark echo_string.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Fri, 15 Feb 2002 21:23:51 +0000 Andreas Schwab Remove unwanted changes.
Fri, 15 Feb 2002 21:19:08 +0000 Andreas Schwab (NSTATICS): Increase to 1280.
Fri, 15 Feb 2002 09:36:05 +0000 Kai Gro©Îjohann (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
Fri, 08 Feb 2002 21:23:53 +0000 Kim F. Storm (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
Thu, 07 Feb 2002 11:10:47 +0000 Andreas Schwab Fix thinko in last change.
Thu, 07 Feb 2002 11:05:08 +0000 Andreas Schwab (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
Sun, 27 Jan 2002 22:53:26 +0000 Richard M. Stallman Comment change.
Sat, 29 Dec 2001 12:47:29 +0000 Gerd Moellmann Add a comment.
Sun, 16 Dec 2001 21:52:36 +0000 Richard M. Stallman (pure_alloc): After overflow, allocate just a small block.
Fri, 07 Dec 2001 12:32:21 +0000 Andreas Schwab (inhibit_garbage_collection): Don't exceed value an int can hold.
Wed, 05 Dec 2001 21:37:48 +0000 Andrew Innes (Fgarbage_collect): Shrink buffer gaps that are
Tue, 13 Nov 2001 06:55:14 +0000 Pavel Jan«¿k (Flist): Reindent.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jan«¿k Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 09:51:56 +0000 Miles Bader (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.
Sun, 21 Oct 2001 08:48:26 +0000 Pavel Jan«¿k Reindent DEFUNs with doc: keywords.
Wed, 17 Oct 2001 03:16:12 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 10:36:01 +0000 Gerd Moellmann Put doc strings in comments.
Fri, 12 Oct 2001 22:19:11 +0000 Stefan Monnier (mark_interval_tree): Use traverse_intervals_noorder.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Sat, 06 Oct 2001 23:32:01 +0000 Gerd Moellmann (inhibit_garbage_collection): Simplify.
Fri, 05 Oct 2001 09:42:02 +0000 Gerd Moellmann (purebeg, pure_size, pure_bytes_used_before_overflow):
Sat, 15 Sep 2001 08:00:07 +0000 Eli Zaretskii Fix a typo in a comment. From Pavel Janik.
Mon, 10 Sep 2001 13:41:21 +0000 Gerd Moellmann allocate_buffer): Call VALIDATE_LISP_STORAGE.
Mon, 06 Aug 2001 10:03:40 +0000 Gerd Moellmann Remove init_stack static declaration.
Mon, 21 May 2001 12:23:54 +0000 Gerd Moellmann (Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
Thu, 29 Mar 2001 10:35:24 +0000 Gerd Moellmann (live_string_p, live_cons_p, live_symbol_p)
Fri, 02 Mar 2001 17:25:22 +0000 Eli Zaretskii (mark_maybe_pointer): Fix a typo in a comment.
Wed, 28 Feb 2001 13:29:33 +0000 Gerd Moellmann (toplevel): Include process.h.
Wed, 31 Jan 2001 12:22:25 +0000 Gerd Moellmann (Fmake_list): Add a QUIT in the loop; unroll the loop.
Sun, 28 Jan 2001 11:23:07 +0000 Andrew Choi * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Tue, 09 Jan 2001 20:10:50 +0000 Gerd Moellmann (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
Tue, 09 Jan 2001 13:43:43 +0000 Gerd Moellmann (Fgarbage_collect): Use a record_unwind_protect to
Thu, 07 Dec 2000 12:00:51 +0000 Stefan Monnier (gc_sweep): Add comment.
Wed, 06 Dec 2000 21:03:16 +0000 Gerd Moellmann (gc_sweep): Prevent symbols read during loadup
Wed, 06 Dec 2000 14:22:15 +0000 Gerd Moellmann (Fgarbage_collect): Dox fix. Return a list as
Thu, 23 Nov 2000 04:48:08 +0000 Kenichi Handa (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.
Wed, 22 Nov 2000 16:32:36 +0000 Gerd Moellmann (mark_object) <frame>: Mark tool bar items differently.
Mon, 20 Nov 2000 01:06:33 +0000 Kenichi Handa (make_string): Fix previous change. Be sure to make
Mon, 23 Oct 2000 15:02:15 +0000 Gerd Moellmann (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
Fri, 20 Oct 2000 19:13:33 +0000 Gerd Moellmann (toplevel): Conditionalize compilation of mem_*
Fri, 20 Oct 2000 18:45:17 +0000 Jason Rumney Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
Fri, 20 Oct 2000 15:55:14 +0000 Gerd Moellmann (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
Wed, 18 Oct 2000 11:58:50 +0000 Gerd Moellmann (allocate_string) [GC_CHECK_STRING_BYTES]: Call
Tue, 17 Oct 2000 19:38:47 +0000 Gerd Moellmann (pure_bytes_used): Renamed from pureptr.
Tue, 17 Oct 2000 15:38:30 +0000 Gerd Moellmann (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Tue, 10 Oct 2000 11:10:58 +0000 Andreas Schwab (mark_object): Remove all workarounds installed on
Tue, 03 Oct 2000 12:46:35 +0000 Eli Zaretskii (Fgarbage_collect): Prevent compiler warning for a call
Tue, 26 Sep 2000 11:11:51 +0000 Gerd Moellmann (GC_CHECK_STRING_BYTES): Temporarily define, for bug
Mon, 25 Sep 2000 21:08:56 +0000 Dave Love (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
Mon, 25 Sep 2000 18:38:11 +0000 Gerd Moellmann (mark_image): Use GC_NILP instead of NILP.
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Wed, 13 Sep 2000 09:18:49 +0000 Gerd Moellmann Add some comments about DOUG_LEA_MALLOC's use of mmap
Tue, 22 Aug 2000 22:41:00 +0000 Andrew Innes Include keyboard.h before frame.h.
Thu, 17 Aug 2000 14:01:09 +0000 Dave Love (lisp_malloc): Declare with POINTER_TYPE.
Tue, 15 Aug 2000 19:24:42 +0000 Gerd Moellmann (compact_small_strings): Use safe_bcopy, add an
Mon, 14 Aug 2000 14:15:44 +0000 Dave Love [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
Wed, 02 Aug 2000 20:15:51 +0000 Gerd Moellmann (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
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.
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.
Thu, 18 Jan 1996 08:37:41 +0000 Richard M. Stallman (mark_object): Mark frame title field.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 02:44:30 +0000 Erik Naggum (Fmake_symbol): Harmonize arguments with documentation (correctly).
Tue, 09 Jan 1996 02:21:31 +0000 Erik Naggum (Fmake_symbol): Harmonize arguments with documentation.
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Mon, 20 Nov 1995 23:21:25 +0000 Richard M. Stallman (Flist): Avoid using -- in while condition.
Wed, 15 Nov 1995 17:42:44 +0000 Richard M. Stallman (mark_object): Don't overwrite original argument value.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Sun, 29 Oct 1995 19:17:24 +0000 Richard M. Stallman (Fmake_char_table): Doc fix.
Sun, 29 Oct 1995 19:02:07 +0000 Richard M. Stallman Cast first arg to bzero.
Sat, 14 Oct 1995 05:53:31 +0000 Richard M. Stallman (Qchar_table_extra_slots): New variable.
Sun, 08 Oct 1995 02:56:45 +0000 Erik Naggum (Fmake_char_table): Initialize parent to nil.
Sat, 07 Oct 1995 21:53:27 +0000 Richard M. Stallman (Fmake_chartable, Fmake_boolvector): New functions.
Fri, 08 Sep 1995 16:59:25 +0000 Richard M. Stallman (Fmake_marker): Initialize insertion_type to 0.
Wed, 02 Aug 1995 18:30:53 +0000 Richard M. Stallman (cons_cells_consed, floats_consed, vector_cells_consed)
Wed, 19 Jul 1995 03:39:43 +0000 Richard M. Stallman (init_alloc_once): Set gc_cons_threshold from Lisp obj size.
Mon, 17 Jul 1995 22:10:25 +0000 Karl Heuer (Flist): Rewritten.
Fri, 16 Jun 1995 16:08:21 +0000 Richard M. Stallman (mark_object): Mark icon_name field.
Fri, 09 Jun 1995 20:37:32 +0000 Karl Heuer (mark_kboards): Mark system_key_syms member.
Wed, 07 Jun 1995 22:25:46 +0000 Karl Heuer (mark_kboards): Mark Vprefix_arg instead of
Tue, 06 Jun 1995 02:02:51 +0000 Karl Heuer Declare sbrk.
Wed, 24 May 1995 01:39:24 +0000 Karl Heuer (Fgarbage_collect): Clear consing_since_gc first thing.
Sat, 06 May 1995 23:04:13 +0000 Richard M. Stallman (gc_cons_threshold): Change back to int.
Thu, 04 May 1995 16:19:08 +0000 Richard M. Stallman (gc_cons_threshold): Make this an EMACS_INT.
Tue, 25 Apr 1995 23:47:55 +0000 Karl Heuer (mark_kboards): Mark the kbd macro and Vsystem_key_alist.
Thu, 13 Apr 1995 21:14:31 +0000 Karl Heuer Delete the #if that compares MARKBIT.
Wed, 12 Apr 1995 17:53:01 +0000 Richard M. Stallman (gc_sweep): If a misc has type Lisp_Misc_Free,
Tue, 11 Apr 1995 20:19:46 +0000 Richard M. Stallman (inhibit_garbage_collection): New function.
Mon, 10 Apr 1995 05:33:58 +0000 Richard M. Stallman Include keyboard.h.
Fri, 07 Apr 1995 05:28:07 +0000 Richard M. Stallman (Fmake_marker, mark_object): Use XMISCTYPE.
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.