summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-6/+15
| * | ; * src/emacs.c (main): Reword & reflow description of PGTK problem.Sean Whitton2022-04-071-4/+4
| * | * src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.Po Lu2022-04-061-2/+15
| * | Fix some crashes in shut_down_emacs on HaikuPo Lu2022-03-201-3/+0
| * | Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert2022-03-191-0/+4
* | | Add tree-sitter intergrationYuan Fu2022-05-071-0/+7
|/ /
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-2/+2
* | Fix background daemon on HaikuPo Lu2022-02-031-2/+5
* | Add new switch --init-directoryLars Ingebrigtsen2022-01-271-0/+1
* | Fix GNUstep compilation warningsPo Lu2022-01-061-1/+6
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-111-0/+1
|\ \
| * | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-111-0/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-1/+72
|\ \ \ | |/ /
| * | Merge from origin/emacs-28Stefan Kangas2021-11-261-0/+33
| |\ \ | | |/
| | * ; * src/emacs.c (main): Add commentary about command-line processing.Eli Zaretskii2021-11-251-0/+33
| * | * src/emacs.c (usage_message): Fix name of --seccomp option.Andreas Schwab2021-11-251-1/+1
| * | Merge from origin/emacs-28Stefan Kangas2021-11-211-0/+11
| |\ \ | | |/
| | * Fix temacs invocation from outside of the 'src' directoryEli Zaretskii2021-11-201-0/+11
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+28
* | | * src/emacs.c (main): Combine two conditions to oneYuuki Harano2021-11-231-3/+1
* | | Revert #if changesYuuki Harano2021-11-131-1/+1
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-6/+44
|\ \ \ | |/ /
| * | Heed the EMACS_IGNORE_TIMERFD environment variableLars Ingebrigtsen2021-10-251-1/+3
| * | * src/emacs.c (standard_args): Sort --fingerprint second.Andreas Schwab2021-10-161-0/+3
| * | ; * src/emacs.c (load_pdump): Adjust comment to recent code changes.Eli Zaretskii2021-10-161-3/+3
| * | Add a new after-pdump-load-hook variableLars Ingebrigtsen2021-10-121-0/+5
| * | Change --fingerprint to output to stdoutAndreas Schwab2021-10-121-2/+3
| * | Make the installed pmdp file use a fingerprintGlenn Morris2021-10-111-2/+29
| |/
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-1/+3
|\ \ | |/
| * Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-121-1/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-041-1/+15
|\ \ | |/
| * Fix NS native compilation buildsAlan Third2021-06-261-1/+15
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-191-0/+1
|\ \ | |/
| * Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-151-0/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-59/+119
|\ \ | |/
| * 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
| |\
| * | 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