aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (enum mem_type): Compile unconditionally.Gerd Moellmann2000-02-171-12/+11
* (mark_object): Don't mark symbol names in pure space.Gerd Moellmann2000-02-171-129/+1169
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-23/+0
* (purecopy): Doc fix.Dave Love2000-01-171-1/+1
* (Fgarbage_collect): Return number of live and freeGerd Moellmann2000-01-041-790/+998
* Comment change.Richard M. Stallman1999-12-281-2/+4
* (Fmake_string): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-2/+2
* (Fgarbage_collect): Call unmark_byte_stack.Gerd Moellmann1999-11-071-1/+1
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-071-19/+0
* (Fgarbage_collect): Call mark_byte_stack andGerd Moellmann1999-11-051-0/+4
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-0/+4
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-7/+3
* (Fgarbage_collect): Remove unused variable.Gerd Moellmann1999-09-191-4/+6
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-20/+20
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-5/+5
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+5
* (mark_glyph_matrix): Mark strings only.Gerd Moellmann1999-08-231-6/+3
* (Fgarbage_collect): Use push_message, restore_message,Gerd Moellmann1999-08-211-11/+7
* (allocate_vectorlike): Add missing increment.Karl Heuer1999-07-301-1/+1
* (gc_sweep): Call sweep_weak_hash_tables.Gerd Moellmann1999-07-211-4/+287
* (MMAP_MAX_AREAS): New macro.Richard M. Stallman1999-01-021-3/+9
* (lisp_malloc, lisp_free): New functions.Richard M. Stallman1998-12-301-56/+103
* (Fgarbage_collect): Block input around most of the function.Richard M. Stallman1998-10-221-0/+4
* (mark_kboards): Mark Vlast_prefix_arg too.Richard M. Stallman1998-06-071-0/+1
* (mark_kboards): Mark all the Lisp_Object fields.Richard M. Stallman1998-06-071-0/+5
* (Fgarbage_collect): Call shrink_regexp_cache.Richard M. Stallman1998-05-241-0/+2
* (Fmake_bool_vector): Clear out extraneous bits at end.Richard M. Stallman1998-05-051-1/+5
* (Fgarbage_collect): Don't truncate command-history here.Richard M. Stallman1998-04-201-11/+1
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+3
* (gc_sweep): Avoid using two loop variables counting theAndreas Schwab1998-04-061-21/+25
* (mark_buffer): Mark the undo_list slot specially;Richard M. Stallman1998-03-281-0/+73
* (make_specified_string): New function.Richard M. Stallman1998-03-211-14/+64
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-4/+4
* (gc_sweep, mark_object): Handle new data structureRichard M. Stallman1998-03-121-8/+9
* (Fmake_string): Handle the case INIT is a multibyte character correctly.Richard M. Stallman1998-03-061-6/+28
* (list2, list3, list4, list5): New functions.Richard M. Stallman1998-02-051-0/+31
* Comment change.Richard M. Stallman1998-01-251-0/+3
* Update copyright year.Richard M. Stallman1998-01-211-1/+2
* (STRING_BASE_SIZE): New macro.Karl Heuer1998-01-181-7/+10
* (make_pure_string): New arg length_byte.Richard M. Stallman1998-01-051-14/+60
* (Fmake_marker): Initialize marker's bytepos and charpos.Richard M. Stallman1998-01-021-1/+2
* (Fgarbage_collect):Richard M. Stallman1997-12-211-1/+4
* Comment fix (to avoid "unterminated comment" warning).Karl Heuer1997-12-041-1/+3
* (malloc_warning, display_malloc_warning): Return void.Andreas Schwab1997-11-281-0/+7
* (gc_sweep): Free memory blocks that contain only unusedKarl Heuer1997-10-151-5/+86
* (free_float, free_cons): Don't use the same field for chaining as for marking.Richard M. Stallman1997-09-011-6/+10
* (free_marker): Call unchain_marker.Richard M. Stallman1997-08-291-0/+2
* (free_marker): New function.Richard M. Stallman1997-08-131-6/+18
* (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.Richard M. Stallman1997-07-051-3/+3
* (Fmake_byte_code): Set val from p, not from val.Richard M. Stallman1997-06-021-2/+2