aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix read buffer overrun on overflowed integersPaul Eggert2018-06-091-2/+2
* New function record_unwind_protect_excursionPaul Eggert2018-06-071-3/+3
* Fix failed assertion when load-force-doc-stringsPaul Eggert2018-05-221-1/+3
* Fix recent change in lread.cEli Zaretskii2018-04-231-1/+1
* Merge from origin/emacs-26Glenn Morris2018-04-201-0/+2
|\
| * 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
* | Tell user about read-integer-overflow-as-floatPaul Eggert2018-04-181-1/+6
* | Fix signal for large integers with valid syntaxPaul Eggert2018-04-171-9/+10
* | * src/lread.c (openp): Add a comment before the now-obscure loop.Lars Ingebrigtsen2018-04-151-0/+2
* | Indent after transforming for loop into do/whileLars Ingebrigtsen2018-04-141-177/+176
* | Make call-process work if exec-path is nilLars Ingebrigtsen2018-04-141-3/+7
* | New experimental variable read-integer-overflow-as-float.Paul Eggert2018-03-291-1/+10
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-291-15/+20
* | Revert overenthusiastic procfs fixupPaul Eggert2018-03-121-2/+2
* | Fix false alarm with recent GCC x86Paul Eggert2018-02-201-1/+1
* | Add early init file, stop package-initialize insertionRadon Rosborough2018-02-171-1/+1
* | Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-031-1/+1
* | Properly integrate modules into the loading process (Bug#30164).Philipp Stephani2018-02-021-23/+59
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-281-14/+3
* | Remove incorrect use of AUTO_STRINGPhilipp Stephani2018-01-071-4/+1
* | Improve error message for old-style backquotesPhilipp Stephani2018-01-071-2/+10
* | Add new variable to force new-style backquote interpretation.Philipp Stephani2018-01-071-5/+16
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * 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
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-12-091-26/+6
* | * src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5.Stefan Monnier2017-11-271-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-131-26/+26
|\ \ | |/
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-26/+26
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-1/+1
|/
* ; * 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