(describe-bindings): New command (formerly in keymap.c).
[bpt/emacs.git] / src / alloc.c
1998-01-25 Richard M. StallmanComment change.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-18 Karl Heuer(STRING_BASE_SIZE): New macro.
1998-01-05 Richard M. Stallman(make_pure_string): New arg length_byte.
1998-01-02 Richard M. Stallman(Fmake_marker): Initialize marker's bytepos and charpos.
1997-12-21 Richard M. Stallman(Fgarbage_collect):
1997-12-04 Karl HeuerComment fix (to avoid "unterminated comment" warning).
1997-11-28 Andreas Schwab(malloc_warning, display_malloc_warning): Return void.
1997-10-15 Karl Heuer(gc_sweep): Free memory blocks that contain only unused
1997-09-01 Richard M. Stallman(free_float, free_cons): Don't use the same field for...
1997-08-29 Richard M. Stallman(free_marker): Call unchain_marker.
1997-08-13 Richard M. Stallman(free_marker): New function.
1997-07-05 Richard M. Stallman(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
1997-06-02 Richard M. Stallman(Fmake_byte_code): Set val from p, not from val.
1997-05-28 Richard M. Stallman(Fmake_bool_vector): Doc fix.
1997-05-16 Kenichi Handa(BYTES_USED): Put # at the beginning of line.
1997-04-09 Richard M. StallmanUpdate copyright year.
1997-04-09 Richard M. StallmanFor glibc's malloc, include <malloc.h> for mallinfo,
1997-04-07 Kenichi Handa(Fmake_char_table): Adjusted for the new structure of
1997-03-22 Richard M. Stallman(mark_object): Mark the buffer_list field.
1997-02-20 Karl Heuer(Fmake_char_table): Typo in doc-string fixed. Handle
1996-11-07 Richard M. Stallman(Fgarbage_collect): Use Vhistory_length for truncating...
1996-10-28 Erik Naggum(Fmake_char_table): Doc fix.
1996-09-17 Erik NaggumComment 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 HeuerRemoved 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 NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fmake_symbol): Harmonize arguments with documentation...
1996-01-09 Erik Naggum(Fmake_symbol): Harmonize arguments with documentation.
1996-01-05 Karl HeuerComment 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. StallmanCast 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...
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 HeuerDeclare 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 HeuerDelete 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. StallmanInclude 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 HeuerChange all occurences of SWITCH_ENUM_BUG to use SWITCH_...
1995-01-14 Karl Heuer(Fpurecopy): Mask size field when copying pseudovector.
1995-01-13 Karl HeuerDon't allow MARKBIT and DONT_COPY_FLAG to be the same...
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.
1994-12-30 Richard M. Stallman(mark_object): Don't use Lisp_Process, Lisp_Window.
1994-12-21 Richard M. Stallman(mark_object): In a frame, mark the buffer_predicate.
1994-11-18 Karl Heuer(Fpurecopy): Use type test macros.
1994-11-18 Karl Heuer(Fpurecopy): Use type test macros.
1994-11-16 Karl Heuer(Fmake_vector): Call allocate_vectorlike.
1994-11-16 Karl Heuer(Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NAT...
1994-11-15 Karl Heuer(free_float): Don't assume XFASTINT accesses the raw...
1994-11-15 Karl Heuer(mark_object, gc_sweep): Use new overlay substructure.
1994-11-11 Karl Heuer(mark_object): New code to handle buffer-local substruc...
1994-10-12 Karl Heuer(mark_object): Use the new substructure.
1994-10-11 Karl Heuer(MARKER_BLOCK_SIZE, marker_block, marker_free_list...
1994-10-06 Karl Heuer(mark_object): Delete case Lisp_Void.
1994-10-06 Karl Heuer(mark_object): Delete case Lisp_Internal_Stream.
1994-10-04 Karl Heuer(free_float, make_float, free_cons, Flist, Fvector...
1994-10-04 Karl Heuer(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector...
1994-09-27 Karl Heuer(Fmake_list, Fmake_vector, Fmake_string, make_event_arr...
1994-09-20 Karl Heuer(make_float, make_pure_float): Fix Lisp_Object vs....
1994-09-17 Richard M. Stallman(pure, pure_size): Use EMACS_INT.
1994-05-04 Karl HeuerUpdate copyright.
next