aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add functions to open a file without quitting.Philipp Stephani2021-01-101-2/+2
* | * 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
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | 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
* | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-041-1/+8
* | Merge from origin/emacs-27Glenn Morris2020-11-021-1/+1
|\ \ | |/
| * Fix failure of 'emacs --daemon' on CygwinKen Brown2020-10-291-1/+1
* | Mark the return value from strerror as a constantPhilipp Klaus Krause2020-10-141-1/+1
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-08-181-6/+10
|\ \ | |/
| * Fix startup working dir bug on NeXTSTEPPaul Eggert2020-08-131-6/+10
* | Add xwidget support for macOSSungbin Jo2020-08-121-1/+1
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-0/+1
* | Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-041-1/+0
* | Merge from origin/emacs-27Glenn Morris2020-07-201-0/+2
|\ \ | |/
| * Improve documentation of 'kill-emacs'Eli Zaretskii2020-07-171-0/+2
* | Merge from origin/emacs-27Paul Eggert2020-06-011-1/+4
|\ \ | |/
| * Don't call 'mbrtowc' on WINDOWSNTEli Zaretskii2020-06-011-1/+4
| * Redo RCS Id for pdumperPaul Eggert2020-05-211-0/+5
* | Redo RCS Id for pdumperPaul Eggert2020-05-181-0/+5
* | Remove ancient OS X process-connection-type handlingGlenn Morris2020-03-051-1/+0
* | Fix macOS/GNUstep compilation warningsAlan Third2020-03-021-2/+1
* | Propagate NSLocale into Emacs betterPaul Eggert2020-01-261-9/+3
* | Simplify locale setupPaul Eggert2020-01-231-40/+30
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix typo that broke GNU/Linux unexec buildPaul Eggert2019-12-131-1/+0
* Make .pdmp file more reproduciblePaul Eggert2019-11-191-2/+1
* Update some URLsPaul Eggert2019-09-231-5/+1
* Omit some overenthusiastic file-truename callsPaul Eggert2019-09-181-5/+9
* Improve reporting of I/O, access errorsPaul Eggert2019-09-171-1/+1
* Remove obsolete Lint directivesPaul Eggert2019-09-161-1/+0
* Improve checking of pdump load failuresPaul Eggert2019-09-111-106/+76
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-311-2/+1
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-231-3/+3
* Avoid interleaving stderr lines when shutting downPaul Eggert2019-07-131-16/+22
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-37/+39
* Remove printmax_t etc.Paul Eggert2019-07-071-2/+3
* Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert2019-07-061-20/+0
* Fix invoking Emacs via a symlink on CygwinKen Brown2019-06-271-1/+1
* Support invoking Emacs via a symlink on MS-WindowsEli Zaretskii2019-06-261-0/+2
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-2/+2
* Fix MS-Windows build as followup to pdumper executable lookupEli Zaretskii2019-06-241-1/+25
* Fix pdumper executable-finding codeDaniel Colascione2019-06-241-25/+137
* Fix locating pdump by symlinkDaniel Colascione2019-06-231-12/+15