summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* src/lread.c (Funintern): Fix doc to match advertised calling convention.Juanma Barranquero2014-02-251-1/+2
* * lread.c (oblookup): Fix comment to match code.Paul Eggert2014-01-261-1/+2
* Revert some of the CANNOT_DUMP fix.Paul Eggert2014-01-191-3/+3
* Port to C89.Paul Eggert2014-01-021-2/+3
* Prefer ASCII in doc and comments when the difference does not matter.Paul Eggert2014-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Some documenting of load-prefer-newerGlenn Morris2013-12-221-0/+4
* * src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.Xue Fuqiao2013-12-221-2/+3
* Add comment to my previous lread.c change.Paul Eggert2013-12-181-1/+4
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-17/+18
* * src/lread.c (openp): Further fix for previous.Glenn Morris2013-12-171-2/+3
* * src/lread.c (openp): Fix previous change (don't leak file descriptors)Glenn Morris2013-12-171-0/+1
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-37/+84
* Fix problems with CANNOT_DUMP and EMACSLOADPATH.Paul Eggert2013-12-161-2/+8
* * lread.c (load_path_default): Prototype.Paul Eggert2013-12-131-1/+1
* Unconditionally reset load-path after dumpingGlenn Morris2013-12-131-131/+85
* 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