aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/lread-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* ; even less test log spam from loadMattias Engdegård2025-09-121-2/+2
* Move keyboard input functions from lread.c to keyboard.cMattias Engdegård2025-07-301-6/+0
* Check for end-of-file when reading character escapes (bug#79097)Mattias Engdegård2025-07-251-0/+31
* ; Avoid lexical-binding warning in lread-testsEli Zaretskii2025-07-191-2/+6
* Speed up unintern, and fix symbol shorthand edge case (bug#79035)Mattias Engdegård2025-07-191-0/+77
* Read non-ASCII chars from unibyte string sources as raw bytesMattias Engdegård2025-07-071-0/+6
* Read characters from functions as multibyteMattias Engdegård2025-07-071-0/+5
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* `read': give fuller error message for errors following "#".Alan Mackenzie2024-05-061-0/+11
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-0/+16
|\ \ | |/
| * Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård2023-05-261-0/+16
* | Remove recursion from character escape handling in readerMattias Engdegård2023-03-111-2/+21
* | Fix test errors when run with fancy charset (bug#61534)Mattias Engdegård2023-02-161-5/+7
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-211-1/+1
* Make force-load-doc-strings work againMattias Engdegård2022-08-071-0/+17
* Let ?\LF signal an error (bug#55738)Mattias Engdegård2022-06-031-2/+2
* Make ?\LF generate 10, not -1 (bug#55738)Mattias Engdegård2022-06-021-0/+5
* Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-301-0/+36
* Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård2022-03-261-0/+22
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier2021-11-141-0/+4
* | Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-061-9/+1
|/
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-271-0/+67
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-0/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Move some test data to follow our conventionsStefan Kangas2020-10-231-4/+4
* ; Fix license statements.Stefan Kangas2020-08-271-3/+3
* Remove lread tests for a feature that was deletedGlenn Morris2020-02-141-16/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-281-17/+0
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-211-0/+3
* Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-1/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix assertion failure when reading 'BIGNUM.'Paul Eggert2018-08-211-0/+9
* | Add some bignum testsTom Tromey2018-07-121-3/+1
* | Fix failed assertion when load-force-doc-stringsPaul Eggert2018-05-221-0/+4
* | Merge from origin/emacs-26Glenn Morris2018-04-201-0/+8
|\ \ | |/
| * * test/src/lread-tests.el (lread-test-bug-31186): New test.Eli Zaretskii2018-04-171-0/+8
| * Revert "Signal error for symbol names with strange quotes (Bug#2967)"Noam Postavsky2018-01-281-17/+0
* | Fix signal for large integers with valid syntaxPaul Eggert2018-04-171-0/+5
* | Improve error message for old-style backquotesPhilipp Stephani2018-01-071-2/+1
* | Add new variable to force new-style backquote interpretation.Philipp Stephani2018-01-071-0/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/