log src/alloc.c @ 46961:7e8358ec31ba

age author description
2002-08-07 Richard M. Stallman (mark_object): Detect long lists for debugging.
2002-07-16 Ken Raeburn (xstrdup, make_string, make_unibyte_string)
2002-07-16 Ken Raeburn * alloc.c (make_event_array): Use SSET for storing into a string.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Richard M. Stallman (Vmemory_full): New variable.
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-10 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-05-20 Ken Raeburn * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
2002-04-26 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
2002-03-25 Stefan Monnier (check_pure_size): Update the comment.
2002-03-22 Stefan Monnier (check_pure_size): Only output a warning.
2002-03-06 Gerd Moellmann (mark_kboards): Mark echo_string.
2002-03-04 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
2002-02-15 Andreas Schwab Remove unwanted changes.
2002-02-15 Andreas Schwab (NSTATICS): Increase to 1280.
2002-02-15 Kai Großjohann (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
2002-02-08 Kim F. Storm (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
2002-02-07 Andreas Schwab Fix thinko in last change.
2002-02-07 Andreas Schwab (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
2002-01-27 Richard M. Stallman Comment change.
2001-12-29 Gerd Moellmann Add a comment.
2001-12-16 Richard M. Stallman (pure_alloc): After overflow, allocate just a small block.
2001-12-07 Andreas Schwab (inhibit_garbage_collection): Don't exceed value an int can hold.
2001-12-05 Andrew Innes (Fgarbage_collect): Shrink buffer gaps that are
2001-11-13 Pavel Janík (Flist): Reindent.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-21 Miles Bader (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.
2001-10-21 Pavel Janík Reindent DEFUNs with doc: keywords.
2001-10-17 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-14 Gerd Moellmann Put doc strings in comments.
2001-10-12 Stefan Monnier (mark_interval_tree): Use traverse_intervals_noorder.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-10-06 Gerd Moellmann (inhibit_garbage_collection): Simplify.
2001-10-05 Gerd Moellmann (purebeg, pure_size, pure_bytes_used_before_overflow):
2001-09-15 Eli Zaretskii Fix a typo in a comment. From Pavel Janik.
2001-09-10 Gerd Moellmann allocate_buffer): Call VALIDATE_LISP_STORAGE.
2001-08-06 Gerd Moellmann Remove init_stack static declaration.
2001-05-21 Gerd Moellmann (Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
2001-03-29 Gerd Moellmann (live_string_p, live_cons_p, live_symbol_p)
2001-03-02 Eli Zaretskii (mark_maybe_pointer): Fix a typo in a comment.
2001-02-28 Gerd Moellmann (toplevel): Include process.h.
2001-01-31 Gerd Moellmann (Fmake_list): Add a QUIT in the loop; unroll the loop.
2001-01-28 Andrew Choi * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
2001-01-09 Gerd Moellmann (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
2001-01-09 Gerd Moellmann (Fgarbage_collect): Use a record_unwind_protect to
2000-12-07 Stefan Monnier (gc_sweep): Add comment.
2000-12-06 Gerd Moellmann (gc_sweep): Prevent symbols read during loadup
2000-12-06 Gerd Moellmann (Fgarbage_collect): Dox fix. Return a list as
2000-11-23 Kenichi Handa (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.
2000-11-22 Gerd Moellmann (mark_object) <frame>: Mark tool bar items differently.
2000-11-20 Kenichi Handa (make_string): Fix previous change. Be sure to make
2000-10-23 Gerd Moellmann (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
2000-10-20 Gerd Moellmann (toplevel): Conditionalize compilation of mem_*
2000-10-20 Jason Rumney Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
2000-10-20 Gerd Moellmann (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
2000-10-18 Gerd Moellmann (allocate_string) [GC_CHECK_STRING_BYTES]: Call
2000-10-17 Gerd Moellmann (pure_bytes_used): Renamed from pureptr.
2000-10-17 Gerd Moellmann (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
2000-10-10 Andreas Schwab (mark_object): Remove all workarounds installed on