| Commit message (Expand) | Author | Age | Files | Lines |
| * | condition variables | Tom Tromey | 2012-08-19 | 1 | -1/+16 |
| * | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 1 | -1/+14 |
| * | This adds most of the thread features visible to emacs lisp. | Tom Tromey | 2012-08-15 | 1 | -0/+15 |
| * | More doc fixes. | Chong Yidong | 2012-08-15 | 1 | -4/+6 |
| * | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -7/+7 |
| * | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -17/+17 |
| * | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -3/+2 |
| * | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -2/+3 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -2/+1 |
| * | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -17/+17 |
| * | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -2/+2 |
| * | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert | 2012-07-30 | 1 | -3/+3 |
| * | * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove. | Paul Eggert | 2012-07-29 | 1 | -1/+1 |
| * | Autoload more carefully from Lisp. Follow aliases for function properties. | Stefan Monnier | 2012-07-25 | 1 | -2/+2 |
| * | * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'. | Paul Eggert | 2012-07-19 | 1 | -1/+1 |
| * | New macro to iterate over all buffers, miscellaneous cleanups. | Dmitry Antipov | 2012-07-19 | 1 | -1/+1 |
| * | Return more descriptive data from Fgarbage_collect. | Dmitry Antipov | 2012-07-18 | 1 | -6/+8 |
| * | Optimize pure C strings initialization. | Dmitry Antipov | 2012-07-10 | 1 | -3/+3 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+1 |
| * | Get rid of all the manual purecopy calls in menu-bar definitions. | Stefan Monnier | 2012-06-27 | 1 | -1/+1 |
| * | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 1 | -9/+6 |
| * | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -2/+1 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -1/+1 |
| * | Fix return value of `defun' and un-define it. | Stefan Monnier | 2012-06-18 | 1 | -5/+10 |
| * | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) | Paul Eggert | 2012-06-12 | 1 | -2/+2 |
| * | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. | Stefan Monnier | 2012-05-29 | 1 | -1/+9 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -118/+46 |
| |\ |
|
| | * | Add new error and function `user-error'. | Stefan Monnier | 2012-05-04 | 1 | -118/+46 |
| * | | 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-10 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Fix typos. | Juanma Barranquero | 2011-12-06 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| * | | * data.c (Faref): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 1 | -1/+1 |
| * | | Fix specpdl loop typo. | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -14/+15 |
| |/ |
|
| * | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -2/+1 |
| |\ |
|
| | * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -2/+1 |
| * | | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -3/+0 |
| |/ |
|
| * | * data.c (Fsubr_name): Rewrite to avoid a strlen call. | Paul Eggert | 2011-06-19 | 1 | -1/+1 |
| * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -17/+17 |
| * | * data.c (Faset): If ARRAY is a string, check that NEWELT is a char. | Paul Eggert | 2011-06-12 | 1 | -44/+43 |
| * | Make sure a 64-bit char is never passed to CHAR_STRING. | Paul Eggert | 2011-06-12 | 1 | -1/+3 |
| * | Make identifiers static if they are not used in other modules. | Paul Eggert | 2011-06-10 | 1 | -1/+2 |
| * | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -22/+99 |
| * | * src/data.c (init_data): Remove code for UTS, this system is not | Dan Nicolaescu | 2011-05-31 | 1 | -4/+0 |
| * | * lisp/minibuffer.el: Add metadata method to completion tables. | Stefan Monnier | 2011-05-31 | 1 | -176/+93 |
| * | * data.c (arith_driver): Omit unnecessary mask and test. | Paul Eggert | 2011-05-27 | 1 | -3/+0 |
| * | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. | Paul Eggert | 2011-05-23 | 1 | -3/+4 |