| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * 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 |
* | * alloc.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -3/+5 |
* | 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 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 |
* | | 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 |
* | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -37/+48 |
* | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -3/+4 |
* | | Remove unused variables malloc_sbrk_used and malloc_sbrk_unused. | Dan Nicolaescu | 2010-08-20 | 1 | -15/+0 |
* | | Remove duplicate declarations. | Juanma Barranquero | 2010-08-07 | 1 | -1/+0 |
* | | Remove unused static functions. | Juanma Barranquero | 2010-07-23 | 1 | -10/+0 |
* | | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 1 | -11/+4 |
* | | Use offsetof instead of own definition | Andreas Schwab | 2010-07-11 | 1 | -4/+0 |
* | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517). | Andreas Schwab | 2010-06-26 | 1 | -1/+1 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -28/+15 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -43/+44 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -1/+1 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -200/+101 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -46/+46 |
* | | Remove INCLUDED_FCNTL. | Dan Nicolaescu | 2010-06-07 | 1 | -1/+0 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -35/+35 |
* | | Hash-cons pure data. | Stefan Monnier | 2010-04-18 | 1 | -7/+21 |
* | | Remove obsolete uses of HAVE_SHM. | Dan Nicolaescu | 2010-03-19 | 1 | -9/+0 |
|/ |
|
* | Make string pointer args point to const as in other string allocation functions. | YAMAMOTO Mitsuharu | 2010-01-22 | 1 | -5/+5 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (mark_object): Don't reprocess marked strings. | Stefan Monnier | 2009-11-13 | 1 | -49/+45 |
* | * frame.c (make_initial_frame): | Dan Nicolaescu | 2009-11-11 | 1 | -2/+2 |