summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAge
* Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-12
* Fix NS native compilation buildsAlan Third2021-06-26
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-15
* Improve detection of pdumper file and *.eln filesEli Zaretskii2021-04-24
* * src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)Eli Zaretskii2021-04-18
* ; * src/emacs.c (load_pdump_find_executable): Yet another fix.Eli Zaretskii2021-04-18
* Fix last changeEli Zaretskii2021-04-18
* * src/emacs.c (load_pdump): Fix unconditional references to strip_suffix.Eli Zaretskii2021-04-17
* * emacs.c (load_pdump): Fix compilation on picky-complier platforms.Eli Zaretskii2021-04-17
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-17
* Fix MS-Windows build following last changeEli Zaretskii2021-04-14
* * Fix native-comp startup for symliked binary (bug#44128)Andrea Corallo2021-04-14
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-13
|\
| * * src/emacs.c (load_seccomp): Consistently check for nonzero resultPhilipp Stephani2021-04-11
| * Add another check for the required header <linux/filter.h>.Philipp Stephani2021-04-11
| * Also check for needed seccomp macros.Philipp Stephani2021-04-11
| * * src/emacs.c (read_full): Add a few assertions.Philipp Stephani2021-04-10
| * * src/emacs.c (load_seccomp): Add a useful assertion.Philipp Stephani2021-04-10
| * * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-10
| * * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-10
| * Read file in a loop if necessary.Philipp Stephani2021-04-10
| * Add support for --seccomp command-line option.Philipp Stephani2021-04-10
* | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* | Avoid aborting on MS-Windows at startupEli Zaretskii2021-03-03
* | * src/emacs.c (syms_of_emacs): Add a FIXME for Windows native-comp.Andrea Corallo2021-02-18
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-30
|\|
| * Merge from origin/emacs-27Glenn Morris2021-01-27
| |\
| | * Avoid sending systemd shutdown notifications if non-daemonEli Zaretskii2021-01-22
| | * Update copyright year to 2021Paul Eggert2021-01-01
* | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-16
|\| |
| * | Add functions to open a file without quitting.Philipp Stephani2021-01-10
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-08
|\| |
| * | * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
| * | * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
| * | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\| |
| * | Update copyright year to 2021Paul Eggert2021-01-01
* | | Fix Windows libgccjit library name (bug#45303).Andrea Corallo2020-12-19
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-12
|\| |
| * | Make previous Fkill_emacs change saferLars Ingebrigtsen2020-12-07
| * | Allow shutting down Emacs even if there are errors in kill-emacs-hookLars Ingebrigtsen2020-12-07
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-06
|\| |
| * | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-04
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-07
|\| |
| * | Merge from origin/emacs-27Glenn Morris2020-11-02
| |\|
| | * Fix failure of 'emacs --daemon' on CygwinKen Brown2020-10-29
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-14
|\| |
| * | Mark the return value from strerror as a constantPhilipp Klaus Krause2020-10-14
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-10
|\| |
| * | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05