summaryrefslogtreecommitdiff
path: root/test/src/lread-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård2023-05-261-0/+16
* ; 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
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-12-091-5/+5
* | Revert "Raise an error when detecting old-style backquotes."Philipp Stephani2017-10-091-5/+5
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-10-081-5/+5
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Signal error for symbol names with strange quotes (Bug#2967)Noam Postavsky2017-07-221-0/+17
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-0/+6
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-0/+9
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+1
* Fix finding test .el filesGlenn Morris2017-05-091-8/+7
* Tweak a recent testTino Calancha2017-05-101-7/+8
* Put re-loaded file back at start of load-history (bug#26837)Glenn Morris2017-05-091-0/+13
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+26
* Fix circular read syntax for records.Lars Brinkhoff2017-04-081-0/+4