aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-23(emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeingGerd Moellmann1-15/+16
2000-10-20(toplevel): Conditionalize compilation of mem_*Gerd Moellmann1-1/+6
2000-10-20Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc ...Jason Rumney1-2/+1
2000-10-20(toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: UndefGerd Moellmann1-64/+177
2000-10-18(allocate_string) [GC_CHECK_STRING_BYTES]: CallGerd Moellmann1-1/+1
2000-10-17(pure_bytes_used): Renamed from pureptr.Gerd Moellmann1-75/+78
2000-10-17(mark_object) [GC_CHECK_STRING_BYTES]: Check validity ofGerd Moellmann1-0/+68
2000-10-10(mark_object): Remove all workarounds installed onAndreas Schwab1-29/+9
2000-10-03(Fgarbage_collect): Prevent compiler warning for a callEli Zaretskii1-1/+3
2000-09-26(GC_CHECK_STRING_BYTES): Temporarily define, for bugGerd Moellmann1-4/+66
2000-09-25(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.Dave Love1-7/+5
2000-09-25(mark_image): Use GC_NILP instead of NILP.Gerd Moellmann1-1/+1
2000-09-21Avoid some more compiler warnings.Gerd Moellmann1-3/+6
2000-09-13Add some comments about DOUG_LEA_MALLOC's use of mmapGerd Moellmann1-2/+6
2000-08-22Include keyboard.h before frame.h.Andrew Innes1-1/+1
2000-08-17(lisp_malloc): Declare with POINTER_TYPE.Dave Love1-7/+7
2000-08-15(compact_small_strings): Use safe_bcopy, add anGerd Moellmann1-1/+2
2000-08-14[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.Dave Love1-2/+7
2000-08-02(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.Gerd Moellmann1-14/+16
2000-07-19(allocate_string_data): Don't copy old string contents.Gerd Moellmann1-2/+1
2000-07-18(allocate_string_data): If string had already dataGerd Moellmann1-12/+15
2000-06-20(xmalloc, xrealloc, xfree): Define using POINTER_TYPE.Dave Love1-9/+9
2000-06-19(mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that noGerd Moellmann1-2/+81
2000-05-19(Fmake_byte_code): If BYTECODE-STRING is multibyte,Kenichi Handa1-2/+15
2000-04-02* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-typeKen Raeburn1-4/+17
2000-03-30(xstrdup): Moved here from xfaces.c.Gerd Moellmann1-14/+17
2000-03-29Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn1-3/+15
2000-03-28Include stdio.h. Test STDC_HEADERS, not __STDC__.Dave Love1-1/+2
2000-03-27(mark_maybe_object): New function.Gerd Moellmann1-75/+234
2000-03-22Changes towards better type safety regarding intervals, primarilyKen Raeburn1-3/+3
2000-03-21(mark_face_cache): Don't mark face->registry.Kenichi Handa1-1/+0
2000-02-17(enum mem_type): Compile unconditionally.Gerd Moellmann1-12/+11
2000-02-17(mark_object): Don't mark symbol names in pure space.Gerd Moellmann1-129/+1169
2000-02-17Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann1-23/+0
2000-01-17(purecopy): Doc fix.Dave Love1-1/+1
2000-01-04(Fgarbage_collect): Return number of live and freeGerd Moellmann1-790/+998
1999-12-28Comment change.Richard M. Stallman1-2/+4
1999-12-15(Fmake_string): Adjusted for the change of CHAR_STRING.Kenichi Handa1-2/+2
1999-11-07(Fgarbage_collect): Call unmark_byte_stack.Gerd Moellmann1-1/+1
1999-11-07Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1-19/+0
1999-11-05(Fgarbage_collect): Call mark_byte_stack andGerd Moellmann1-0/+4
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-0/+4
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-7/+3
1999-09-19(Fgarbage_collect): Remove unused variable.Gerd Moellmann1-4/+6
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-20/+20
1999-09-05Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1-5/+5
1999-08-30Include <stdlib.h> if available.Andreas Schwab1-0/+5
1999-08-23(mark_glyph_matrix): Mark strings only.Gerd Moellmann1-6/+3
1999-08-21(Fgarbage_collect): Use push_message, restore_message,Gerd Moellmann1-11/+7
1999-07-30(allocate_vectorlike): Add missing increment.Karl Heuer1-1/+1