| Commit message (Expand) | Author | Age | Files | Lines |
* | (check_pure_size): Update the comment. | Stefan Monnier | 2002-03-25 | 1 | -1/+1 |
* | (check_pure_size): Only output a warning. | Stefan Monnier | 2002-03-22 | 1 | -2/+2 |
* | (mark_kboards): Mark echo_string. | Gerd Moellmann | 2002-03-06 | 1 | -0/+1 |
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -12/+12 |
* | Remove unwanted changes. | Andreas Schwab | 2002-02-15 | 1 | -12/+12 |
* | (NSTATICS): Increase to 1280. | Andreas Schwab | 2002-02-15 | 1 | -13/+13 |
* | (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym) | Kai Großjohann | 2002-02-15 | 1 | -1/+1 |
* | (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): | Kim F. Storm | 2002-02-08 | 1 | -2/+2 |
* | Fix thinko in last change. | Andreas Schwab | 2002-02-07 | 1 | -1/+1 |
* | (mark_stack): Don't assume sizeof (Lisp_Object) is 4. | Andreas Schwab | 2002-02-07 | 1 | -11/+6 |
* | Comment change. | Richard M. Stallman | 2002-01-27 | 1 | -0/+4 |
* | Add a comment. | Gerd Moellmann | 2001-12-29 | 1 | -0/+11 |
* | (pure_alloc): After overflow, allocate just a small block. | Richard M. Stallman | 2001-12-16 | 1 | -2/+5 |
* | (inhibit_garbage_collection): Don't exceed value an int can hold. | Andreas Schwab | 2001-12-07 | 1 | -1/+3 |
* | (Fgarbage_collect): Shrink buffer gaps that are | Andrew Innes | 2001-12-05 | 1 | -1/+19 |
* | (Flist): Reindent. | Pavel Janík | 2001-11-13 | 1 | -2/+2 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -8/+8 |
* | (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -5/+8 |
* | Reindent DEFUNs with doc: keywords. | Pavel Janík | 2001-10-21 | 1 | -28/+28 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -76/+75 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -8/+11 |
* | Put doc strings in comments. | Gerd Moellmann | 2001-10-14 | 1 | -110/+113 |
* | (mark_interval_tree): Use traverse_intervals_noorder. | Stefan Monnier | 2001-10-12 | 1 | -1/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | (inhibit_garbage_collection): Simplify. | Gerd Moellmann | 2001-10-06 | 1 | -23/+9 |
* | (purebeg, pure_size, pure_bytes_used_before_overflow): | Gerd Moellmann | 2001-10-05 | 1 | -19/+63 |
* | Fix a typo in a comment. From Pavel Janik. | Eli Zaretskii | 2001-09-15 | 1 | -1/+1 |
* | allocate_buffer): Call VALIDATE_LISP_STORAGE. | Gerd Moellmann | 2001-09-10 | 1 | -2/+5 |
* | Remove init_stack static declaration. | Gerd Moellmann | 2001-08-06 | 1 | -1/+0 |
* | (live_string_p, live_cons_p, live_symbol_p) | Gerd Moellmann | 2001-03-29 | 1 | -5/+10 |
* | (mark_maybe_pointer): Fix a typo in a comment. | Eli Zaretskii | 2001-03-02 | 1 | -1/+1 |
* | (toplevel): Include process.h. | Gerd Moellmann | 2001-02-28 | 1 | -9/+252 |
* | (Fmake_list): Add a QUIT in the loop; unroll the loop. | Gerd Moellmann | 2001-01-31 | 1 | -2/+32 |
* | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes | Andrew Choi | 2001-01-28 | 1 | -1/+5 |
* | (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro. | Gerd Moellmann | 2001-01-09 | 1 | -50/+88 |
* | (Fgarbage_collect): Use a record_unwind_protect to | Gerd Moellmann | 2001-01-09 | 1 | -2/+4 |
* | (gc_sweep): Add comment. | Stefan Monnier | 2000-12-07 | 1 | -0/+3 |
* | (gc_sweep): Prevent symbols read during loadup | Gerd Moellmann | 2000-12-06 | 1 | -17/+24 |
* | (Fgarbage_collect): Dox fix. Return a list as | Gerd Moellmann | 2000-12-06 | 1 | -8/+8 |
* | (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'. | Kenichi Handa | 2000-11-23 | 1 | -1/+1 |
* | (mark_object) <frame>: Mark tool bar items differently. | Gerd Moellmann | 2000-11-22 | 1 | -2/+1 |
* | (make_string): Fix previous change. Be sure to make | Kenichi Handa | 2000-11-20 | 1 | -3/+3 |
* | (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing | Gerd Moellmann | 2000-10-23 | 1 | -15/+16 |
* | (toplevel): Conditionalize compilation of mem_* | Gerd Moellmann | 2000-10-20 | 1 | -1/+6 |
* | Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc ... | Jason Rumney | 2000-10-20 | 1 | -2/+1 |
* | (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef | Gerd Moellmann | 2000-10-20 | 1 | -64/+177 |
* | (allocate_string) [GC_CHECK_STRING_BYTES]: Call | Gerd Moellmann | 2000-10-18 | 1 | -1/+1 |
* | (pure_bytes_used): Renamed from pureptr. | Gerd Moellmann | 2000-10-17 | 1 | -75/+78 |
* | (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of | Gerd Moellmann | 2000-10-17 | 1 | -0/+68 |
* | (mark_object): Remove all workarounds installed on | Andreas Schwab | 2000-10-10 | 1 | -29/+9 |