aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-151-0/+1
* Improve detection of pdumper file and *.eln filesfeature/native-compEli Zaretskii2021-04-241-1/+9
* * src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)Eli Zaretskii2021-04-181-0/+3
* ; * 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/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-171-131/+92
* 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-131-1/+207
|\
| * * src/emacs.c (load_seccomp): Consistently check for nonzero resultPhilipp Stephani2021-04-111-1/+1
| * Add another check for the required header <linux/filter.h>.Philipp Stephani2021-04-111-2/+2
| * Also check for needed seccomp macros.Philipp Stephani2021-04-111-6/+14
| * * src/emacs.c (read_full): Add a few assertions.Philipp Stephani2021-04-101-0/+3
| * * src/emacs.c (load_seccomp): Add a useful assertion.Philipp Stephani2021-04-101-0/+1
| * * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
| * * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
| * Read file in a loop if necessary.Philipp Stephani2021-04-101-11/+39
| * Add support for --seccomp command-line option.scratch/seccomp-emacs-openPhilipp Stephani2021-04-101-1/+166
* | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-2/+3
* | Avoid aborting on MS-Windows at startupEli Zaretskii2021-03-031-0/+12
* | * src/emacs.c (syms_of_emacs): Add a FIXME for Windows native-comp.Andrea Corallo2021-02-181-3/+3
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-301-3/+7
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2021-01-271-3/+7
| |\
| | * Avoid sending systemd shutdown notifications if non-daemonEli Zaretskii2021-01-221-3/+7
| | * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-161-2/+2
|\ \ \ | |/ /
| * | Add functions to open a file without quitting.Philipp Stephani2021-01-101-2/+2
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-081-5/+0
|\ \ \ | |/ /
| * | * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-2/+0
| * | * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-1/+0
| * | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-2/+0
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | Fix Windows libgccjit library name (bug#45303).Andrea Corallo2020-12-191-2/+2
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-121-4/+9
|\ \ \ | |/ /
| * | Make previous Fkill_emacs change saferLars Ingebrigtsen2020-12-071-4/+7
| * | Allow shutting down Emacs even if there are errors in kill-emacs-hookLars Ingebrigtsen2020-12-071-1/+3
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-061-1/+8
|\ \ \ | |/ /
| * | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-041-1/+8
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-071-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-27Glenn Morris2020-11-021-1/+1
| |\ \ | | |/
| | * Fix failure of 'emacs --daemon' on CygwinKen Brown2020-10-291-1/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-141-1/+1
|\ \ \ | |/ /
| * | Mark the return value from strerror as a constantPhilipp Klaus Krause2020-10-141-1/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-101-1/+1
|\ \ \ | |/ /
| * | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | | Always set 'Vexec_path' before 'Vinvocation_directory' (bug#43137)Andrea Corallo2020-09-261-11/+21
* | | Rework eln deletion strategy for new eln-cache folder structureAndrea Corallo2020-09-061-4/+2