aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
1995-04-07(Fmake_marker, mark_object): Use XMISCTYPE.Richard M. Stallman1-6/+6
1995-03-17(init_alloc_once): Increase gc_cons_threshold to 300000.Richard M. Stallman1-1/+1
1995-03-15(mark_kboards): Renamed from mark_perdisplays.Karl Heuer1-11/+11
1995-03-08(mark_perdisplays): Mark Vlast_kbd_macro.Karl Heuer1-0/+1
1995-03-01(mark_perdisplays): Update to reflect current Lisp_Objects.Karl Heuer1-3/+3
1995-02-22(mark_perdisplays): Mark kbd_queue.Karl Heuer1-1/+1
1995-02-06(emacs_blocked_malloc): Set __malloc_extra_blocks here.Richard M. Stallman1-1/+97
1995-02-03(mark_perdisplays): New function.Karl Heuer1-1/+17
1995-01-28(mark_object): Ignore Lisp_Misc_Display_Objfwd objects.Karl Heuer1-0/+1
1995-01-18Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer1-6/+2
1995-01-14(Fpurecopy): Mask size field when copying pseudovector.Karl Heuer1-0/+2
1995-01-13Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.Karl Heuer1-0/+4
1995-01-13(DONT_COPY_FLAG): Default this to 1.Karl Heuer1-9/+13
1995-01-11(DONT_COPY_FLAG): Fix typo.Karl Heuer1-1/+1
1995-01-11(Fgarbage_collect): Don't log the GC message.Karl Heuer1-3/+3
1995-01-11(DONT_COPY_FLAG): New bit flag.Richard M. Stallman1-8/+18
1995-01-04(mark_object, mark_buffer): Don't mark buffer twice.Karl Heuer1-2/+5
1995-01-03(mark_object): Make `else' visible outside MULTI_FRAME.Karl Heuer1-1/+1
1995-01-02(mark_buffer, gc_sweep): Use BUF_INTERVALS.Richard M. Stallman1-8/+13
1994-12-30(mark_object): Don't use Lisp_Process, Lisp_Window.Richard M. Stallman1-70/+69
1994-12-21(mark_object): In a frame, mark the buffer_predicate.Richard M. Stallman1-3/+2
1994-11-18(Fpurecopy): Use type test macros.Karl Heuer1-4/+5
1994-11-18(Fpurecopy): Use type test macros.Karl Heuer1-40/+23
1994-11-16(Fmake_vector): Call allocate_vectorlike.Karl Heuer1-11/+22
1994-11-16(Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of itsKarl Heuer1-9/+6
1994-11-15(free_float): Don't assume XFASTINT accesses the raw bits.Karl Heuer1-9/+8
1994-11-15(mark_object, gc_sweep): Use new overlay substructure.Karl Heuer1-1/+18
1994-11-11(mark_object): New code to handle buffer-local substructure.Karl Heuer1-25/+59
1994-10-12(mark_object): Use the new substructure.Karl Heuer1-8/+10
1994-10-11(MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to theKarl Heuer1-36/+69
1994-10-06(mark_object): Delete case Lisp_Void.Karl Heuer1-1/+0
1994-10-06(mark_object): Delete case Lisp_Internal_Stream.Karl Heuer1-1/+0
1994-10-04(free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,Karl Heuer1-13/+13
1994-10-04(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,Karl Heuer1-35/+32
1994-09-27(Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type testKarl Heuer1-4/+4
1994-09-20(make_float, make_pure_float): Fix Lisp_Object vs. int problems.Karl Heuer1-2/+2
1994-09-17(pure, pure_size): Use EMACS_INT.Richard M. Stallman1-30/+30
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