summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* ; * 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
|\|
| * Make "Invalid modifier in string" ordinary invalid-read-syntax errorZajcev Evgeny2020-12-17
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-23
|\|
| * Avoid assertion violations in malformed Unicode escapesEli Zaretskii2020-10-20
* | * Do not check eln timestamp as superseded by source hashing (bug#43532)Andrea Corallo2020-10-15
* | Clean-up some now unnecessary diff against masterAndrea Corallo2020-09-29
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-21
|\|
| * Make (let ((:key 'foo)) :key) signal an error in lexical elisp, tooLars Ingebrigtsen2020-09-20
| * Remove code checked in to lread.c by mistakeLars Ingebrigtsen2020-09-20
| * Terminate `comint-password-function' testsdickmao2020-09-20
* | * Fix `load-filename' for installed instance (bug#43089)Andrea Corallo2020-09-01
* | * src/lread.c (Fload): Fix for manual eln load.Andrea Corallo2020-08-31
* | Have .elc files in `load-history' when loading native code (bug#43089)Andrea Corallo2020-08-29
* | * Back using `load-file-name' when reading '#$' (bug#42961)Andrea Corallo2020-08-29
* | * src/lread.c (Fload): Bind load-file-name to the .elc filename.Andrea Corallo2020-08-29
* | Rework eln hash filename strategyAndrea Corallo2020-08-23
* | Revert "Fix native code uneffective loads after recompilation" (bug#42944)Andrea Corallo2020-08-20
* | Fix native code uneffective loads after recompilationAndrea Corallo2020-08-19
* | * Introduce `load-no-native'Andrea Corallo2020-08-17
* | Move eln files into dedicated cache directoriesAndrea Corallo2020-08-17
* | * Remove a warning for conventional buildAndrea Corallo2020-08-15
* | Two `load-history' eln related fixes.Andrea Corallo2020-06-22
* | Copy suffixes passed to 'openp' to avoid GC crashes. Fixes bug#41755Nicolás Bértolo2020-06-10
* | Reduce the number of files probed when finding a lisp file.Nicolás Bértolo2020-06-06
* | Some fixes for --without-nativecomp configAndrea Corallo2020-06-06
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-04
|\|