summaryrefslogtreecommitdiff
path: root/src/lread.c
AgeCommit message (Expand)Author
2022-03-26Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård
2022-03-25Fix reporting of read error line/columns in the init fileLars Ingebrigtsen
2022-03-12Flocate_file_internal: Protect from `.eln` remappingStefan Monnier
2022-02-20(loadhist_initialize): Fix regression test failureStefan Monnier
2022-02-19(loadhist_initialize): Minor refactoringStefan Monnier
2022-02-14Don't signal errors in abbrev-table-pLars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-31(function-history): New symbol property (bug#53632)Stefan Monnier
2022-01-27Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen
2022-01-24Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen
2022-01-24Pin bytecode strings to avoid copy at call timeMattias Engdegård
2022-01-24Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie
2022-01-23Revert the other bits related to `load-read-file'Lars Ingebrigtsen
2022-01-22Merge branch 'scratch/correct-warning-pos'Alan Mackenzie
2022-01-22Use load-read-function in byte-compile-from-bufferLars Ingebrigtsen
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie
2021-12-30Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier
2021-12-20Add `macroexp--dynamic-variable-p`Mattias Engdegård
2021-12-03Merge from origin/emacs-28Stefan Kangas
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert
2021-12-01Several amendments to scratch/correct-warning-pos.Alan Mackenzie
2021-11-29First commit of scratch/correct-warning-pos.Alan Mackenzie
2021-11-14* src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier
2021-11-12; * src/lread.c (safe_to_load_version, Fload): Fix coding style.Eli Zaretskii
2021-11-12Make "emacs --script /dev/stdin work again when that's a pipeBryan C. Mills
2021-10-12; Fix last change related to shorthandsEli Zaretskii
2021-10-11Don't apply shorthands to punctuation-only symbols (bug#51089)João Távora
2021-10-03Rename elisp-shorthands to read-symbol-shorthandsJoão Távora
2021-09-27Minor stylistic fixes of shorthand code in CEli Zaretskii
2021-09-27Add #_ reader macro to escape shorthand renamingJoão Távora
2021-09-27Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora
2021-09-27Rework Elisp shorthands to only allow only prefix substitutionJoão Távora
2021-09-27Move most of the shorthand implementation to C codeJoão Távora
2021-09-19Initialise unread bufferMattias Engdegård
2021-06-26; * src/lread.c (load_path_default): Remove unused variable.Eli Zaretskii
2021-06-26Fix NS native compilation buildsAlan Third
2021-05-27Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård
2021-05-13Make searching for files faster under WindowsNicolás Bértolo
2021-05-06Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo
2021-05-06Rename comp-warning-on-missing-sourceAndrea Corallo
2021-04-04Output native compiled preloaded files into the 'preloaded' subfolderAndrea Corallo
2021-04-01Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo
2021-03-31Do 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-21Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'Andrea Corallo
2021-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo