aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-05-20* alloc.c (Fmake_symbol): Set symbol xname field instead of name.Ken Raeburn1-6/+6
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi1-1/+1
2002-03-25(check_pure_size): Update the comment.Stefan Monnier1-1/+1
2002-03-22(check_pure_size): Only output a warning.Stefan Monnier1-2/+2
2002-03-06(mark_kboards): Mark echo_string.Gerd Moellmann1-0/+1
2002-03-04Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier1-12/+12
2002-02-15Remove unwanted changes.Andreas Schwab1-12/+12
2002-02-15(NSTATICS): Increase to 1280.Andreas Schwab1-13/+13
2002-02-15(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)Kai Großjohann1-1/+1
2002-02-08(SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):Kim F. Storm1-2/+2
2002-02-07Fix thinko in last change.Andreas Schwab1-1/+1
2002-02-07(mark_stack): Don't assume sizeof (Lisp_Object) is 4.Andreas Schwab1-11/+6
2002-01-27Comment change.Richard M. Stallman1-0/+4
2001-12-29Add a comment.Gerd Moellmann1-0/+11
2001-12-16(pure_alloc): After overflow, allocate just a small block.Richard M. Stallman1-2/+5
2001-12-07(inhibit_garbage_collection): Don't exceed value an int can hold.Andreas Schwab1-1/+3
2001-12-05(Fgarbage_collect): Shrink buffer gaps that areAndrew Innes1-1/+19
2001-11-13(Flist): Reindent.Pavel Janík1-2/+2
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-8/+8
2001-10-21(Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.Miles Bader1-5/+8
2001-10-21Reindent DEFUNs with doc: keywords.Pavel Janík1-28/+28
2001-10-17Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader1-76/+75
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn1-8/+11
2001-10-14Put doc strings in comments.Gerd Moellmann1-110/+113
2001-10-12(mark_interval_tree): Use traverse_intervals_noorder.Stefan Monnier1-1/+1
2001-10-08Don't define min/max.Gerd Moellmann1-3/+0
2001-10-06(inhibit_garbage_collection): Simplify.Gerd Moellmann1-23/+9
2001-10-05(purebeg, pure_size, pure_bytes_used_before_overflow):Gerd Moellmann1-19/+63
2001-09-15Fix a typo in a comment. From Pavel Janik.Eli Zaretskii1-1/+1
2001-09-10allocate_buffer): Call VALIDATE_LISP_STORAGE.Gerd Moellmann1-2/+5
2001-08-06Remove init_stack static declaration.Gerd Moellmann1-1/+0
2001-03-29(live_string_p, live_cons_p, live_symbol_p)Gerd Moellmann1-5/+10
2001-03-02(mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii1-1/+1
2001-02-28(toplevel): Include process.h.Gerd Moellmann1-9/+252
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