summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify documentation of functions reading character eventsEli Zaretskii2018-09-101-6/+14
* Lessen stack consumption in recursive read1Paul Eggert2018-07-121-1/+1
* Fix undefined behaviour while looking for lexical-binding file variable (bug ...Andreas Schwab2018-04-171-0/+2
* Revert "Signal error for symbol names with strange quotes (Bug#2967)"Noam Postavsky2018-01-281-18/+0
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5Stefan Monnier2017-11-271-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-26/+26
* ; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typoAlexander Gramiak2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Signal error for symbol names with strange quotes (Bug#2967)Noam Postavsky2017-07-221-0/+18
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-0/+1
* Avoid assertion violations in close_infile_unwindEli Zaretskii2017-07-121-1/+1
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-65/+45
* Fix more ungetc bugs with encoding errorsPaul Eggert2017-07-071-29/+71
* Fix ungetc bug when reading an encoding errorPaul Eggert2017-07-071-6/+4
* Convert hex digits more systematicallyPaul Eggert2017-07-051-19/+6
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-8/+3
* Fix make_hash_table calls in lread.cMartin Rudalics2017-06-221-4/+4
* Merge several Lisp reader speedups.Ken Raeburn2017-06-211-43/+178
|\
| * Create less garbage to collect while reading symbols.Ken Raeburn2017-06-211-18/+44
| * Replace read_objects assoc list with two hash tables.Ken Raeburn2017-06-211-18/+107
| * Use getc_unlocked.Ken Raeburn2017-06-211-4/+8
| * Reduce lread substitutions.Stefan Monnier2017-06-211-4/+13
| * Short-circuit substitutions for some simple types.Ken Raeburn2017-06-211-0/+7
* | * 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