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