| Commit message (Expand) | Author | Age | Files | Lines |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+90 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -2/+1 |
* | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 2013-06-03 | 1 | -2/+3 |
* | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 2013-06-03 | 1 | -45/+12 |
* | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov | 2013-01-10 | 1 | -6/+4 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Indent | Andreas Schwab | 2012-12-29 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org | Glenn Morris | 2012-12-02 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | * src/data.c (Fboundp): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 1 | -1/+3 |
| * | * src/data.c (Fsymbol_value): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 1 | -1/+3 |
* | | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -11/+10 |
* | | * data.c (Qdefalias_fset_function): Now static. | Paul Eggert | 2012-11-11 | 1 | -1/+2 |
* | | Provide new `defalias-fset-function' symbol property. | Stefan Monnier | 2012-11-09 | 1 | -35/+36 |
|/ |
|
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -37/+0 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Remove unread-command-char. | Stefan Monnier | 2012-09-12 | 1 | -1/+1 |
* | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov | 2012-09-11 | 1 | -3/+5 |
* | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -2/+2 |
* | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -27/+0 |
* | Fix doc of local-variable-if-set-p. | Chong Yidong | 2012-09-07 | 1 | -6/+6 |
* | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -3/+4 |
* | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -8/+9 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -18/+18 |
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -25/+24 |
* | Remove unused external symbols. | Paul Eggert | 2012-08-26 | 1 | -4/+2 |
* | Inline getter and setter functions for per-buffer values. | Dmitry Antipov | 2012-08-20 | 1 | -8/+8 |
* | * data.c (set_internal): Don't use set_blv_found. | Andreas Schwab | 2012-08-19 | 1 | -3/+3 |
* | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -7/+10 |
* | Functions to get and set Lisp_Object fields of buffer-local variables. | Dmitry Antipov | 2012-08-17 | 1 | -31/+27 |
* | 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 |