summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* Fix typos and doc strings in native-compilation filesEli Zaretskii2021-03-041-2/+1
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-101-44/+73
|\
| * Note that the `values' variable is now obsoleteLars Ingebrigtsen2021-02-091-1/+2
| * Avoid overwriting minibuffer prompt by keystrokes echoEli Zaretskii2021-02-041-3/+12
| * Fix up invalid_syntax error signallingLars Ingebrigtsen2021-02-021-8/+7
| * Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-011-40/+60
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-161-4/+25
|\|
| * Make libraries works with xterm-mouse-mode.Jared Finder2021-01-151-0/+6
| * Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-4/+19
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-201-1/+1
|\|
| * Make "Invalid modifier in string" ordinary invalid-read-syntax errorZajcev Evgeny2020-12-171-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-231-0/+7
|\|
| * Avoid assertion violations in malformed Unicode escapesEli Zaretskii2020-10-201-0/+7
* | * Do not check eln timestamp as superseded by source hashing (bug#43532)Andrea Corallo2020-10-151-16/+10
* | Clean-up some now unnecessary diff against masterAndrea Corallo2020-09-291-20/+3
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-211-0/+3
|\|
| * Make (let ((:key 'foo)) :key) signal an error in lexical elisp, tooLars Ingebrigtsen2020-09-201-0/+3
| * Remove code checked in to lread.c by mistakeLars Ingebrigtsen2020-09-201-1/+0
| * Terminate `comint-password-function' testsdickmao2020-09-201-0/+1
* | * Fix `load-filename' for installed instance (bug#43089)Andrea Corallo2020-09-011-40/+22
* | * src/lread.c (Fload): Fix for manual eln load.Andrea Corallo2020-08-311-3/+9
* | Have .elc files in `load-history' when loading native code (bug#43089)Andrea Corallo2020-08-291-9/+15
* | * Back using `load-file-name' when reading '#$' (bug#42961)Andrea Corallo2020-08-291-5/+7
* | * src/lread.c (Fload): Bind load-file-name to the .elc filename.Andrea Corallo2020-08-291-2/+4
* | Rework eln hash filename strategyAndrea Corallo2020-08-231-3/+10
* | Revert "Fix native code uneffective loads after recompilation" (bug#42944)Andrea Corallo2020-08-201-7/+13
* | Fix native code uneffective loads after recompilationAndrea Corallo2020-08-191-13/+7
* | * Introduce `load-no-native'Andrea Corallo2020-08-171-1/+7
* | Move eln files into dedicated cache directoriesAndrea Corallo2020-08-171-139/+67
* | * Remove a warning for conventional buildAndrea Corallo2020-08-151-1/+1
* | Two `load-history' eln related fixes.Andrea Corallo2020-06-221-1/+2
* | Copy suffixes passed to 'openp' to avoid GC crashes. Fixes bug#41755Nicolás Bértolo2020-06-101-4/+10
* | Reduce the number of files probed when finding a lisp file.Nicolás Bértolo2020-06-061-49/+154
* | Some fixes for --without-nativecomp configAndrea Corallo2020-06-061-0/+6
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-041-10/+11
|\|