aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
1995-10-08(Fmake_char_table): Initialize parent to nil.Erik Naggum1-0/+1
1995-10-07(Fmake_chartable, Fmake_boolvector): New functions.Richard M. Stallman1-0/+55
1995-09-08(Fmake_marker): Initialize insertion_type to 0.Richard M. Stallman1-0/+1
1995-08-02(cons_cells_consed, floats_consed, vector_cells_consed)Richard M. Stallman1-0/+64
1995-07-19(init_alloc_once): Set gc_cons_threshold from Lisp obj size.Richard M. Stallman1-1/+1
1995-07-17(Flist): Rewritten.Karl Heuer1-20/+50
1995-06-16(mark_object): Mark icon_name field.Richard M. Stallman1-0/+1
1995-06-09(mark_kboards): Mark system_key_syms member.Karl Heuer1-0/+1
1995-06-07(mark_kboards): Mark Vprefix_arg instead ofKarl Heuer1-2/+1
1995-06-06Declare sbrk.Karl Heuer1-0/+2
1995-05-24(Fgarbage_collect): Clear consing_since_gc first thing.Karl Heuer1-0/+4
1995-05-06(gc_cons_threshold): Change back to int.Richard M. Stallman1-2/+4
1995-05-04(gc_cons_threshold): Make this an EMACS_INT.Richard M. Stallman1-3/+6
1995-04-25(mark_kboards): Mark the kbd macro and Vsystem_key_alist.Karl Heuer1-0/+5
1995-04-13Delete the #if that compares MARKBIT.Karl Heuer1-4/+0
1995-04-12(gc_sweep): If a misc has type Lisp_Misc_Free,Richard M. Stallman1-2/+13
1995-04-11(inhibit_garbage_collection): New function.Richard M. Stallman1-0/+17
1995-04-10Include keyboard.h.Richard M. Stallman1-0/+1
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