log src/alloc.c @ 51258:a35e5665c742

age author description
2003-05-26 Andreas Schwab (Fgarbage_collect): Fix last change.
2003-05-25 Stefan Monnier (Fgarbage_collect): Remove `unused var tail' warning.
2003-05-17 Richard M. Stallman (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning.
2003-04-30 Richard M. Stallman (abort_on_gc): New variable.
2003-04-17 Stefan Monnier (Fmake_byte_code): Improve the `usage' string.
2003-04-06 Richard M. Stallman (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.
2003-03-23 Kenichi Handa (make_string_from_bytes): Add `const' for the arg
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.