aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* better load-path defaultsRobin Templeton2015-05-121-19/+13
* remove ".elc" from load-suffixesRobin Templeton2015-05-121-2/+1
* remove use of nested function in map_obarrayRobin Templeton2015-04-201-9/+25
* always load from source directoryRobin Templeton2015-04-201-1/+1
* use guile-elisp macroexpansionRobin Templeton2015-04-201-16/+2
* rm commented codeRobin Templeton2015-04-201-3/+0
* remove documentation-string reading hackRobin Templeton2015-04-201-6/+0
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-0/+3
* guile-elisp bootstrap (C)BT Templeton2015-04-191-4/+2
* * src/lread.c (oblookup): Remove. All callers changed.BT Templeton2015-04-191-85/+35
* use vectors for symbol slotsBT Templeton2015-04-191-15/+15
* use guile subrsBT Templeton2015-04-191-7/+25
* use #nil and #tBT Templeton2015-04-191-20/+21
* [SQUASH] symbolBT Templeton2015-04-191-6/+0
* use guile obarraysBT Templeton2015-04-191-102/+70
* [TMP] enable load_prefer_newerRobin Templeton2015-04-191-1/+1
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-16/+23
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-8/+1
* record_unwind_protect error handlingBT Templeton2015-04-181-5/+5
* use type predicates in substitute_object_recurseBT Templeton2015-04-181-46/+40
* use guile-snarf for subr definitionBT Templeton2015-04-181-15/+1
* remove snarf marker from lread.cRobin Templeton2015-04-181-1/+1
* remove unused variable in `read_vector'BT Templeton2015-04-181-3/+0
* store lisp structures in SCM objectsBT Templeton2015-04-181-0/+1
* remove ARRAY_MARK_FLAGBT Templeton2015-04-181-3/+0
* remove unused `defalias' functionBT Templeton2015-04-181-10/+0
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-2/+2
* use BDW-GCRobin Templeton2015-04-181-2/+0
* 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