log src/alloc.c @ 50200:fdeb795fc0ec

age author description
2003-03-19 Kenichi Handa (make_specified_string): Fix previous change.
2003-02-22 Stefan Monnier (Fgarbage_collect): Don't use XSETFLOAT.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
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ärv GTK 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. Stallman Comment 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 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
2000-10-03 Eli Zaretskii (Fgarbage_collect): Prevent compiler warning for a call
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 Moellmann Avoid some more compiler warnings.
2000-09-13 Gerd Moellmann Add some comments about DOUG_LEA_MALLOC's use of mmap
2000-08-22 Andrew Innes Include 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): Expand non-union-type
2000-03-30 Gerd Moellmann (xstrdup): Moved here from xfaces.c.
2000-03-29 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
2000-03-28 Dave Love Include stdio.h. Test STDC_HEADERS, not __STDC__.
2000-03-27 Gerd Moellmann (mark_maybe_object): New function.
2000-03-22 Ken Raeburn Changes towards better type safety regarding intervals, primarily
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 Moellmann Remove `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. Stallman Comment change.
1999-12-15 Kenichi Handa (Fmake_string): Adjusted for the change of CHAR_STRING.
1999-11-07 Gerd Moellmann (Fgarbage_collect): Call unmark_byte_stack.
1999-11-07 Gerd Moellmann Remove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-05 Gerd Moellmann (Fgarbage_collect): Call mark_byte_stack and
1999-10-25 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-19 Gerd Moellmann (Fgarbage_collect): Remove unused variable.
1999-09-12 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.