Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / alloc.c
1993-09-10 Roland McGrathInclude <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 BlandyConsistently use the mark bit of the root interval...
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...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-09 Jim Blandy* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc...
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...
1993-05-24 Jim Blandy* syssignal.h: Don't #include <signal.h>
1993-05-22 Jim BlandyUpdated 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...
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-25 Richard M. Stallman(mark_object): Mark face_alist of a frame.
1993-03-12 Richard M. StallmanComment 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 BlandyUse 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 +...
1993-02-22 Jim Blandy* alloc.c (make_pure_float): Align pureptr according...
1993-02-22 Jim Blandy* alloc.c (make_pure_float): Align pureptr on a sizeof...
1993-02-20 Richard M. Stallman(Fmemory_limit): Doc fix.
1993-01-14 Jim BlandyMake scrollbar structures into lisp objects, so that...
1992-11-07 Jim Blandy* alloc.c: #include "frame.h" unconditionally. frame...
1992-10-31 Jim Blandy* alloc.c (Frope_elt): Declare arguments to be Lisp_Obj...
1992-10-14 Joseph Arceneaux* alloc.c (mark_interval_tree): Pass 0 as initial depth...
1992-10-07 Jim Blandy* alloc.c (Fmemory_limit): Explain why we divide by...
1992-10-03 Jim Blandy* alloc.c (Fmemory_limit): New function.
1992-10-03 Joseph ArceneauxFixed 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...
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...
1992-08-19 Jim Blandy* alloc.c (Fmake_marker): Removed the test for being...
1992-08-14 Jim Blandy* alloc.c (Fgarbage_collect): Doc fix.
1992-07-13 Jim Blandyentered 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 BlandyInitial revision