| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up read_key_sequence a bit; reread active keymaps after first event. | Stefan Monnier | 2013-02-11 | 1 | -3/+3 |
| * | * src/lread.c (skip_dyn_bytes): New function. | Stefan Monnier | 2013-02-08 | 1 | -26/+41 |
| * | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -1/+1 |
| * | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 |
| * | Avoid needless casts with XSAVE_POINTER. | Paul Eggert | 2013-01-14 | 1 | -1/+1 |
| * | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -1/+1 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
| * | | Simplify via eabs. | Paul Eggert | 2013-01-01 | 1 | -2/+1 |
| * | | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-12-09 | 1 | -6/+10 |
| |\ \
| |/ |
|
| | * | * lread.c (Vload_source_file_function): Doc fix. | Christopher Schmidt | 2012-12-08 | 1 | -6/+10 |
| * | | Assume POSIX 1003.1-1988 or later for errno.h. | Paul Eggert | 2012-11-26 | 1 | -2/+0 |
| * | | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -1/+2 |
| * | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -42/+50 |
| * | | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov | 2012-11-08 | 1 | -1/+1 |
| |/ |
|
| * | * lread.c (Fload): Doc fix. | Chong Yidong | 2012-10-20 | 1 | -12/+11 |
| * | Undo faccessat change. | Paul Eggert | 2012-10-19 | 1 | -29/+27 |
| * | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-10-19 | 1 | -27/+29 |
| * | Fix bug #12587 with slow startup on MS-Windows with Netlogon service. | Eli Zaretskii | 2012-10-12 | 1 | -1/+7 |
| * | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -84/+82 |
| * | Spelling fixes. | Paul Eggert | 2012-10-04 | 1 | -1/+1 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |
| * | Comment | Glenn Morris | 2012-09-28 | 1 | -0/+2 |
| * | * src/lread.c (lisp_file_lexically_bound_p): Handle #! lines. | Glenn Morris | 2012-09-28 | 1 | -2/+17 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -12/+12 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -1/+1 |
| * | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -1/+0 |
| * | Macro-expand interpreted code during load. | Stefan Monnier | 2012-09-04 | 1 | -0/+13 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -2/+2 |
| * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -2/+0 |
| * | init_lread fix for bug#12302 | Glenn Morris | 2012-08-29 | 1 | -3/+6 |
| * | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 1 | -4/+4 |
| * | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 1 | -3/+3 |
| * | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -3/+3 |
| * | * src/eval.c (eval_sub): Bind lexical-binding. | Stefan Monnier | 2012-08-15 | 1 | -1/+1 |
| * | Use bool for Emacs Lisp booleans. | Paul Eggert | 2012-08-14 | 1 | -1/+1 |
| * | * src/lread.c (syms_of_lread): Initialize Vlexical_binding. | BT Templeton | 2012-08-11 | 1 | -2/+2 |
| * | Inline functions to examine and change string intervals. | Dmitry Antipov | 2012-08-08 | 1 | -1/+1 |
| * | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -9/+9 |
| * | Basic functions to set Lisp_Object and pointer slots of intervals. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
| * | Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. | Eli Zaretskii | 2012-08-04 | 1 | -2/+2 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -5/+3 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -3/+7 |
| * | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -4/+4 |
| * | * Makefile.in (install-arch-indep): Handle space in locallisppath. | Jan Djärv | 2012-07-29 | 1 | -10/+0 |
| * | Use empty_unibyte_string where applicable. | Dmitry Antipov | 2012-07-12 | 1 | -2/+2 |
| * | Simplify Vobarray checking in oblookup. | Dmitry Antipov | 2012-07-11 | 1 | -6/+3 |
| * | Minor adjustments to interning code. | Dmitry Antipov | 2012-07-11 | 1 | -19/+7 |
| * | Avoid call to strlen in fast_c_string_match_ignore_case. | Dmitry Antipov | 2012-07-11 | 1 | -1/+1 |