summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Add record objects with user-defined types.Lars Brinkhoff2017-03-301-2/+12
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-1/+1
* Support read syntax for circular objects in Edebug (Bug#23660)Gemini Lasswell2017-02-231-5/+7
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-1/+1
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-1/+7
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Increase the obarray size.Ken Raeburn2016-12-301-1/+1
* | Treat incomplete integer literals as errorsPhilipp Stephani2016-12-231-1/+1
* | Improve default load-path for uninstalled CANNOT_DUMP buildsGlenn Morris2016-12-191-1/+5
* | Make read1 more reentrantPaul Eggert2016-12-081-97/+106
* | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\ \ | |/
| * ; * src/lread.c (openp): Correct an inaccuracy in commentary.Eli Zaretskii2016-11-221-1/+1
* | Add lisp watchpointsNoam Postavsky2016-12-021-3/+3
* | Merge from origin/emacs-25Paul Eggert2016-11-041-4/+4
|\ \ | |/
| * ; Spelling fixesPaul Eggert2016-11-041-4/+4
* | Merge from origin/emacs-25Paul Eggert2016-10-231-1/+12
|\ \ | |/
| * Avoid crashes due to objects read with the #n=object formEli Zaretskii2016-10-141-1/+12
| * Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-05-011-0/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-6/+4
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-2/+1
* | Minor tweaks to openpDmitry Antipov2016-06-301-10/+14
* | Fix test for whether the '.el' file is newer than '.elc'Eli Zaretskii2016-06-221-2/+6
* | emacs_strerror cleanupsPaul Eggert2016-06-111-7/+12
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-7/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-011-0/+4
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-0/+4
* | Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-04-301-0/+1
* | New function ‘char-from-name’Paul Eggert2016-04-251-21/+10
* | Improve character name escapesPaul Eggert2016-04-211-75/+29
* | Use 'ucs-names' for character name escapesPhilipp Stephani2016-04-211-49/+88
* | Minor cleanups for character name escapesPhilipp Stephani2016-04-211-15/+12
* | Implement named character escapes, similar to PerlPhilipp Stephani2016-04-211-0/+96
* | Simplify use of O_BINARYPaul Eggert2016-04-141-2/+1
|/
* 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