summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes when restoring sub-char-tables from desktop fileEli Zaretskii2015-03-271-2/+4
* Simplify binary I/O configurationPaul Eggert2015-02-191-9/+2
* Use C99's INFINITY and NAN macrosPaul Eggert2015-02-081-22/+4
* Count MANY function args more reliablyPaul Eggert2015-01-251-11/+4
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-53/+48
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lread.c (init_obarray): Declare Qt as special.Paul Eggert2014-12-161-2/+2
* 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