index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * src/lread.c (maybe_swap_for_eln): Clarify warning message.
Eli Zaretskii
2024-03-14
1
-3
/
+3
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.
Po Lu
2023-06-14
1
-1
/
+1
*
; * src/lread.c (read0, skip_lazy_string): Fix commentary again.
Eli Zaretskii
2023-05-26
1
-2
/
+2
*
; * src/lread.c (read0, skip_lazy_string): Fix commentary wording.
Eli Zaretskii
2023-05-26
1
-2
/
+2
*
Handle #@00 in new reader in a compatible way (bug#63722)
Mattias Engdegård
2023-05-26
1
-6
/
+11
*
Remove labeled restrictions before calling Fwiden
Gregory Heytings
2023-03-29
1
-0
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix the MS-DOS build
Po Lu
2022-12-18
1
-5
/
+10
*
Avoid crashes in a build --without-modules
Eli Zaretskii
2022-12-06
1
-8
/
+8
*
Lisp reader undefined behaviour excision
Mattias Engdegård
2022-12-06
1
-2
/
+2
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
1
-8
/
+13
|
\
|
*
Avoid native compiler setting user-init-file to warnings.el (bug#59358)
Juanma Barranquero
2022-11-20
1
-6
/
+9
|
*
* src/lread.c (syms_of_lread): Drop unused capture group.
Mattias Engdegård
2022-11-09
1
-1
/
+2
|
*
Fix calling file name handler for `load'.
Michael Albinus
2022-11-04
1
-1
/
+2
*
|
Merge branch 'master' into feature/tree-sitter
Yuan Fu
2022-10-05
1
-33
/
+42
|
\
|
|
*
Suppress irritating/misleading message in make bootstrap about old .elc files
Alan Mackenzie
2022-10-02
1
-1
/
+7
|
*
Simplify and shrink reader buffers
Mattias Engdegård
2022-09-15
1
-21
/
+17
|
*
; * src/lread.c (invalid_radix_integer): Use a local buffer.
Mattias Engdegård
2022-08-30
1
-12
/
+10
|
*
; * src/lread.c (read0): Fix specpdl off-by-one bug in last change.
Mattias Engdegård
2022-08-30
1
-2
/
+4
|
*
Fix reader memory leak upon error (bug#56623)
Mattias Engdegård
2022-08-29
1
-0
/
+7
*
|
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-08-29
1
-79
/
+114
|
\
|
|
*
Cease emitting negative file offsets for user variables
Mattias Engdegård
2022-08-07
1
-1
/
+3
|
*
Use struct for saved strings in the reader
Mattias Engdegård
2022-08-07
1
-95
/
+62
|
*
Make force-load-doc-strings work again
Mattias Engdegård
2022-08-07
1
-0
/
+67
|
*
Remove read_string_literal purify doc string hack
Lars Ingebrigtsen
2022-08-04
1
-12
/
+0
|
*
Fix the bytecode incompatibility due to the change to 'narrow-to-region'.
Gregory Heytings
2022-08-01
1
-1
/
+1
|
*
Add an optional 'lock' parameter to 'narrow-to-region'
Gregory Heytings
2022-07-28
1
-1
/
+1
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-14
1
-1
/
+1
|
*
Add sanity check for Emacsen distributed without .el files
Lars Ingebrigtsen
2022-07-02
1
-7
/
+18
|
*
; Fix typos.
Mattias Engdegård
2022-07-02
1
-1
/
+1
|
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-2
/
+2
|
*
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-06-14
1
-1008
/
+1211
|
\
|
|
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-2
/
+2
|
*
Let ?\LF signal an error (bug#55738)
Mattias Engdegård
2022-06-03
1
-0
/
+4
|
*
Make ?\LF generate 10, not -1 (bug#55738)
Mattias Engdegård
2022-06-02
1
-31
/
+29
|
*
* src/lread.c (skip_lazy_string): Fix uninitialised variable.
Mattias Engdegård
2022-06-02
1
-1
/
+1
|
*
Reinstate the Qload file name handler
Lars Ingebrigtsen
2022-06-02
1
-4
/
+3
|
*
Nonrecursive Lisp reader (bug#55676)
Mattias Engdegård
2022-05-30
1
-988
/
+1190
|
*
Add OVERRIDES argument to prin1/prin1-to-string
Lars Ingebrigtsen
2022-05-15
1
-1
/
+1
|
*
; Fix typos
Stefan Kangas
2022-05-15
1
-1
/
+1
*
|
; Merge from master.
Yuan Fu
2022-05-07
1
-23
/
+45
|
\
|
|
*
Fix reader infinite recursion for circular mixed-type values
Mattias Engdegård
2022-03-26
1
-16
/
+30
|
*
Fix reporting of read error line/columns in the init file
Lars Ingebrigtsen
2022-03-25
1
-6
/
+14
|
*
Flocate_file_internal: Protect from `.eln` remapping
Stefan Monnier
2022-03-12
1
-1
/
+1
*
|
Add tree-sitter intergration
Yuan Fu
2022-05-07
1
-0
/
+8
|
/
*
(loadhist_initialize): Fix regression test failure
Stefan Monnier
2022-02-20
1
-1
/
+4
*
(loadhist_initialize): Minor refactoring
Stefan Monnier
2022-02-19
1
-6
/
+10
*
Don't signal errors in abbrev-table-p
Lars Ingebrigtsen
2022-02-14
1
-1
/
+4
[next]