summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.Richard M. Stallman1996-06-101-1/+7
* (garbage_collection_messages): New variable.Richard M. Stallman1996-04-081-5/+15
* (struct string_block_head): Change to match string_block.Karl Heuer1996-03-061-1/+1
* (mark_object): Mark frame title field.Richard M. Stallman1996-01-181-0/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fmake_symbol): Harmonize arguments with documentation (correctly).Erik Naggum1996-01-091-1/+1
* (Fmake_symbol): Harmonize arguments with documentation.Erik Naggum1996-01-091-3/+3
* Comment fixes.Karl Heuer1996-01-051-2/+2
* (Flist): Avoid using -- in while condition.Richard M. Stallman1995-11-201-3/+7
* (mark_object): Don't overwrite original argument value.Richard M. Stallman1995-11-151-2/+3
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-2/+2
* (Fmake_char_table): Doc fix.Richard M. Stallman1995-10-291-1/+1
* Cast first arg to bzero.Richard M. Stallman1995-10-291-12/+13
* (Qchar_table_extra_slots): New variable.Richard M. Stallman1995-10-141-8/+15
* (Fmake_char_table): Initialize parent to nil.Erik Naggum1995-10-081-0/+1
* (Fmake_chartable, Fmake_boolvector): New functions.Richard M. Stallman1995-10-071-0/+55
* (Fmake_marker): Initialize insertion_type to 0.Richard M. Stallman1995-09-081-0/+1
* (cons_cells_consed, floats_consed, vector_cells_consed)Richard M. Stallman1995-08-021-0/+64
* (init_alloc_once): Set gc_cons_threshold from Lisp obj size.Richard M. Stallman1995-07-191-1/+1
* (Flist): Rewritten.Karl Heuer1995-07-171-20/+50
* (mark_object): Mark icon_name field.Richard M. Stallman1995-06-161-0/+1
* (mark_kboards): Mark system_key_syms member.Karl Heuer1995-06-091-0/+1
* (mark_kboards): Mark Vprefix_arg instead ofKarl Heuer1995-06-071-2/+1
* Declare sbrk.Karl Heuer1995-06-061-0/+2
* (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