aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix bug in recent byte-code checking hoistPaul Eggert2020-06-021-10/+11
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-301-0/+4
|\ \ | |/
| * Fix crash with invalid bytecode vectorsPaul Eggert2020-05-271-0/+4
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-241-5/+21
|\ \ | |/
| * Hoist some byte-code checking out of evalPaul Eggert2020-05-191-5/+21
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-04-231-17/+18
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2020-04-201-1/+1
| |\
| | * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
| * | Prefer more inline functions in character.hPaul Eggert2020-04-171-16/+17
* | | * src/lread.c (Fload): Clean-up unnecessary sanity check.Andrea Corallo2020-04-131-14/+8
* | | Fix function find mechanism for installed instance.Andrea Corallo2020-04-131-8/+17
* | | * src/lread.c (Fload): Add comment.Andrea Corallo2020-04-131-0/+5
* | | Introduce load-true-file-nameAndrea Corallo2020-04-131-7/+28
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-04-121-1/+7
|\ \ \ | |/ /
| * | Fix a bootstrap issue with unescaped character literal detection.Philipp Stephani2020-04-121-1/+7
* | | Extend low level code for late loadAndrea Corallo2020-03-191-1/+1
* | | Trigger native compilation when loading bytecodeAndrea Corallo2020-03-161-1/+1
* | | * Fix build for stock configurationAndrea Corallo2020-03-041-3/+4
* | | Hash eln ABI once and add it to the output compilation pathAndreaCorallo2020-03-031-1/+2
* | | Introduce 'effective_load_path'AndreaCorallo2020-02-291-1/+23
* | | * Keep comp-subr-list into pure spaceAndreaCorallo2020-02-291-1/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-03-011-18/+5
|\ \ \ | |/ /
| * | Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas2020-03-011-18/+5
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-211-0/+18
|\ \ \ | |/ /
| * | Improve C-h C-h bug fixPaul Eggert2020-02-161-4/+7
| * | * src/lread.c (read1): Fix int/Lisp_Object mix up.Glenn Morris2020-02-161-1/+1
| * | Fix C-h C-h bug due to mutating a hash keyPaul Eggert2020-02-151-0/+15
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-141-89/+13
|\ \ \ | |/ /
| * | * src/lread.c: Remove old-style backquotes supportStefan Monnier2020-02-141-89/+13
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-041-3/+3
|\ \ \ | |/ /
| * | Revert the --with-install-srcdir patchPaul Eggert2020-01-271-9/+1
| * | Install C source code for C-h f etc.Paul Eggert2020-01-241-1/+9
| * | Work better if stat etc. are interruptedPaul Eggert2020-01-201-2/+2
| * | Merge from origin/emacs-27Glenn Morris2020-01-171-1/+1
| |\ \ | | |/
| | * ; * src/lread.c (force_new_style_backquotes): Fix reference.Simen Heggestøyl2020-01-171-1/+1
* | | make standard emacs compilable againAndrea Corallo2020-01-011-2/+3
* | | mitigate ifdef proliferationAndrea Corallo2020-01-011-17/+15
* | | some style fixesAndrea Corallo2020-01-011-1/+1
* | | reworking relocation mechanism to use one single tableAndrea Corallo2020-01-011-0/+3
* | | let intern_c_string works creating with non-pure stringsAndrea Corallo2020-01-011-4/+8