log src/alloc.c @ 50468:16fdb9f87d89

age author description
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 Djrv 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 Grojohann (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 Jank (Flist): Reindent.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank 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 Jank 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.