| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -5/+7 |
| * | Enlarge NSTATICS to 0x650. | Eli Zaretskii | 2012-06-22 | 1 | -1/+1 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -1/+1 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Use a simple struct to implement compile time checks for the Lisp_Object type | Andreas Schwab | 2012-06-13 | 1 | -16/+1 |
| * | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) | Paul Eggert | 2012-06-12 | 1 | -44/+21 |
| * | Don't purify in Fmake_byte_code. | Stefan Monnier | 2012-06-11 | 1 | -19/+25 |
| * | Fix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08:44:30Z!dmantipov@yand... | Eli Zaretskii | 2012-06-08 | 1 | -1/+4 |
| * | Block-based vector allocation of small vectors. | Dmitry Antipov | 2012-06-08 | 1 | -42/+346 |
| * | * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of | Andreas Schwab | 2012-06-02 | 1 | -2/+4 |
| * | * alloc.c, lisp.h (make_pure_vector): Now static. | Paul Eggert | 2012-05-30 | 1 | -1/+2 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -42/+43 |
| |\ |
|
| | * | Remove src/m/*. | Paul Eggert | 2012-05-22 | 1 | -2/+2 |
| | * | Assume C89 or later. | Paul Eggert | 2012-05-21 | 1 | -28/+28 |
| | * | Spelling fixes. | Paul Eggert | 2012-04-22 | 1 | -1/+1 |
| | * | Fix GC_MALLOC_CHECK debugging output on 64-bit hosts. | Paul Eggert | 2012-04-22 | 1 | -1/+1 |
| | * | * alloc.c: Handle unusual debugging option combinations. | Paul Eggert | 2012-04-22 | 1 | -10/+11 |
| * | | Merge from trunk. | Paul Eggert | 2012-04-21 | 1 | -39/+75 |
| |\ \
| |/ |
|
| | * | * alloc.c: Remove one incorrect comment and fix another. | Paul Eggert | 2012-04-15 | 1 | -4/+1 |
| | * | Fix minor alloc.c problems found by static checking. | Paul Eggert | 2012-04-15 | 1 | -1/+15 |
| | * | * alloc.c (which_symbols): Fix alignment issue / type clash. | Paul Eggert | 2012-04-15 | 1 | -2/+3 |
| | * | Simplify enforcement of object address alignment | Andreas Schwab | 2012-04-15 | 1 | -25/+49 |
| | * | * src/alloc.c (lisp_align_malloc): Remove unneeded prototype. | Stefan Monnier | 2012-04-10 | 1 | -7/+7 |
| * | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -32/+39 |
| |\ \
| |/ |
|
| | * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -2/+2 |
| | * | Avoid unnecessary pointer scanning in garbage collection (Bug#10780). | Paul Eggert | 2012-04-07 | 1 | -25/+28 |
| | * | lispref/internals.texi Memory Usage tiny change | Glenn Morris | 2012-03-02 | 1 | -1/+3 |
| | * | lispref/internals.texi Pure Storage updates | Glenn Morris | 2012-03-02 | 1 | -4/+6 |
| * | | Merge from trunk. | Paul Eggert | 2012-03-01 | 1 | -1/+28 |
| |\ \
| |/ |
|
| | * | * alloc.c (mark_memory): Conditionalize recent fix on USE_USB_TAG. | Paul Eggert | 2012-02-25 | 1 | -0/+2 |
| | * | Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780). | Paul Eggert | 2012-02-25 | 1 | -1/+26 |
| * | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Spelling fixes. | Paul Eggert | 2011-12-11 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -7/+1 |
| |\ \
| |/ |
|
| | * | Merge from trunk. | Paul Eggert | 2011-11-19 | 1 | -2/+2 |
| | |\ |
|
| | * | | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind | Paul Eggert | 2011-11-10 | 1 | -7/+1 |
| * | | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -3/+8 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Fix typos. | Juanma Barranquero | 2011-11-15 | 1 | -1/+1 |
| | * | | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| | |/ |
|
| | * | * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926). | Paul Eggert | 2011-11-06 | 1 | -1/+6 |
| * | | Merge from trunk. | Paul Eggert | 2011-10-29 | 1 | -0/+50 |
| |\ \
| |/ |
|
| | * | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, | Paul Eggert | 2011-10-29 | 1 | -1/+2 |
| | * | Fix the `xbytecode' user-defined command in .gdbinit. | Eli Zaretskii | 2011-10-29 | 1 | -0/+49 |
| * | | Merge from trunk. | Paul Eggert | 2011-10-12 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | * alloc.c (Fgc_status): Do not access beyond zombies array | Dmitry Antipov | 2011-10-11 | 1 | -2/+2 |
| * | | Merge from trunk. | Paul Eggert | 2011-10-07 | 1 | -0/+5 |
| |\ \
| |/ |
|
| | * | * alloc.c: Add comment. | Paul Eggert | 2011-10-07 | 1 | -0/+5 |
| | * | Fix alignment-related core dump during GC. | Paul Eggert | 2011-10-07 | 1 | -20/+17 |