aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.Gerd Moellmann2000-08-021-14/+16
* (allocate_string_data): Don't copy old string contents.Gerd Moellmann2000-07-191-2/+1
* (allocate_string_data): If string had already dataGerd Moellmann2000-07-181-12/+15
* (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.Dave Love2000-06-201-9/+9
* (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that noGerd Moellmann2000-06-191-2/+81
* (Fmake_byte_code): If BYTECODE-STRING is multibyte,Kenichi Handa2000-05-191-2/+15
* * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-typeKen Raeburn2000-04-021-4/+17
* (xstrdup): Moved here from xfaces.c.Gerd Moellmann2000-03-301-14/+17
* Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn2000-03-291-3/+15
* Include stdio.h. Test STDC_HEADERS, not __STDC__.Dave Love2000-03-281-1/+2
* (mark_maybe_object): New function.Gerd Moellmann2000-03-271-75/+234
* Changes towards better type safety regarding intervals, primarilyKen Raeburn2000-03-221-3/+3
* (mark_face_cache): Don't mark face->registry.Kenichi Handa2000-03-211-1/+0
* (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