aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (syms_of_lread) <load-history>: Doc fix.Glenn Morris2017-06-201-5/+6
* Improve performance by avoiding strtoumaxPaul Eggert2017-06-011-34/+25
* Use true names for invocation- and source-directoryGlenn Morris2017-05-311-0/+3
* Avoid crashes in GC due to unescaped characters warningEli Zaretskii2017-05-201-4/+4
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-4/+6
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-8/+9
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+5
* Put re-loaded file back at start of load-history (bug#26837)Glenn Morris2017-05-091-1/+2
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+40
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-1/+1
* Fix circular read syntax for records.Lars Brinkhoff2017-04-081-1/+2
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-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