index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
lread-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Handle #@00 in new reader in a compatible way (bug#63722)
Mattias Engdegård
2023-05-26
1
-0
/
+16
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Prefer pos-bol and pos-eol in tests
Stefan Kangas
2022-08-21
1
-1
/
+1
*
Make force-load-doc-strings work again
Mattias Engdegård
2022-08-07
1
-0
/
+17
*
Let ?\LF signal an error (bug#55738)
Mattias Engdegård
2022-06-03
1
-2
/
+2
*
Make ?\LF generate 10, not -1 (bug#55738)
Mattias Engdegård
2022-06-02
1
-0
/
+5
*
Nonrecursive Lisp reader (bug#55676)
Mattias Engdegård
2022-05-30
1
-0
/
+36
*
Fix reader infinite recursion for circular mixed-type values
Mattias Engdegård
2022-03-26
1
-0
/
+22
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
* src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255
Stefan Monnier
2021-11-14
1
-0
/
+4
*
|
Replace some macros with ert-with-temp-(file|directory)
Stefan Kangas
2021-11-06
1
-9
/
+1
|
/
*
Fix lexing of numbers with trailing decimal point and exponent
Mattias Engdegård
2021-05-27
1
-0
/
+67
*
Add a new variable `inhibit-interaction'
Lars Ingebrigtsen
2021-01-12
1
-0
/
+6
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Move some test data to follow our conventions
Stefan Kangas
2020-10-23
1
-4
/
+4
*
; Fix license statements.
Stefan Kangas
2020-08-27
1
-3
/
+3
*
Remove lread tests for a feature that was deleted
Glenn Morris
2020-02-14
1
-16
/
+0
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Stop signaling an error when reading "smart quotes" in symbols
Noam Postavsky
2019-11-28
1
-17
/
+0
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-1
/
+1
*
Don’t hard-loop on cycles in ‘read’ etc.
Paul Eggert
2019-08-21
1
-0
/
+3
*
Make warning about unescaped character literals more helpful.
Philipp Stephani
2019-04-19
1
-1
/
+3
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Fix assertion failure when reading 'BIGNUM.'
Paul Eggert
2018-08-21
1
-0
/
+9
*
|
Add some bignum tests
Tom Tromey
2018-07-12
1
-3
/
+1
*
|
Fix failed assertion when load-force-doc-strings
Paul Eggert
2018-05-22
1
-0
/
+4
*
|
Merge from origin/emacs-26
Glenn Morris
2018-04-20
1
-0
/
+8
|
\
|
|
*
* test/src/lread-tests.el (lread-test-bug-31186): New test.
Eli Zaretskii
2018-04-17
1
-0
/
+8
|
*
Revert "Signal error for symbol names with strange quotes (Bug#2967)"
Noam Postavsky
2018-01-28
1
-17
/
+0
*
|
Fix signal for large integers with valid syntax
Paul Eggert
2018-04-17
1
-0
/
+5
*
|
Improve error message for old-style backquotes
Philipp Stephani
2018-01-07
1
-2
/
+1
*
|
Add new variable to force new-style backquote interpretation.
Philipp Stephani
2018-01-07
1
-0
/
+8
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Raise an error when detecting old-style backquotes.
Philipp Stephani
2017-12-09
1
-5
/
+5
*
|
Revert "Raise an error when detecting old-style backquotes."
Philipp Stephani
2017-10-09
1
-5
/
+5
*
|
Raise an error when detecting old-style backquotes.
Philipp Stephani
2017-10-08
1
-5
/
+5
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Signal error for symbol names with strange quotes (Bug#2967)
Noam Postavsky
2017-07-22
1
-0
/
+17
*
Fix core dump in substitute-object-in-subtree
Paul Eggert
2017-07-09
1
-0
/
+6
*
Make `old-style-backquotes' variable internal
Philipp
2017-05-13
1
-0
/
+9
*
Improve unescaped character literal warnings
Philipp Stephani
2017-05-13
1
-1
/
+1
*
Fix finding test .el files
Glenn Morris
2017-05-09
1
-8
/
+7
*
Tweak a recent test
Tino Calancha
2017-05-10
1
-7
/
+8
*
Put re-loaded file back at start of load-history (bug#26837)
Glenn Morris
2017-05-09
1
-0
/
+13
*
Warn about missing backslashes during load
Philipp Stephani
2017-05-01
1
-0
/
+26
*
Fix circular read syntax for records.
Lars Brinkhoff
2017-04-08
1
-0
/
+4
[next]