summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* src/lread.c (Funintern): Fix doc to match advertised calling convention.Juanma Barranquero2014-02-25
* * lread.c (oblookup): Fix comment to match code.Paul Eggert2014-01-26
* Revert some of the CANNOT_DUMP fix.Paul Eggert2014-01-19
* Port to C89.Paul Eggert2014-01-02
* Prefer ASCII in doc and comments when the difference does not matter.Paul Eggert2014-01-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Some documenting of load-prefer-newerGlenn Morris2013-12-22
* * src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.Xue Fuqiao2013-12-22
* Add comment to my previous lread.c change.Paul Eggert2013-12-18
* Minor fixes for recent openp changes.Paul Eggert2013-12-18
* * src/lread.c (openp): Further fix for previous.Glenn Morris2013-12-17
* * src/lread.c (openp): Fix previous change (don't leak file descriptors)Glenn Morris2013-12-17
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* Fix problems with CANNOT_DUMP and EMACSLOADPATH.Paul Eggert2013-12-16
* * lread.c (load_path_default): Prototype.Paul Eggert2013-12-13
* Unconditionally reset load-path after dumpingGlenn Morris2013-12-13
* Spelling and punctuation fixes.Paul Eggert2013-12-01
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-26
* Fix minor problems found by static checking.Paul Eggert2013-11-25
* src/lread.c commentGlenn Morris2013-11-24
* Further tweaks to the setting of Vload_pathGlenn Morris2013-11-24
* * src/lread.c (init_lread): Fix 2013-11-23 goof that was checkingGlenn Morris2013-11-24
* * src/lread.c (init_lread): Fix int/Lisp_Object mixup.Stefan Monnier2013-11-22
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-22
* Simplify, port and tune bool vector implementation.Paul Eggert2013-11-13
* Simplify and port recent bool vector changes.Paul Eggert2013-11-04
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-04
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Signal error when reading an empty byte-code object (Bug#15405)Barry O'Reilly2013-09-25
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* * src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier2013-08-26
* * lread.c (Fload): Avoid initialization only when lint checking.Paul Eggert2013-07-20
* * lread.c (Fload): Avoid uninitialized warning.Andreas Schwab2013-07-20
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-17
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-17
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-12
* Fix races with threads and file descriptors.Paul Eggert2013-07-11
* Port to C89.Paul Eggert2013-07-10
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-07
* Fix openp errno handling.Paul Eggert2013-07-07
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-05
* Remove duplicate #include directives.Paul Eggert2013-07-05
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-13
* Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-15
* * src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier2013-05-09
* * src/lread.c (readchar): Don't read from a dead buffer. (Bug#14280)Glenn Morris2013-05-07