log src/alloc.c @ 16842:72276b334084 before-thomas-posix1996 glibc-2_0_2 libc-970108 libc-970109 libc-970110 libc-970111 libc-970112 libc-970113 libc-970114 libc-970115 libc-970116 libc-970117 libc-970118 libc-970119 libc-970120 libc-970121 libc-970122 libc-970123 libc-970124 libc-970125 libc-970126 libc-970127 libc-970128 libc-970129 libc-970130 libc-970131 libc-970201 libc-970202 libc-970203 libc-970204 libc-970205 libc-970206 libc-970207 libc-970208 libc-970209 libc-970210 libc-970211 libc-970212 libc-970213 libc-970214 libc-970215 libc-970216 libc-970217 libc-970218 libc-970219 libc-970220 libc-970221 libc-970222 libc-970223 libc-970224 libc-970225 libc-970226 libc-970227 libc-970228 libc-970301 libc-970302 libc-970303 libc-970304 libc-970305 libc-970306 libc-970307 libc-970308 libc-970309 libc-970310 libc-970311 libc-970312 libc-970313 libc-970314 libc-970315 libc-970316 libc-970317 libc-970318 libc-970319 libc-970320 libc-970321 libc-970322 libc-970323 libc-970324 libc20x-970306 libc20x-97031 libc20x-970316 libc20x-970318 libc20x-970319 libc20x-970404 root-libc-2_0_x-branch

age author description
1996-11-07 Richard M. Stallman (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.
1996-10-28 Erik Naggum (Fmake_char_table): Doc fix.
1996-09-17 Erik Naggum Comment changes.
1996-09-17 Erik Naggum (Fmake_symbol): Initialize `obarray' field.
1996-09-04 Richard M. Stallman (Fmake_byte_code): Call make_pure_vector using nargs.
1996-09-03 Richard M. Stallman (Fpurecopy): Cast arg to make_pure_vector.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-08-31 Richard M. Stallman (Fgarbage_collect): Report used and free intervals.
1996-08-29 Richard M. Stallman (syms_of_alloc): Set up Lisp variables ...-consed,
1996-06-10 Richard M. Stallman (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.
1996-04-08 Richard M. Stallman (garbage_collection_messages): New variable.
1996-03-06 Karl Heuer (struct string_block_head): Change to match string_block.
1996-01-18 Richard M. Stallman (mark_object): Mark frame title field.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fmake_symbol): Harmonize arguments with documentation (correctly).
1996-01-09 Erik Naggum (Fmake_symbol): Harmonize arguments with documentation.
1996-01-05 Karl Heuer Comment fixes.
1995-11-20 Richard M. Stallman (Flist): Avoid using -- in while condition.
1995-11-15 Richard M. Stallman (mark_object): Don't overwrite original argument value.
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-29 Richard M. Stallman (Fmake_char_table): Doc fix.
1995-10-29 Richard M. Stallman Cast first arg to bzero.
1995-10-14 Richard M. Stallman (Qchar_table_extra_slots): New variable.
1995-10-08 Erik Naggum (Fmake_char_table): Initialize parent to nil.
1995-10-07 Richard M. Stallman (Fmake_chartable, Fmake_boolvector): New functions.
1995-09-08 Richard M. Stallman (Fmake_marker): Initialize insertion_type to 0.
1995-08-02 Richard M. Stallman (cons_cells_consed, floats_consed, vector_cells_consed)
1995-07-19 Richard M. Stallman (init_alloc_once): Set gc_cons_threshold from Lisp obj size.
1995-07-17 Karl Heuer (Flist): Rewritten.
1995-06-16 Richard M. Stallman (mark_object): Mark icon_name field.
1995-06-09 Karl Heuer (mark_kboards): Mark system_key_syms member.
1995-06-07 Karl Heuer (mark_kboards): Mark Vprefix_arg instead of
1995-06-06 Karl Heuer Declare sbrk.
1995-05-24 Karl Heuer (Fgarbage_collect): Clear consing_since_gc first thing.
1995-05-06 Richard M. Stallman (gc_cons_threshold): Change back to int.
1995-05-04 Richard M. Stallman (gc_cons_threshold): Make this an EMACS_INT.
1995-04-25 Karl Heuer (mark_kboards): Mark the kbd macro and Vsystem_key_alist.
1995-04-13 Karl Heuer Delete the #if that compares MARKBIT.
1995-04-12 Richard M. Stallman (gc_sweep): If a misc has type Lisp_Misc_Free,
1995-04-11 Richard M. Stallman (inhibit_garbage_collection): New function.
1995-04-10 Richard M. Stallman Include keyboard.h.
1995-04-07 Richard M. Stallman (Fmake_marker, mark_object): Use XMISCTYPE.
1995-03-17 Richard M. Stallman (init_alloc_once): Increase gc_cons_threshold to 300000.
1995-03-15 Karl Heuer (mark_kboards): Renamed from mark_perdisplays.
1995-03-08 Karl Heuer (mark_perdisplays): Mark Vlast_kbd_macro.
1995-03-01 Karl Heuer (mark_perdisplays): Update to reflect current Lisp_Objects.
1995-02-22 Karl Heuer (mark_perdisplays): Mark kbd_queue.
1995-02-06 Richard M. Stallman (emacs_blocked_malloc): Set __malloc_extra_blocks here.
1995-02-03 Karl Heuer (mark_perdisplays): New function.
1995-01-28 Karl Heuer (mark_object): Ignore Lisp_Misc_Display_Objfwd objects.
1995-01-18 Karl Heuer Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
1995-01-14 Karl Heuer (Fpurecopy): Mask size field when copying pseudovector.
1995-01-13 Karl Heuer Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.
1995-01-13 Karl Heuer (DONT_COPY_FLAG): Default this to 1.
1995-01-11 Karl Heuer (DONT_COPY_FLAG): Fix typo.
1995-01-11 Karl Heuer (Fgarbage_collect): Don't log the GC message.
1995-01-11 Richard M. Stallman (DONT_COPY_FLAG): New bit flag.
1995-01-04 Karl Heuer (mark_object, mark_buffer): Don't mark buffer twice.
1995-01-03 Karl Heuer (mark_object): Make `else' visible outside MULTI_FRAME.
1995-01-02 Richard M. Stallman (mark_buffer, gc_sweep): Use BUF_INTERVALS.