]> code.delx.au - gnu-emacs/history - src/alloc.c
#
[gnu-emacs] / src / alloc.c
2000-09-13 Gerd MoellmannAdd some comments about DOUG_LEA_MALLOC's use of mmap
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-17 Dave Love(lisp_malloc): Declare with POINTER_TYPE.
2000-08-15 Gerd Moellmann(compact_small_strings): Use safe_bcopy, add an
2000-08-14 Dave Love[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
2000-08-02 Gerd Moellmann(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
2000-07-19 Gerd Moellmann(allocate_string_data): Don't copy old string contents.
2000-07-18 Gerd Moellmann(allocate_string_data): If string had already data
2000-06-20 Dave Love(xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
2000-06-19 Gerd Moellmann(mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
2000-05-19 Kenichi Handa(Fmake_byte_code): If BYTECODE-STRING is multibyte,
2000-04-02 Ken Raeburn* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P...
2000-03-30 Gerd Moellmann(xstrdup): Moved here from xfaces.c.
2000-03-29 Ken RaeburnStop assuming interval pointers and lisp objects can...
2000-03-28 Dave LoveInclude stdio.h. Test STDC_HEADERS, not __STDC__.
2000-03-27 Gerd Moellmann(mark_maybe_object): New function.
2000-03-22 Ken RaeburnChanges towards better type safety regarding intervals...
2000-03-21 Kenichi Handa(mark_face_cache): Don't mark face->registry.
2000-02-17 Gerd Moellmann(enum mem_type): Compile unconditionally.
2000-02-17 Gerd Moellmann(mark_object): Don't mark symbol names in pure space.
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-17 Dave Love(purecopy): Doc fix.
2000-01-04 Gerd Moellmann(Fgarbage_collect): Return number of live and free
1999-12-28 Richard M. StallmanComment change.
1999-12-15 Kenichi Handa(Fmake_string): Adjusted for the change of CHAR_STRING.
1999-11-07 Gerd Moellmann(Fgarbage_collect): Call unmark_byte_stack.
1999-11-07 Gerd MoellmannRemove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-05 Gerd Moellmann(Fgarbage_collect): Call mark_byte_stack and
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-19 Gerd Moellmann(Fgarbage_collect): Remove unused variable.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-09-05 Gerd MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
1999-08-30 Andreas SchwabInclude <stdlib.h> if available.
1999-08-23 Gerd Moellmann(mark_glyph_matrix): Mark strings only.
1999-08-21 Gerd Moellmann(Fgarbage_collect): Use push_message, restore_message,
1999-07-30 Karl Heuer(allocate_vectorlike): Add missing increment.
1999-07-21 Gerd Moellmann(gc_sweep): Call sweep_weak_hash_tables.
1999-01-02 Richard M. Stallman(MMAP_MAX_AREAS): New macro.
1998-12-30 Richard M. Stallman(lisp_malloc, lisp_free): New functions.
1998-10-22 Richard M. Stallman(Fgarbage_collect): Block input around most of the...
1998-06-07 Richard M. Stallman(mark_kboards): Mark Vlast_prefix_arg too.
1998-06-07 Richard M. Stallman(mark_kboards): Mark all the Lisp_Object fields.
1998-05-24 Richard M. Stallman(Fgarbage_collect): Call shrink_regexp_cache.
1998-05-05 Richard M. Stallman(Fmake_bool_vector): Clear out extraneous bits at end.
1998-04-20 Richard M. Stallman(Fgarbage_collect): Don't truncate command-history...
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-06 Andreas Schwab(gc_sweep): Avoid using two loop variables counting the
1998-03-28 Richard M. Stallman(mark_buffer): Mark the undo_list slot specially;
1998-03-21 Richard M. Stallman(make_specified_string): New function.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-12 Richard M. Stallman(gc_sweep, mark_object): Handle new data structure
1998-03-06 Richard M. Stallman(Fmake_string): Handle the case INIT is a multibyte...
1998-02-05 Richard M. Stallman(list2, list3, list4, list5): New functions.
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.
next