| Commit message (Expand) | Author | Age | Files | Lines |
| * | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO). | Paul Eggert | 2011-06-05 | 1 | -6/+9 |
| * | * alloc.c (allocate_vectorlike): Adjust to memory_full API change. | Paul Eggert | 2011-06-02 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2011-06-02 | 1 | -3/+7 |
| |\ |
|
| | * | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -3/+7 |
| * | | Merge from trunk. | Paul Eggert | 2011-05-30 | 1 | -15/+11 |
| |\ \
| |/ |
|
| | * | Merge from trunk. | Paul Eggert | 2011-05-30 | 1 | -3/+1 |
| | |\ |
|
| | * | | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -15/+11 |
| * | | | [ChangeLog] | Paul Eggert | 2011-05-30 | 1 | -27/+51 |
| | |/
|/| |
|
| * | | * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests. | Paul Eggert | 2011-05-30 | 1 | -3/+1 |
| |/ |
|
| * | * alloc.c (make_event_array): Use XINT, not XUINT. | Paul Eggert | 2011-05-22 | 1 | -1/+1 |
| * | * alloc.c (string_overflow): New function. | Paul Eggert | 2011-05-15 | 1 | -1/+6 |
| * | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | Paul Eggert | 2011-04-29 | 1 | -19/+19 |
| * | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | Paul Eggert | 2011-04-29 | 1 | -20/+22 |
| * | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
| * | Fix minor typos in previous change. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
| * | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -33/+30 |
| * | * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static. | Paul Eggert | 2011-04-20 | 1 | -3/+3 |
| * | * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check | Paul Eggert | 2011-04-19 | 1 | -4/+12 |
| * | * alloc.c (compact_small_strings): Tighten assertion a little. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
| * | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -2/+3 |
| * | * alloc.c (check_sblock, check_string_bytes, check_string_free_list): Protoize. | Paul Eggert | 2011-04-17 | 1 | -8/+3 |
| * | * alloc.c: Remove unportable assumptions about struct layout. | Paul Eggert | 2011-04-17 | 1 | -19/+13 |
| * | * alloc.c (allocate_buffer): Don't assume sizeof (struct buffer) is a | Paul Eggert | 2011-04-17 | 1 | -1/+2 |
| * | * alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that | Paul Eggert | 2011-04-17 | 1 | -1/+2 |
| * | * alloc.c (string_overrun_cookie): Now const. Use initializers that | Paul Eggert | 2011-04-17 | 1 | -2/+2 |
| * | Fix typo in comment. | Paul Eggert | 2011-04-17 | 1 | -2/+1 |
| * | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks". | Paul Eggert | 2011-04-17 | 1 | -1/+1 |
| * | * 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 |