aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (Fgarbage_collect): Clear consing_since_gc first thing.Karl Heuer1995-05-241-0/+4
* (gc_cons_threshold): Change back to int.Richard M. Stallman1995-05-061-2/+4
* (gc_cons_threshold): Make this an EMACS_INT.Richard M. Stallman1995-05-041-3/+6
* (mark_kboards): Mark the kbd macro and Vsystem_key_alist.Karl Heuer1995-04-251-0/+5
* Delete the #if that compares MARKBIT.Karl Heuer1995-04-131-4/+0
* (gc_sweep): If a misc has type Lisp_Misc_Free,Richard M. Stallman1995-04-121-2/+13
* (inhibit_garbage_collection): New function.Richard M. Stallman1995-04-111-0/+17
* Include keyboard.h.Richard M. Stallman1995-04-101-0/+1
* (Fmake_marker, mark_object): Use XMISCTYPE.Richard M. Stallman1995-04-071-6/+6
* (init_alloc_once): Increase gc_cons_threshold to 300000.Richard M. Stallman1995-03-171-1/+1
* (mark_kboards): Renamed from mark_perdisplays.Karl Heuer1995-03-151-11/+11
* (mark_perdisplays): Mark Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (mark_perdisplays): Update to reflect current Lisp_Objects.Karl Heuer1995-03-011-3/+3
* (mark_perdisplays): Mark kbd_queue.Karl Heuer1995-02-221-1/+1
* (emacs_blocked_malloc): Set __malloc_extra_blocks here.Richard M. Stallman1995-02-061-1/+97
* (mark_perdisplays): New function.Karl Heuer1995-02-031-1/+17
* (mark_object): Ignore Lisp_Misc_Display_Objfwd objects.Karl Heuer1995-01-281-0/+1
* Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer1995-01-181-6/+2
* (Fpurecopy): Mask size field when copying pseudovector.Karl Heuer1995-01-141-0/+2
* Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.Karl Heuer1995-01-131-0/+4
* (DONT_COPY_FLAG): Default this to 1.Karl Heuer1995-01-131-9/+13
* (DONT_COPY_FLAG): Fix typo.Karl Heuer1995-01-111-1/+1
* (Fgarbage_collect): Don't log the GC message.Karl Heuer1995-01-111-3/+3
* (DONT_COPY_FLAG): New bit flag.Richard M. Stallman1995-01-111-8/+18
* (mark_object, mark_buffer): Don't mark buffer twice.Karl Heuer1995-01-041-2/+5
* (mark_object): Make `else' visible outside MULTI_FRAME.Karl Heuer1995-01-031-1/+1
* (mark_buffer, gc_sweep): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-8/+13
* (mark_object): Don't use Lisp_Process, Lisp_Window.Richard M. Stallman1994-12-301-70/+69
* (mark_object): In a frame, mark the buffer_predicate.Richard M. Stallman1994-12-211-3/+2
* (Fpurecopy): Use type test macros.Karl Heuer1994-11-181-4/+5
* (Fpurecopy): Use type test macros.Karl Heuer1994-11-181-40/+23
* (Fmake_vector): Call allocate_vectorlike.Karl Heuer1994-11-161-11/+22
* (Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of itsKarl Heuer1994-11-161-9/+6
* (free_float): Don't assume XFASTINT accesses the raw bits.Karl Heuer1994-11-151-9/+8
* (mark_object, gc_sweep): Use new overlay substructure.Karl Heuer1994-11-151-1/+18
* (mark_object): New code to handle buffer-local substructure.Karl Heuer1994-11-111-25/+59
* (mark_object): Use the new substructure.Karl Heuer1994-10-121-8/+10
* (MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to theKarl Heuer1994-10-111-36/+69
* (mark_object): Delete case Lisp_Void.Karl Heuer1994-10-061-1/+0
* (mark_object): Delete case Lisp_Internal_Stream.Karl Heuer1994-10-061-1/+0
* (free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,Karl Heuer1994-10-041-13/+13
* (VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,Karl Heuer1994-10-041-35/+32
* (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type testKarl Heuer1994-09-271-4/+4
* (make_float, make_pure_float): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-201-2/+2
* (pure, pure_size): Use EMACS_INT.Richard M. Stallman1994-09-171-30/+30
* Update copyright.Karl Heuer1994-05-041-1/+1
* (mark_object, case frame): Mark menu_bar_vector field.Richard M. Stallman1994-04-261-0/+1
* (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