aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/doc.c (Fsnarf_documentation): Fix bug#48019Stefan Monnier2021-04-291-1/+1
* | ; * src/comp.c: Fix typos.Eli Zaretskii2021-04-271-2/+2
* | ; Fix typosStefan Kangas2021-04-271-3/+3
* | Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-2719-1198/+908
* | Fix compilation warnings in non-toolkit buildsLars Ingebrigtsen2021-04-271-8/+8
* | * src/editfns.c (Fpropertize): Doc fix; reference Info manual.Stefan Kangas2021-04-261-0/+2
* | ; Add 2021 to copyright yearsGlenn Morris2021-04-251-1/+2
* | Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-2528-171/+6707
|\ \
| * | Improve detection of pdumper file and *.eln filesfeature/native-compEli Zaretskii2021-04-241-1/+9
| * | Improve diagnostics of loading *.eln filesEli Zaretskii2021-04-241-1/+5
| * | Introduce `sxhash-equal-including-properties'.Andrea Corallo2021-04-211-9/+34
| * | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-1915-104/+359
| |\ \
| * | | * src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)Eli Zaretskii2021-04-181-0/+3
| * | | * src/comp.c (fixup_eln_load_path): Simplify code.Eli Zaretskii2021-04-181-7/+5
| * | | ; * src/emacs.c (load_pdump_find_executable): Yet another fix.Eli Zaretskii2021-04-181-1/+5
| * | | Fix last changeEli Zaretskii2021-04-181-1/+4
| * | | ; * src/pdumper.c (dump_do_dump_relocation): Add a FIXME comment.Eli Zaretskii2021-04-171-0/+7
| * | | * src/emacs.c (load_pdump): Fix unconditional references to strip_suffix.Eli Zaretskii2021-04-171-2/+4
| * | | * emacs.c (load_pdump): Fix compilation on picky-complier platforms.Eli Zaretskii2021-04-171-1/+2
| * | | Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-176-173/+188
| * | | Fix MS-Windows build following last changeEli Zaretskii2021-04-141-4/+2
| * | | * Fix native-comp startup for symliked binary (bug#44128)Andrea Corallo2021-04-141-9/+27
| * | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-132-138/+217
| |\ \ \
| * | | | Fix crash on MS-Windows caused by recent changesEli Zaretskii2021-04-071-8/+9
| * | | | * src/pdumper.c (dump_do_dump_relocation): Use `expand-file-name'.Andrea Corallo2021-04-061-4/+4
| * | | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-056-27/+116
| |\ \ \ \
| * | | | | * Introduce `comp-file-preloaded-p'Andrea Corallo2021-04-051-7/+13
| * | | | | * src/comp.c (fixup_eln_load_path): Fix parameter name.Andrea Corallo2021-04-041-2/+2
| * | | | | * src/comp.c (Fcomp_el_to_eln_filename): Fix doc.Andrea Corallo2021-04-041-1/+2
| * | | | | Output native compiled preloaded files into the 'preloaded' subfolderAndrea Corallo2021-04-043-33/+70
| * | | | | * src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).Andrea Corallo2021-04-011-0/+4
| * | | | | Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-012-3/+12
| * | | | | * src/comp.c (Fcomp__compile_ctxt_to_file): Fix debug level 1.Eli Zaretskii2021-03-311-1/+1
| * | | | | Rework native compilation `comp-debug' (bug#46495)Andrea Corallo2021-03-311-2/+2
| * | | | | Do not defer compilation when bytecode is explicitly requested (bug#46617)Andrea Corallo2021-03-312-1/+15
| * | | | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-316-11/+40
| |\ \ \ \ \
| * | | | | | * Prevent stale eln loading checking file timestamp before load (bug#46617)Andrea Corallo2021-03-261-10/+19
| * | | | | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-257-116/+239
| |\ \ \ \ \ \
| * | | | | | | Improve two native compiler related docstrings.Andrea Corallo2021-03-241-0/+2
| * | | | | | | * src/lread.c (maybe_swap_for_eln): Fix eln filename (bug#bug#47337).Andrea Corallo2021-03-241-1/+3
| * | | | | | | ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring.Andrea Corallo2021-03-211-1/+2
| * | | | | | | Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'Andrea Corallo2021-03-212-16/+27
| * | | | | | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-196-16/+56
| |\ \ \ \ \ \ \
| * | | | | | | | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-1910-20/+32
| * | | | | | | | Prefer expand-file-name to concat in native-compilation codeEli Zaretskii2021-03-151-4/+4
| * | | | | | | | Don't call setjmp through a function pointer on Windows (bug#47067)Pip Cet2021-03-141-12/+14
| * | | | | | | | Fix hang due to failure to clean up *.eln.old files at exitEli Zaretskii2021-03-141-1/+1
| * | | | | | | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-127-43/+109
| |\ \ \ \ \ \ \ \
| * | | | | | | | | * src/comp.c (ABI_VERSION): Bump following-up 380ba045c4.Andrea Corallo2021-03-091-1/+1
| * | | | | | | | | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-095-9/+59
| |\ \ \ \ \ \ \ \ \