| Commit message (Expand) | Author | Age | Files | Lines |
| * | * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED): | Paul Eggert | 2011-04-16 | 1 | -12/+13 |
| * | Merge from mainline. | Paul Eggert | 2011-04-14 | 1 | -9/+5 |
| |\ |
|
| | * | * alloc.c (overrun_check_malloc, overrun_check_realloc) | Andreas Schwab | 2011-04-12 | 1 | -9/+5 |
| * | | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | Paul Eggert | 2011-04-13 | 1 | -0/+3 |
| * | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -13/+13 |
| * | | alloc.c: Import and export fewer symbols, and remove unused items. | Paul Eggert | 2011-04-10 | 1 | -12/+16 |
| * | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -2/+3 |
| * | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -13/+13 |
| |/ |
|
| * | * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int. | Paul Eggert | 2011-04-02 | 1 | -2/+2 |
| * | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -20/+27 |
| |\ |
|
| | * | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -7/+7 |
| | * | * alloc.c (garbage_collect): Don't assume stack size fits in int. | Paul Eggert | 2011-03-25 | 1 | -13/+20 |
| * | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -48/+42 |
| |\ \
| |/ |
|
| | * | * alloc.c (mark_backtrace): Move decl from here ... | Paul Eggert | 2011-03-16 | 1 | -1/+0 |
| | * | * alloc.c (Fmemory_limit): Cast sbrk's returned value to char *. | Paul Eggert | 2011-03-15 | 1 | -1/+1 |
| | * | * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if | Paul Eggert | 2011-03-15 | 1 | -8/+7 |
| | * | * alloc.c (mark_stack): Move local variables into the #ifdef region where | Paul Eggert | 2011-03-15 | 1 | -6/+8 |
| | * | * alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect): | Paul Eggert | 2011-03-15 | 1 | -24/+24 |
| | * | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. | Paul Eggert | 2011-03-15 | 1 | -2/+2 |
| | * | * keyboard.h (mark_kboards): Move decl here ... | Paul Eggert | 2011-03-13 | 1 | -1/+0 |
| | * | * alloc.c (mark_fringe_data): Move decl from here ... | Paul Eggert | 2011-03-09 | 1 | -4/+0 |
| | * | * alloc.c (mark_ttys): Move decl from here ... | Paul Eggert | 2011-03-08 | 1 | -1/+0 |
| * | | Fix pcase memoizing; change lexbound byte-code marker. | Stefan Monnier | 2011-03-05 | 1 | -2/+11 |
| * | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -64/+7 |
| * | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -12/+13 |
| |\ \
| |/ |
|
| | * | * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly. | Stefan Monnier | 2011-02-18 | 1 | -1/+0 |
| | * | Don't GC-scan stack data redundantly. | Stefan Monnier | 2011-02-17 | 1 | -4/+6 |
| | * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -8/+8 |
| * | | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 2011-02-21 | 1 | -1/+1 |
| * | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -3/+5 |
| |\ \
| |/ |
|
| | * | * alloc.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -3/+5 |
| * | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -73/+44 |
| |\ \
| |/ |
|
| | * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -2/+1 |
| | * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -59/+22 |
| | * | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
| | |\ |
|
| | | * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| | * | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+1 |
| | |/ |
|
| | * | Use __builtin_unwind_init if available | Andreas Schwab | 2011-01-05 | 1 | -4/+17 |
| | * | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -5/+4 |
| * | | Merge from trunk | Stefan Monnier | 2010-12-10 | 1 | -8/+14 |
| |\ \
| |/ |
|
| | * | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -5/+6 |
| | |\ |
|
| | | * | Fix image cache marking bug (Bug#6301). | YAMAMOTO Mitsuharu | 2010-11-21 | 1 | -5/+6 |
| | * | | * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301). | YAMAMOTO Mitsuharu | 2010-11-21 | 1 | -2/+8 |
| | * | | * src/alloc.c (refill_memory_reserve): Move declaration ... | Dan Nicolaescu | 2010-11-18 | 1 | -1/+0 |
| * | | | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -6/+0 |
| |\ \ \
| |/ / |
|
| | * | | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu | 2010-10-04 | 1 | -3/+0 |
| | * | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -3/+0 |
| * | | | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -40/+52 |
| |\ \ \
| |/ / |
|
| | * | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -37/+48 |