| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | * 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 | |
| | * | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -3/+4 | |
| * | | | Merge from trunk | Stefan Monnier | 2010-09-13 | 1 | -15/+0 | |
| |\ \ \ | |/ / | ||||||
| | * | | Remove unused variables malloc_sbrk_used and malloc_sbrk_unused. | Dan Nicolaescu | 2010-08-20 | 1 | -15/+0 | |
| * | | | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -20/+4 | |
| |\ \ \ | |/ / | ||||||
| | * | | Remove duplicate declarations. | Juanma Barranquero | 2010-08-07 | 1 | -1/+0 | |
| | * | | Remove unused static functions. | Juanma Barranquero | 2010-07-23 | 1 | -10/+0 | |
| * | | | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -335/+213 | |
| |\ \ \ | |/ / | ||||||
| | * | | 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 | |
| * | | | New branch for lexbind, losing all history. | Stefan Monnier | 2010-06-13 | 1 | -7/+69 | |
| |/ / | ||||||
| * | | 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 | |