| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | | 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 | -12/+18 |
|\ \
| |/ |
|
| * | Small init_lread fix for bug#10208 | Glenn Morris | 2011-12-06 | 1 | -10/+16 |
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | * lread.c: Fix off-by-one error that can read outside a buffer. | Paul Eggert | 2011-10-24 | 1 | -2/+4 |
* | | Merge from trunk. | Paul Eggert | 2011-10-12 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff. | Paul Eggert | 2011-10-11 | 1 | -2/+4 |
* | | Merge from trunk. | Paul Eggert | 2011-09-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2011-09-28 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-09-27 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | * lread.c (readevalloop): Use correct code for NBSP. | Andreas Schwab | 2011-09-27 | 1 | -4/+4 |
* | | * lread.c (read_filtered_event): Use duration_to_sec_usec. | Paul Eggert | 2011-09-21 | 1 | -2/+5 |
* | | Merge from trunk. | Paul Eggert | 2011-09-21 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is. | Lars Magne Ingebrigtsen | 2011-09-19 | 1 | -0/+2 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -29/+30 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
* | * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA. | Paul Eggert | 2011-08-29 | 1 | -5/+11 |