summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-261-23/+5
* Fix minor problems found by static checking.Paul Eggert2013-11-251-3/+3
* src/lread.c commentGlenn Morris2013-11-241-0/+8
* Further tweaks to the setting of Vload_pathGlenn Morris2013-11-241-19/+31
* * src/lread.c (init_lread): Fix 2013-11-23 goof that was checkingGlenn Morris2013-11-241-2/+2
* * src/lread.c (init_lread): Fix int/Lisp_Object mixup.Stefan Monnier2013-11-221-1/+1
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-221-96/+128
* Simplify, port and tune bool vector implementation.Paul Eggert2013-11-131-4/+2
* Simplify and port recent bool vector changes.Paul Eggert2013-11-041-2/+4
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-3/+15
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Signal error when reading an empty byte-code object (Bug#15405)Barry O'Reilly2013-09-251-1/+4
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-4/+4
* * src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier2013-08-261-1/+1
* * lread.c (Fload): Avoid initialization only when lint checking.Paul Eggert2013-07-201-2/+7
* * lread.c (Fload): Avoid uninitialized warning.Andreas Schwab2013-07-201-2/+2
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-14/+1
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-48/+63
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-15/+12
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-16/+14
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-1/+1
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-1/+1
* Port to C89.Paul Eggert2013-07-101-1/+1
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-33/+0
* Fix openp errno handling.Paul Eggert2013-07-071-15/+42
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-2/+2
* Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-131-3/+3
* Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-151-1/+1
* * src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier2013-05-091-1/+20
* * src/lread.c (readchar): Don't read from a dead buffer. (Bug#14280)Glenn Morris2013-05-071-0/+3
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-041-1/+3
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-6/+6
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-10/+10
* * src/lread.c: Minor cleanup.Stefan Monnier2013-03-101-47/+27
* Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-111-3/+3
* * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-081-26/+41
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Simplify via eabs.Paul Eggert2013-01-011-2/+1
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-6/+10
|\ \ | |/
| * * lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt2012-12-081-6/+10
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-2/+0
* | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-201-1/+2