summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Uniquify the 'size' symbol.Paul Eggert2014-11-071-1/+2
* Spelling fixes.Paul Eggert2014-10-121-2/+2
* * alloc.c (mark_overlay): Assume that overlay boundaries areDmitry Antipov2014-10-021-23/+7
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-11/+11
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+2
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+2
* Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-221-45/+41
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-6/+3
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-4/+4
* * lread.c (readevalloop_eager_expand_eval): Add GCPRO and fixDmitry Antipov2014-09-111-3/+5
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-1/+9
* Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-011-1/+1
* Revert previous change.Paul Eggert2014-07-261-6/+6
* Reorder conditions that are written backwardsAndreas Schwab2014-07-261-6/+6
* Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.Dmitry Antipov2014-07-021-12/+29
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-3/+3
* * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-171-1/+1
* Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-221-2/+26
* 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