| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | EMACS_TIME simplification (Bug#11875). | Paul Eggert | 2012-07-10 | 1 | -2/+1 |
| * | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -20/+8 |
| * | Optimize pure C strings initialization. | Dmitry Antipov | 2012-07-10 | 1 | -5/+5 |
| * | Avoid calls to strlen in miscellaneous functions. | Dmitry Antipov | 2012-07-10 | 1 | -10/+12 |
| * | Stop ns builds setting the EMACSLOADPATH environment variable | Glenn Morris | 2012-07-09 | 1 | -0/+27 |
| * | * lread.c (load_path_check): Now static. | Paul Eggert | 2012-07-07 | 1 | -1/+1 |
| * | Try to simplify the initialization of Vload_path | Glenn Morris | 2012-07-07 | 1 | -100/+108 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -9/+5 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -2/+2 |
| * | Fix bugs in file timestamp newness comparisons. | Paul Eggert | 2012-07-03 | 1 | -1/+3 |
| * | Make --no-site-lisp work for --enable-locallisppath elements | Glenn Morris | 2012-06-30 | 1 | -123/+114 |
| * | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -6/+2 |
| * | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -9/+1 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -7/+7 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Don't purify in Fmake_byte_code. | Stefan Monnier | 2012-06-11 | 1 | -2/+2 |
| * | Clean up scoping rule of predefined single-word vars. | Stefan Monnier | 2012-06-08 | 1 | -3/+4 |
| * | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. | Stefan Monnier | 2012-05-29 | 1 | -9/+8 |
| * | * lread.c (read1): Simplify slightly to avoid an overflow warning | Paul Eggert | 2012-05-26 | 1 | -8/+3 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -84/+57 |
| |\ |
|
| | * | * src/lread.c: Remove `read_pure' which makes no difference. | Stefan Monnier | 2012-05-25 | 1 | -84/+57 |
| * | | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | * src/lread.c (init_obarray): Declare Qt and Qnil as special. | Stefan Monnier | 2012-05-15 | 1 | -1/+3 |
| * | | Merge from trunk. | Paul Eggert | 2012-04-21 | 1 | -3/+2 |
| |\ \
| |/ |
|
| | * | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org | Glenn Morris | 2012-04-13 | 1 | -3/+2 |
| | |\ |
|
| | | * | * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n". | Atsuo Ohki | 2012-04-13 | 1 | -3/+2 |
| * | | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -1/+2 |
| |\ \
| |/ |
|
| | * | Doc fix for lexical-binding being in line one. | Glenn Morris | 2012-01-25 | 1 | -1/+2 |
| * | | Merge from trunk. | Paul Eggert | 2012-01-14 | 1 | -76/+129 |
| |\ \
| |/ |
|
| | * | init_lread fix for bug#10208. | Glenn Morris | 2012-01-10 | 1 | -67/+70 |
| | * | Comments on init_lread. | Glenn Morris | 2012-01-10 | 1 | -13/+63 |
| * | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | * | Fix typos. | Juanma Barranquero | 2012-01-03 | 1 | -1/+1 |