summaryrefslogtreecommitdiff
path: root/test/src/lread-tests.el
AgeCommit message (Expand)Author
2023-05-26Merge from origin/emacs-29Eli Zaretskii
2023-05-26Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård
2023-03-11Remove recursion from character escape handling in readerMattias Engdegård
2023-02-16Fix test errors when run with fancy charset (bug#61534)Mattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas
2022-08-07Make force-load-doc-strings work againMattias Engdegård
2022-06-03Let ?\LF signal an error (bug#55738)Mattias Engdegård
2022-06-02Make ?\LF generate 10, not -1 (bug#55738)Mattias Engdegård
2022-05-30Nonrecursive Lisp reader (bug#55676)Mattias Engdegård
2022-03-26Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-14* src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier
2021-11-06Replace some macros with ert-with-temp-(file|directory)Stefan Kangas
2021-05-27Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård
2021-01-12Add a new variable `inhibit-interaction'Lars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-23Move some test data to follow our conventionsStefan Kangas
2020-08-27; Fix license statements.Stefan Kangas
2020-02-14Remove lread tests for a feature that was deletedGlenn Morris
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-28Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert
2019-08-21Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert
2019-04-19Make warning about unescaped character literals more helpful.Philipp Stephani
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-21Fix assertion failure when reading 'BIGNUM.'Paul Eggert
2018-07-12Add some bignum testsTom Tromey
2018-05-22Fix failed assertion when load-force-doc-stringsPaul Eggert
2018-04-20Merge from origin/emacs-26Glenn Morris
2018-04-17Fix signal for large integers with valid syntaxPaul Eggert
2018-04-17* test/src/lread-tests.el (lread-test-bug-31186): New test.Eli Zaretskii
2018-01-28Revert "Signal error for symbol names with strange quotes (Bug#2967)"Noam Postavsky
2018-01-07Improve error message for old-style backquotesPhilipp Stephani
2018-01-07Add new variable to force new-style backquote interpretation.Philipp Stephani
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-09Raise an error when detecting old-style backquotes.Philipp Stephani
2017-10-09Revert "Raise an error when detecting old-style backquotes."Philipp Stephani
2017-10-08Raise an error when detecting old-style backquotes.Philipp Stephani
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-22Signal error for symbol names with strange quotes (Bug#2967)Noam Postavsky
2017-07-09Fix core dump in substitute-object-in-subtreePaul Eggert
2017-05-13Make `old-style-backquotes' variable internalPhilipp
2017-05-13Improve unescaped character literal warningsPhilipp Stephani
2017-05-09Fix finding test .el filesGlenn Morris
2017-05-10Tweak a recent testTino Calancha
2017-05-09Put re-loaded file back at start of load-history (bug#26837)Glenn Morris