summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAge
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix typo that broke GNU/Linux unexec buildPaul Eggert2019-12-13
* Make .pdmp file more reproduciblePaul Eggert2019-11-19
* Update some URLsPaul Eggert2019-09-23
* Omit some overenthusiastic file-truename callsPaul Eggert2019-09-18
* Improve reporting of I/O, access errorsPaul Eggert2019-09-17
* Remove obsolete Lint directivesPaul Eggert2019-09-16
* Improve checking of pdump load failuresPaul Eggert2019-09-11
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-31
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-23
* Avoid interleaving stderr lines when shutting downPaul Eggert2019-07-13
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Remove printmax_t etc.Paul Eggert2019-07-07
* Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert2019-07-06
* Fix invoking Emacs via a symlink on CygwinKen Brown2019-06-27
* Support invoking Emacs via a symlink on MS-WindowsEli Zaretskii2019-06-26
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* Fix MS-Windows build as followup to pdumper executable lookupEli Zaretskii2019-06-24
* Fix pdumper executable-finding codeDaniel Colascione2019-06-24
* Fix locating pdump by symlinkDaniel Colascione2019-06-23
* Clean up and simplify image-type setupPaul Eggert2019-05-17
* Simplify thread initialization and GCPaul Eggert2019-04-24
* Merge from origin/emacs-26Glenn Morris2019-04-21
|\
| * ; * src/emacs.c: Fix typo in comment (Bug#35320).Noam Postavsky2019-04-19
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* | Merge from origin/emacs-26Glenn Morris2019-04-12
|\|
| * Fix an outdated URL in a commentEli Zaretskii2019-04-11
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | Unbreak the Cygw32 buildEli Zaretskii2019-02-10
* | Minor fix for unexec builds.Eli Zaretskii2019-02-07
* | ; Simplify last change.Eli Zaretskii2019-02-07
* | Avoid segfaults on MS-Windows in enexec'ed EmacsEli Zaretskii2019-02-07
* | Unbreak interactive invocation of temacs on MS-WindowsEli Zaretskii2019-02-06
* | Prevent segfault in bootstrap-emacs on MinGWEli Zaretskii2019-02-02
* | Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-01
* | Fix bug with face-id after restoring from pdumpEli Zaretskii2019-01-28
* | Improve pdump load diagnosticsEli Zaretskii2019-01-27
* | * src/emacs.c (load_pdump): Fix a thinko in last change.Eli Zaretskii2019-01-26
* | Improve pdump file search and 'pdumper-stats'Eli Zaretskii2019-01-26
* | * src/emacs.c (load_pdump): Minor simplification.Stefan Monnier2019-01-23
* | Clean up memory allocation and unexec support on MS-WindowsEli Zaretskii2019-01-18
* | Avoid compilation warnings in MS-Windows buildAndy Moreton2019-01-16
* | Improve documentation of pdumper; minor code cleanupEli Zaretskii2019-01-16
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Avoid kill-emacs-hook errors hanging batch modeGlenn Morris2018-11-12
* | Fix the value of default-directory upon startup on MS-WindowsEli Zaretskii2018-12-07
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-13
* | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-11