log src/alloc.c @ 5788:913f27480fad

age author description
1993-12-25 Richard M. Stallman (Fmemory_limit): No longer interactive.
1993-11-10 Richard M. Stallman (make_pure_string): If we USE_TEXT_PROPERTIES, set the
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-08 Richard M. Stallman (mark_object): Declare ptr volatile, or don't use it
1993-07-21 Richard M. Stallman (compact_strings): Add USE_TEXT_PROPERTIES conditional.
1993-07-18 Jim Blandy Consistently use the mark bit of the root interval's parent field
1993-07-14 Richard M. Stallman (mark_object) [DEBUG_MOLE]: Add abort at beginning.
1993-06-29 Richard M. Stallman (mark_object): Add aborts in Lisp_Symbol case.
1993-06-21 Jim Blandy * alloc.c (Fgarbage_collect): If the minibuffer is active, don't
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-09 Jim Blandy * alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
1993-06-07 Richard M. Stallman (make_event_array): Ignore bits above CHAR_META.
1993-05-27 Richard M. Stallman (mark_object): Add debugging code to check for ptr clobbered.
1993-05-24 Jim Blandy * syssignal.h: Don't #include <signal.h>
1993-05-22 Jim Blandy Updated copyright years.
1993-05-14 Jim Blandy * lisp.h (Lisp_Overlay): New tag.
1993-04-10 Jim Blandy * alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare
1993-03-31 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
1993-03-25 Richard M. Stallman (mark_object): Mark face_alist of a frame.
1993-03-12 Richard M. Stallman Comment fix.
1993-03-12 Richard M. Stallman (mark_object): Mark the menu_bar_items field.
1993-03-05 Richard M. Stallman (Fmake_rope, Frope_elt): Fns deleted.
1993-03-02 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
1993-02-25 Richard M. Stallman (mark_interval): Add ignored arg.
1993-02-23 Jim Blandy * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is
1993-02-22 Jim Blandy * alloc.c (make_pure_float): Align pureptr according to __alignof,
1993-02-22 Jim Blandy * alloc.c (make_pure_float): Align pureptr on a sizeof (double)
1993-02-20 Richard M. Stallman (Fmemory_limit): Doc fix.
1993-01-14 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
1992-11-07 Jim Blandy * alloc.c: #include "frame.h" unconditionally. frame.h does the
1992-10-31 Jim Blandy * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
1992-10-14 Joseph Arceneaux * alloc.c (mark_interval_tree): Pass 0 as initial depth argument
1992-10-07 Jim Blandy * alloc.c (Fmemory_limit): Explain why we divide by 1024.
1992-10-03 Jim Blandy * alloc.c (Fmemory_limit): New function.
1992-10-03 Joseph Arceneaux Fixed typos.
1992-10-02 Joseph Arceneaux * alloc.c: #include "intervals.h".
1992-10-01 Richard M. Stallman (mark_object): Avoid car recursion on cons with nil in cdr.
1992-09-19 Richard M. Stallman (mark_object): Save last 500 values of objptr.
1992-09-13 Jim Blandy * alloc.c (mark_object): mark a symbol's name after marking its
1992-08-19 Jim Blandy * alloc.c (Fmake_marker): Removed the test for being called from a
1992-08-14 Jim Blandy * alloc.c (Fgarbage_collect): Doc fix.
1992-07-13 Jim Blandy entered into RCS
1992-06-24 Jim Blandy *** empty log message ***
1992-05-18 Jim Blandy *** empty log message ***
1992-05-10 Jim Blandy *** empty log message ***
1992-05-01 Jim Blandy *** empty log message ***
1992-03-25 Noah Friedman *** empty log message ***
1992-03-20 Jim Blandy *** empty log message ***
1992-01-13 Jim Blandy *** empty log message ***
1991-11-26 Jim Blandy *** empty log message ***
1991-07-28 Jim Blandy *** empty log message ***
1991-07-26 Jim Blandy *** empty log message ***
1991-06-26 Jim Blandy Initial revision