aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-04-26(mark_object, case frame): Mark menu_bar_vector field.Richard M. Stallman1-0/+1
1994-03-23(make_event_array): Use assignment, not initialization.Karl Heuer1-1/+2
1994-03-06(mark_object): Add no-op cast.Richard M. Stallman1-1/+3
1994-03-05(ARRAY_MARK_FLAG): Definition moved to lisp.h.Richard M. Stallman1-22/+0
1994-03-02(memory_signal_data): No longer static.Richard M. Stallman1-2/+3
1994-02-28(memory_full): Use new variable memory_signal_data with precomputed valueKarl Heuer1-1/+12
1994-02-10(Fgarbage_collect): Save echo_area_glyphs_length.Karl Heuer1-1/+2
1994-02-09(mark_object): Fetch obj from *objptr at loop, not at the gotos.Karl Heuer1-7/+7
1993-12-25(Fmemory_limit): No longer interactive.Richard M. Stallman1-1/+1
1993-11-10(make_pure_string): If we USE_TEXT_PROPERTIES, set theRichard M. Stallman1-0/+6
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-08-08(mark_object): Declare ptr volatile, or don't use itRichard M. Stallman1-29/+16
1993-07-21(compact_strings): Add USE_TEXT_PROPERTIES conditional.Richard M. Stallman1-0/+2
1993-07-18Consistently use the mark bit of the root interval's parent fieldJim Blandy1-21/+45
1993-07-14(mark_object) [DEBUG_MOLE]: Add abort at beginning.Richard M. Stallman1-0/+5
1993-06-29(mark_object): Add aborts in Lisp_Symbol case.Richard M. Stallman1-0/+8
1993-06-21* alloc.c (Fgarbage_collect): If the minibuffer is active, don'tJim Blandy1-1/+1
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy1-2/+2
1993-06-09* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast theJim Blandy1-2/+2
1993-06-07(make_event_array): Ignore bits above CHAR_META.Richard M. Stallman1-2/+3
1993-05-27(mark_object): Add debugging code to check for ptr clobbered.Richard M. Stallman1-0/+4
1993-05-24* syssignal.h: Don't #include <signal.h>Jim Blandy1-0/+1
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-05-14* lisp.h (Lisp_Overlay): New tag.Jim Blandy1-0/+1
1993-04-10* alloc.c (__malloc_hook, __realloc_hook, __free_hook): DeclareJim Blandy1-10/+13
1993-03-31Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1-28/+103
1993-03-25(mark_object): Mark face_alist of a frame.Richard M. Stallman1-0/+1
1993-03-12Comment fix.Richard M. Stallman1-1/+1
1993-03-12(mark_object): Mark the menu_bar_items field.Richard M. Stallman1-0/+1
1993-03-05(Fmake_rope, Frope_elt): Fns deleted.Richard M. Stallman1-59/+14
1993-03-02Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1-2/+2
1993-02-25(mark_interval): Add ignored arg.Richard M. Stallman1-2/+3
1993-02-23* alloc.c (make_pure_float): Assure that PUREBEG + pureptr isJim Blandy1-9/+14
1993-02-22* alloc.c (make_pure_float): Align pureptr according to __alignof,Jim Blandy1-1/+11
1993-02-22* alloc.c (make_pure_float): Align pureptr on a sizeof (double)Jim Blandy1-15/+34
1993-02-20(Fmemory_limit): Doc fix.Richard M. Stallman1-1/+1
1993-01-14Make scrollbar structures into lisp objects, so that they can beJim Blandy1-2/+4
1992-11-07* alloc.c: #include "frame.h" unconditionally. frame.h does theJim Blandy1-2/+0
1992-10-31* alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.Jim Blandy1-0/+1
1992-10-14* alloc.c (mark_interval_tree): Pass 0 as initial depth argumentJoseph Arceneaux1-1/+1
1992-10-07* alloc.c (Fmemory_limit): Explain why we divide by 1024.Jim Blandy1-5/+2
1992-10-03* alloc.c (Fmemory_limit): New function.Jim Blandy1-0/+20
1992-10-03Fixed typos.Joseph Arceneaux1-4/+4
1992-10-02* alloc.c: #include "intervals.h".Joseph Arceneaux1-2/+150
1992-10-01(mark_object): Avoid car recursion on cons with nil in cdr.Richard M. Stallman1-15/+33
1992-09-19(mark_object): Save last 500 values of objptr.Richard M. Stallman1-1/+14
1992-09-13* alloc.c (mark_object): mark a symbol's name after marking itsJim Blandy1-2/+2
1992-08-19* alloc.c (Fmake_marker): Removed the test for being called from aJim Blandy1-7/+0
1992-08-14* alloc.c (Fgarbage_collect): Doc fix.Jim Blandy1-1/+1