| Commit message (Expand) | Author | Age | Files | Lines |
* | (free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code, | Karl Heuer | 1994-10-04 | 1 | -13/+13 |
* | (VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol, | Karl Heuer | 1994-10-04 | 1 | -35/+32 |
* | (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test | Karl Heuer | 1994-09-27 | 1 | -4/+4 |
* | (make_float, make_pure_float): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
* | (pure, pure_size): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -30/+30 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (mark_object, case frame): Mark menu_bar_vector field. | Richard M. Stallman | 1994-04-26 | 1 | -0/+1 |
* | (make_event_array): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -1/+2 |
* | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
* | (ARRAY_MARK_FLAG): Definition moved to lisp.h. | Richard M. Stallman | 1994-03-05 | 1 | -22/+0 |
* | (memory_signal_data): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+3 |
* | (memory_full): Use new variable memory_signal_data with precomputed value | Karl Heuer | 1994-02-28 | 1 | -1/+12 |
* | (Fgarbage_collect): Save echo_area_glyphs_length. | Karl Heuer | 1994-02-10 | 1 | -1/+2 |
* | (mark_object): Fetch obj from *objptr at loop, not at the gotos. | Karl Heuer | 1994-02-09 | 1 | -7/+7 |
* | (Fmemory_limit): No longer interactive. | Richard M. Stallman | 1993-12-25 | 1 | -1/+1 |
* | (make_pure_string): If we USE_TEXT_PROPERTIES, set the | Richard M. Stallman | 1993-11-10 | 1 | -0/+6 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (mark_object): Declare ptr volatile, or don't use it | Richard M. Stallman | 1993-08-08 | 1 | -29/+16 |
* | (compact_strings): Add USE_TEXT_PROPERTIES conditional. | Richard M. Stallman | 1993-07-21 | 1 | -0/+2 |
* | Consistently use the mark bit of the root interval's parent field | Jim Blandy | 1993-07-18 | 1 | -21/+45 |
* | (mark_object) [DEBUG_MOLE]: Add abort at beginning. | Richard M. Stallman | 1993-07-14 | 1 | -0/+5 |
* | (mark_object): Add aborts in Lisp_Symbol case. | Richard M. Stallman | 1993-06-29 | 1 | -0/+8 |
* | * alloc.c (Fgarbage_collect): If the minibuffer is active, don't | Jim Blandy | 1993-06-21 | 1 | -1/+1 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | * alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | (make_event_array): Ignore bits above CHAR_META. | Richard M. Stallman | 1993-06-07 | 1 | -2/+3 |
* | (mark_object): Add debugging code to check for ptr clobbered. | Richard M. Stallman | 1993-05-27 | 1 | -0/+4 |
* | * syssignal.h: Don't #include <signal.h> | Jim Blandy | 1993-05-24 | 1 | -0/+1 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy | 1993-05-14 | 1 | -0/+1 |
* | * alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare | Jim Blandy | 1993-04-10 | 1 | -10/+13 |
* | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -28/+103 |
* | (mark_object): Mark face_alist of a frame. | Richard M. Stallman | 1993-03-25 | 1 | -0/+1 |
* | Comment fix. | Richard M. Stallman | 1993-03-12 | 1 | -1/+1 |
* | (mark_object): Mark the menu_bar_items field. | Richard M. Stallman | 1993-03-12 | 1 | -0/+1 |
* | (Fmake_rope, Frope_elt): Fns deleted. | Richard M. Stallman | 1993-03-05 | 1 | -59/+14 |
* | Use the term `scroll bar', instead of `scrollbar'. | Jim Blandy | 1993-03-02 | 1 | -2/+2 |
* | (mark_interval): Add ignored arg. | Richard M. Stallman | 1993-02-25 | 1 | -2/+3 |
* | * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is | Jim Blandy | 1993-02-23 | 1 | -9/+14 |
* | * alloc.c (make_pure_float): Align pureptr according to __alignof, | Jim Blandy | 1993-02-22 | 1 | -1/+11 |
* | * alloc.c (make_pure_float): Align pureptr on a sizeof (double) | Jim Blandy | 1993-02-22 | 1 | -15/+34 |
* | (Fmemory_limit): Doc fix. | Richard M. Stallman | 1993-02-20 | 1 | -1/+1 |
* | Make scrollbar structures into lisp objects, so that they can be | Jim Blandy | 1993-01-14 | 1 | -2/+4 |
* | * alloc.c: #include "frame.h" unconditionally. frame.h does the | Jim Blandy | 1992-11-07 | 1 | -2/+0 |
* | * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
* | * alloc.c (mark_interval_tree): Pass 0 as initial depth argument | Joseph Arceneaux | 1992-10-14 | 1 | -1/+1 |
* | * alloc.c (Fmemory_limit): Explain why we divide by 1024. | Jim Blandy | 1992-10-07 | 1 | -5/+2 |
* | * alloc.c (Fmemory_limit): New function. | Jim Blandy | 1992-10-03 | 1 | -0/+20 |
* | Fixed typos. | Joseph Arceneaux | 1992-10-03 | 1 | -4/+4 |
* | * alloc.c: #include "intervals.h". | Joseph Arceneaux | 1992-10-02 | 1 | -2/+150 |