index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lread.c
Age
Commit message (
Expand
)
Author
2022-03-26
Fix reader infinite recursion for circular mixed-type values
Mattias Engdegård
2022-03-25
Fix reporting of read error line/columns in the init file
Lars Ingebrigtsen
2022-03-12
Flocate_file_internal: Protect from `.eln` remapping
Stefan Monnier
2022-02-20
(loadhist_initialize): Fix regression test failure
Stefan Monnier
2022-02-19
(loadhist_initialize): Minor refactoring
Stefan Monnier
2022-02-14
Don't signal errors in abbrev-table-p
Lars Ingebrigtsen
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-31
(function-history): New symbol property (bug#53632)
Stefan Monnier
2022-01-27
Revert "Don't output spurious prefixes in read-char-exclusive"
Lars Ingebrigtsen
2022-01-24
Don't output spurious prefixes in read-char-exclusive
Lars Ingebrigtsen
2022-01-24
Pin bytecode strings to avoid copy at call time
Mattias Engdegård
2022-01-24
Expunge read-with-symbol-position and read-symbol-positions-list
Alan Mackenzie
2022-01-23
Revert the other bits related to `load-read-file'
Lars Ingebrigtsen
2022-01-22
Merge branch 'scratch/correct-warning-pos'
Alan Mackenzie
2022-01-22
Use load-read-function in byte-compile-from-buffer
Lars Ingebrigtsen
2022-01-11
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-31
Miscellaneous enhancements to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-30
Don't store docstrings of preloaded .el files in etc/DOC
Stefan Monnier
2021-12-20
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-03
Merge from origin/emacs-28
Stefan Kangas
2021-12-02
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-12-01
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-14
* src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255
Stefan Monnier
2021-11-12
; * src/lread.c (safe_to_load_version, Fload): Fix coding style.
Eli Zaretskii
2021-11-12
Make "emacs --script /dev/stdin work again when that's a pipe
Bryan C. Mills
2021-10-12
; Fix last change related to shorthands
Eli Zaretskii
2021-10-11
Don't apply shorthands to punctuation-only symbols (bug#51089)
João Távora
2021-10-03
Rename elisp-shorthands to read-symbol-shorthands
João Távora
2021-09-27
Minor stylistic fixes of shorthand code in C
Eli Zaretskii
2021-09-27
Add #_ reader macro to escape shorthand renaming
João Távora
2021-09-27
Consider shorthands in Elisp's elisp-completion-at-point
João Távora
2021-09-27
Rework Elisp shorthands to only allow only prefix substitution
João Távora
2021-09-27
Move most of the shorthand implementation to C code
João Távora
2021-09-19
Initialise unread buffer
Mattias Engdegård
2021-06-26
; * src/lread.c (load_path_default): Remove unused variable.
Eli Zaretskii
2021-06-26
Fix NS native compilation builds
Alan Third
2021-05-27
Fix lexing of numbers with trailing decimal point and exponent
Mattias Engdegård
2021-05-13
Make searching for files faster under Windows
Nicolás Bértolo
2021-05-06
Rename comp-eln-load-path → native-comp-eln-load-path
Andrea Corallo
2021-05-06
Rename comp-warning-on-missing-source
Andrea Corallo
2021-04-04
Output native compiled preloaded files into the 'preloaded' subfolder
Andrea Corallo
2021-04-01
Issue a warning when eln look-up fails due to missing .el source file.
Andrea Corallo
2021-03-31
Do not defer compilation when bytecode is explicitly requested (bug#46617)
Andrea Corallo
2021-03-26
* Prevent stale eln loading checking file timestamp before load (bug#46617)
Andrea Corallo
2021-03-24
* src/lread.c (maybe_swap_for_eln): Fix eln filename (bug#bug#47337).
Andrea Corallo
2021-03-21
Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'
Andrea Corallo
2021-03-19
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
[next]