summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-05-011-0/+1
* Fix the MSDOS buildEli Zaretskii2016-04-301-0/+4
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Properly handle lambda as read function (bug 22961)Andreas Schwab2016-03-091-2/+2
* Avoid unnecessary failures of auto-saving after fatal errorEli Zaretskii2016-01-111-1/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Don't add "." to load path (bug#21104)Anders Lindgren2015-12-091-2/+2
* * src/lread.c (syms_of_lread): Doc fix.Andreas Schwab2015-12-011-1/+1
* Improve documentation of 'eval-buffer' and 'eval-region'Eli Zaretskii2015-11-271-7/+13
* Allow loading modules by 'load-file'Eli Zaretskii2015-11-221-1/+8
* Add a few safety checks when ENABLE_CHECKINGPaul Eggert2015-11-211-3/+1
* ; * src/lread.c (Fload): Fix last change.Eli Zaretskii2015-11-211-1/+4
* Improve documentation of dynamic modulesEli Zaretskii2015-11-211-10/+12
* Prefer signed integer types in module codePaul Eggert2015-11-191-2/+2
* Omit ‘const’ on localsPaul Eggert2015-11-191-2/+2
* * src/lread.c (Fload): Remove unused variable `size'Juanma Barranquero2015-11-191-1/+0
* Make 'Fload' look for modulesAurélien Aptel2015-11-181-7/+25
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-071-12/+12
* ; * src/lread.c (syms_of_lread) <load-path>: Improve the doc string.Eli Zaretskii2015-10-291-3/+5
* Clarify that load-path contents should be directory file namesStephen Leake2015-10-261-2/+4
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+2
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-39/+6
* format-message now curves ` and 'Paul Eggert2015-08-251-1/+1
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-181-2/+1
* Fix file name encodings in diagnosticsPaul Eggert2015-08-181-5/+8
* Fix quoting in Fformat callsPaul Eggert2015-08-151-1/+2
* Give names to Unicode code points in C codePaul Eggert2015-08-111-4/+4
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-2/+3
* * lisp/emacs-lisp/testcover.el: Don't use edebug--read (bug#20487)Stefan Monnier2015-05-061-2/+4
* Omit needless "\ " after multibyte then newlinePaul Eggert2015-04-221-1/+1
* * src/lread.c (intern_1): Make sure we'd find the symbol we addStefan Monnier2015-04-151-2/+5
* 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