summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* * lread.c (load_path_check): Now static.Paul Eggert2012-07-071-1/+1
* Try to simplify the initialization of Vload_pathGlenn Morris2012-07-071-100/+108
* More xmalloc and related cleanup.Paul Eggert2012-07-051-9/+5
* Cleanup xmalloc.Dmitry Antipov2012-07-051-2/+2
* Fix bugs in file timestamp newness comparisons.Paul Eggert2012-07-031-1/+3
* Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris2012-06-301-123/+114
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-6/+2
* Support higher-resolution time stamps.Paul Eggert2012-06-221-9/+1
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-7/+7
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Don't purify in Fmake_byte_code.Stefan Monnier2012-06-111-2/+2
* Clean up scoping rule of predefined single-word vars.Stefan Monnier2012-06-081-3/+4
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-9/+8
* * lread.c (read1): Simplify slightly to avoid an overflow warningPaul Eggert2012-05-261-8/+3
* Merge from trunk.Paul Eggert2012-05-251-84/+57
|\
| * * src/lread.c: Remove `read_pure' which makes no difference.Stefan Monnier2012-05-251-84/+57
* | Merge from trunk.Paul Eggert2012-05-251-1/+3
|\ \ | |/
| * * src/lread.c (init_obarray): Declare Qt and Qnil as special.Stefan Monnier2012-05-151-1/+3
* | Merge from trunk.Paul Eggert2012-04-211-3/+2
|\ \ | |/
| * Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-3/+2
| |\
| | * * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n".Atsuo Ohki2012-04-131-3/+2
* | | Merge from trunk.Paul Eggert2012-04-091-1/+1
|\ \ \ | |/ /
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| |/
* | Merge from trunk.Paul Eggert2012-02-101-1/+2
|\ \ | |/
| * Doc fix for lexical-binding being in line one.Glenn Morris2012-01-251-1/+2
* | Merge from trunk.Paul Eggert2012-01-141-76/+129
|\ \ | |/
| * init_lread fix for bug#10208.Glenn Morris2012-01-101-67/+70
| * Comments on init_lread.Glenn Morris2012-01-101-13/+63
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Fix typos.Juanma Barranquero2012-01-031-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-12/+18
|\ \ | |/
| * Small init_lread fix for bug#10208Glenn Morris2011-12-061-10/+16
| * Spelling fixes.Paul Eggert2011-11-261-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | * lread.c: Fix off-by-one error that can read outside a buffer.Paul Eggert2011-10-241-2/+4
* | Merge from trunk.Paul Eggert2011-10-121-2/+4
|\ \ | |/
| * * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.Paul Eggert2011-10-111-2/+4
* | Merge from trunk.Paul Eggert2011-09-281-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-09-281-1/+1
* | Merge from trunk.Paul Eggert2011-09-271-4/+4
|\ \ | |/
| * * lread.c (readevalloop): Use correct code for NBSP.Andreas Schwab2011-09-271-4/+4
* | * lread.c (read_filtered_event): Use duration_to_sec_usec.Paul Eggert2011-09-211-2/+5
* | Merge from trunk.Paul Eggert2011-09-211-0/+2
|\ \ | |/
| * * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is.Lars Magne Ingebrigtsen2011-09-191-0/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-29/+30
|/
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.Paul Eggert2011-08-291-5/+11