Trailing whitespace deleted.
[bpt/emacs.git] / src / alloc.c
2003-01-30 Dave Love(Vgc_elapsed, gcs_done): New variables.
2003-01-24 Dave Love(mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
2003-01-21 Dave Love(Fgc_status): Print zombie list.
2003-01-19 Jan DjärvGTK version
2003-01-12 Kim F. Storm(pure_alloc): Rewritten and simplified.
2003-01-12 Kim F. Storm(pure_alloc): Corrected last change; now align the
2003-01-10 Andreas Schwab(pure_alloc): Correct alignment for Lisp_Floats.
2003-01-06 Richard M. Stallman(make_save_value): New function.
2002-12-21 Richard M. StallmanComment change.
2002-11-14 Dave Love(SETJMP_WILL_NOT_WORK): Add note.
2002-09-11 Richard M. Stallman(Fgarbage_collect): Use pop_message_unwind.
2002-09-01 Richard M. Stallman(display_malloc_warning): Use display-warning.
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...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Richard M. Stallman(Vmemory_full): New variable.
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-05-20 Ken Raeburn* alloc.c (Fmake_symbol): Set symbol xname field instea...
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
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 MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-02-15 Andreas SchwabRemove 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 SchwabFix thinko in last change.
2002-02-07 Andreas Schwab(mark_stack): Don't assume sizeof (Lisp_Object) is 4.
2002-01-27 Richard M. StallmanComment change.
2001-12-29 Gerd MoellmannAdd a comment.
2001-12-16 Richard M. Stallman(pure_alloc): After overflow, allocate just a small...
2001-12-07 Andreas Schwab(inhibit_garbage_collection): Don't exceed value an...
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íkUpdate usage of CHECK_ macros (remove unused second...
2001-10-21 Miles Bader(Fmake_byte_code, Fvector, Flist): Add usage: string...
2001-10-21 Pavel JaníkReindent DEFUNs with doc: keywords.
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Gerd MoellmannPut doc strings in comments.
2001-10-12 Stefan Monnier(mark_interval_tree): Use traverse_intervals_noorder.
2001-10-08 Gerd MoellmannDon'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 ZaretskiiFix a typo in a comment. From Pavel Janik.
2001-09-10 Gerd Moellmannallocate_buffer): Call VALIDATE_LISP_STORAGE.
2001-08-06 Gerd MoellmannRemove init_stack static declaration.
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_str...
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...
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 RumneyMove #ifdef GC_MARK_STACK back above mem_init where...
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
2000-10-03 Eli Zaretskii(Fgarbage_collect): Prevent compiler warning for a...
2000-09-26 Gerd Moellmann(GC_CHECK_STRING_BYTES): Temporarily define, for bug
2000-09-25 Dave Love(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
2000-09-25 Gerd Moellmann(mark_image): Use GC_NILP instead of NILP.
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-13 Gerd MoellmannAdd some comments about DOUG_LEA_MALLOC's use of mmap
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-17 Dave Love(lisp_malloc): Declare with POINTER_TYPE.
2000-08-15 Gerd Moellmann(compact_small_strings): Use safe_bcopy, add an
2000-08-14 Dave Love[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
2000-08-02 Gerd Moellmann(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
2000-07-19 Gerd Moellmann(allocate_string_data): Don't copy old string contents.
2000-07-18 Gerd Moellmann(allocate_string_data): If string had already data
2000-06-20 Dave Love(xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
2000-06-19 Gerd Moellmann(mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
2000-05-19 Kenichi Handa(Fmake_byte_code): If BYTECODE-STRING is multibyte,
2000-04-02 Ken Raeburn* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P...
2000-03-30 Gerd Moellmann(xstrdup): Moved here from xfaces.c.
2000-03-29 Ken RaeburnStop assuming interval pointers and lisp objects can...
2000-03-28 Dave LoveInclude stdio.h. Test STDC_HEADERS, not __STDC__.
2000-03-27 Gerd Moellmann(mark_maybe_object): New function.
2000-03-22 Ken RaeburnChanges towards better type safety regarding intervals...
2000-03-21 Kenichi Handa(mark_face_cache): Don't mark face->registry.
2000-02-17 Gerd Moellmann(enum mem_type): Compile unconditionally.
2000-02-17 Gerd Moellmann(mark_object): Don't mark symbol names in pure space.
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-17 Dave Love(purecopy): Doc fix.
2000-01-04 Gerd Moellmann(Fgarbage_collect): Return number of live and free
1999-12-28 Richard M. StallmanComment change.
next