summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård2022-03-261-16/+30
* Fix reporting of read error line/columns in the init fileLars Ingebrigtsen2022-03-251-6/+14
* Flocate_file_internal: Protect from `.eln` remappingStefan Monnier2022-03-121-1/+1
* (loadhist_initialize): Fix regression test failureStefan Monnier2022-02-201-1/+4
* (loadhist_initialize): Minor refactoringStefan Monnier2022-02-191-6/+10
* Don't signal errors in abbrev-table-pLars Ingebrigtsen2022-02-141-1/+4
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-11/+11
* (function-history): New symbol property (bug#53632)Stefan Monnier2022-01-311-6/+3
* Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen2022-01-271-7/+2
* Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen2022-01-241-2/+7
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-241-9/+13
* Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie2022-01-241-41/+0
* Revert the other bits related to `load-read-file'Lars Ingebrigtsen2022-01-231-1/+1
* Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-221-48/+91
|\
| * Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-47/+23
| |\
| * | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-311-1/+1
| * | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-7/+6
| * | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-41/+85
* | | Use load-read-function in byte-compile-from-bufferLars Ingebrigtsen2022-01-221-1/+3
| |/ |/|
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-301-43/+6
* | | Add `macroexp--dynamic-variable-p`Mattias Engdegård2021-12-201-0/+7
* | | Merge from origin/emacs-28Stefan Kangas2021-12-031-3/+9
|\ \ \ | |/ / | | / | |/ |/|
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-021-3/+9
* | * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier2021-11-141-1/+1
* | ; * src/lread.c (safe_to_load_version, Fload): Fix coding style.Eli Zaretskii2021-11-121-6/+3
* | Make "emacs --script /dev/stdin work again when that's a pipeBryan C. Mills2021-11-121-4/+12
|/
* ; Fix last change related to shorthandsEli Zaretskii2021-10-121-5/+6
* Don't apply shorthands to punctuation-only symbols (bug#51089)João Távora2021-10-111-1/+6
* Rename elisp-shorthands to read-symbol-shorthandsJoão Távora2021-10-031-13/+13
* Minor stylistic fixes of shorthand code in CEli Zaretskii2021-09-271-73/+84
* Add #_ reader macro to escape shorthand renamingJoão Távora2021-09-271-3/+15
* Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora2021-09-271-0/+2
* Rework Elisp shorthands to only allow only prefix substitutionJoão Távora2021-09-271-41/+129
* Move most of the shorthand implementation to C codeJoão Távora2021-09-271-18/+47
* Initialise unread bufferMattias Engdegård2021-09-191-1/+2
* ; * src/lread.c (load_path_default): Remove unused variable.Eli Zaretskii2021-06-261-1/+0
* Fix NS native compilation buildsAlan Third2021-06-261-6/+1
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-271-5/+5
* Make searching for files faster under WindowsNicolás Bértolo2021-05-131-1/+11
* Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo2021-05-061-1/+1
* Rename comp-warning-on-missing-sourceAndrea Corallo2021-05-061-1/+2
* Output native compiled preloaded files into the 'preloaded' subfolderAndrea Corallo2021-04-041-26/+47
* Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-011-2/+10
* Do not defer compilation when bytecode is explicitly requested (bug#46617)Andrea Corallo2021-03-311-0/+6
* * Prevent stale eln loading checking file timestamp before load (bug#46617)Andrea Corallo2021-03-261-10/+19
* * src/lread.c (maybe_swap_for_eln): Fix eln filename (bug#bug#47337).Andrea Corallo2021-03-241-1/+3
* Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'Andrea Corallo2021-03-211-10/+12
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-8/+16