summaryrefslogtreecommitdiff
path: root/src/emacs.c
AgeCommit message (Expand)Author
2022-04-07; * src/emacs.c (main): Reword & reflow description of PGTK problem.Sean Whitton
2022-04-06* src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.Po Lu
2022-03-20Fix some crashes in shut_down_emacs on HaikuPo Lu
2022-03-19Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-03Fix background daemon on HaikuPo Lu
2022-01-27Add new switch --init-directoryLars Ingebrigtsen
2022-01-06Fix GNUstep compilation warningsPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-11Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-26Merge from origin/emacs-28Stefan Kangas
2021-11-25; * src/emacs.c (main): Add commentary about command-line processing.Eli Zaretskii
2021-11-25* src/emacs.c (usage_message): Fix name of --seccomp option.Andreas Schwab
2021-11-23* src/emacs.c (main): Combine two conditions to oneYuuki Harano
2021-11-21Merge from origin/emacs-28Stefan Kangas
2021-11-20Fix temacs invocation from outside of the 'src' directoryEli Zaretskii
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-13Revert #if changesYuuki Harano
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-10-25Heed the EMACS_IGNORE_TIMERFD environment variableLars Ingebrigtsen
2021-10-16* src/emacs.c (standard_args): Sort --fingerprint second.Andreas Schwab
2021-10-16; * src/emacs.c (load_pdump): Adjust comment to recent code changes.Eli Zaretskii
2021-10-12Add a new after-pdump-load-hook variableLars Ingebrigtsen
2021-10-12Change --fingerprint to output to stdoutAndreas Schwab
2021-10-11Make the installed pmdp file use a fingerprintGlenn Morris
2021-07-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-12Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert
2021-07-04Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-06-26Fix NS native compilation buildsAlan Third
2021-05-19Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-05-15Fix segfaults when byte-compiling with native-compilationEli Zaretskii
2021-04-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-24Improve detection of pdumper file and *.eln filesEli Zaretskii
2021-04-18* src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)Eli Zaretskii
2021-04-18; * src/emacs.c (load_pdump_find_executable): Yet another fix.Eli Zaretskii
2021-04-18Fix last changeEli Zaretskii
2021-04-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-17* src/emacs.c (load_pdump): Fix unconditional references to strip_suffix.Eli Zaretskii
2021-04-17* emacs.c (load_pdump): Fix compilation on picky-complier platforms.Eli Zaretskii
2021-04-17Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii
2021-04-14Fix MS-Windows build following last changeEli Zaretskii
2021-04-14* Fix native-comp startup for symliked binary (bug#44128)Andrea Corallo
2021-04-13Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-04-11* src/emacs.c (load_seccomp): Consistently check for nonzero resultPhilipp Stephani
2021-04-11Add another check for the required header <linux/filter.h>.Philipp Stephani
2021-04-11Also check for needed seccomp macros.Philipp Stephani
2021-04-10* src/emacs.c (read_full): Add a few assertions.Philipp Stephani