summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up and simplify image-type setupPaul Eggert2019-05-171-3/+0
* Simplify thread initialization and GCPaul Eggert2019-04-241-1/+0
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+1
|\
| * ; * src/emacs.c: Fix typo in comment (Bug#35320).Noam Postavsky2019-04-191-1/+1
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-04-121-2/+7
|\ \ | |/
| * Fix an outdated URL in a commentEli Zaretskii2019-04-111-2/+7
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* | Unbreak the Cygw32 buildEli Zaretskii2019-02-101-1/+3
* | Minor fix for unexec builds.Eli Zaretskii2019-02-071-2/+5
* | ; Simplify last change.Eli Zaretskii2019-02-071-5/+1
* | Avoid segfaults on MS-Windows in enexec'ed EmacsEli Zaretskii2019-02-071-10/+16
* | Unbreak interactive invocation of temacs on MS-WindowsEli Zaretskii2019-02-061-2/+2
* | Prevent segfault in bootstrap-emacs on MinGWEli Zaretskii2019-02-021-1/+3
* | Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-23/+21