summaryrefslogtreecommitdiff
path: root/test/src/lread-tests.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Treat incomplete integer literals as errorsPhilipp Stephani2016-12-231-0/+8
* New function ‘char-from-name’Paul Eggert2016-04-251-4/+44
* Improve character name escapesPaul Eggert2016-04-211-13/+19
* Use 'ucs-names' for character name escapesPhilipp Stephani2016-04-211-2/+9
* Implement named character escapes, similar to PerlPhilipp Stephani2016-04-211-0/+54