summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
...
* Revert the other bits related to `load-read-file'Lars Ingebrigtsen2022-01-23
* Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-22
|\
| * Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-11
| |\
| * | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-31
| * | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-01
| * | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-29
* | | Use load-read-function in byte-compile-from-bufferLars Ingebrigtsen2022-01-22
| |/ |/|
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\ \
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-30
* | | Add `macroexp--dynamic-variable-p`Mattias Engdegård2021-12-20
* | | Merge from origin/emacs-28Stefan Kangas2021-12-03
|\| | | |/ |/|
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-02
* | * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier2021-11-14
* | ; * src/lread.c (safe_to_load_version, Fload): Fix coding style.Eli Zaretskii2021-11-12
* | Make "emacs --script /dev/stdin work again when that's a pipeBryan C. Mills2021-11-12
|/
* ; Fix last change related to shorthandsEli Zaretskii2021-10-12
* Don't apply shorthands to punctuation-only symbols (bug#51089)João Távora2021-10-11
* Rename elisp-shorthands to read-symbol-shorthandsJoão Távora2021-10-03
* Minor stylistic fixes of shorthand code in CEli Zaretskii2021-09-27
* Add #_ reader macro to escape shorthand renamingJoão Távora2021-09-27
* Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora2021-09-27
* Rework Elisp shorthands to only allow only prefix substitutionJoão Távora2021-09-27
* Move most of the shorthand implementation to C codeJoão Távora2021-09-27
* Initialise unread bufferMattias Engdegård2021-09-19
* ; * src/lread.c (load_path_default): Remove unused variable.Eli Zaretskii2021-06-26
* Fix NS native compilation buildsAlan Third2021-06-26
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-27
* Make searching for files faster under WindowsNicolás Bértolo2021-05-13
* Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo2021-05-06
* Rename comp-warning-on-missing-sourceAndrea Corallo2021-05-06
* Output native compiled preloaded files into the 'preloaded' subfolderAndrea Corallo2021-04-04
* Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-01
* Do not defer compilation when bytecode is explicitly requested (bug#46617)Andrea Corallo2021-03-31
* * Prevent stale eln loading checking file timestamp before load (bug#46617)Andrea Corallo2021-03-26
* * src/lread.c (maybe_swap_for_eln): Fix eln filename (bug#bug#47337).Andrea Corallo2021-03-24
* Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'Andrea Corallo2021-03-21
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* Fix typos and doc strings in native-compilation filesEli Zaretskii2021-03-04
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-10
|\
| * Note that the `values' variable is now obsoleteLars Ingebrigtsen2021-02-09
| * Avoid overwriting minibuffer prompt by keystrokes echoEli Zaretskii2021-02-04
| * Fix up invalid_syntax error signallingLars Ingebrigtsen2021-02-02
| * Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-01
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-16
|\|
| * Make libraries works with xterm-mouse-mode.Jared Finder2021-01-15
| * Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\|
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-20
|\|