aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-31(Fmake_list): Add a QUIT in the loop; unroll the loop.Gerd Moellmann1-2/+32
2001-01-28* alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi1-1/+5
2001-01-09(CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.Gerd Moellmann1-50/+88
2001-01-09(Fgarbage_collect): Use a record_unwind_protect toGerd Moellmann1-2/+4
2000-12-07(gc_sweep): Add comment.Stefan Monnier1-0/+3
2000-12-06(gc_sweep): Prevent symbols read during loadupGerd Moellmann1-17/+24
2000-12-06(Fgarbage_collect): Dox fix. Return a list asGerd Moellmann1-8/+8
2000-11-23(Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.Kenichi Handa1-1/+1
2000-11-22(mark_object) <frame>: Mark tool bar items differently.Gerd Moellmann1-2/+1
2000-11-20(make_string): Fix previous change. Be sure to makeKenichi Handa1-3/+3
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