log src/alloc.c @ 43302:2f479ac769e1

age author description
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.
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