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