summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix bug with face-id after restoring from pdumpEli Zaretskii2019-01-281-0/+5
* | Improve pdump load diagnosticsEli Zaretskii2019-01-271-4/+6
* | * src/emacs.c (load_pdump): Fix a thinko in last change.Eli Zaretskii2019-01-261-4/+7
* | Improve pdump file search and 'pdumper-stats'Eli Zaretskii2019-01-261-7/+44
* | * src/emacs.c (load_pdump): Minor simplification.Stefan Monnier2019-01-231-7/+8
* | Clean up memory allocation and unexec support on MS-WindowsEli Zaretskii2019-01-181-1/+18
* | Avoid compilation warnings in MS-Windows buildAndy Moreton2019-01-161-1/+1
* | Improve documentation of pdumper; minor code cleanupEli Zaretskii2019-01-161-50/+32
* | Add portable dumperDaniel Colascione2019-01-151-52/+252
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Avoid kill-emacs-hook errors hanging batch modeGlenn Morris2018-11-121-1/+4
* | Fix the value of default-directory upon startup on MS-WindowsEli Zaretskii2018-12-071-0/+6
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-7/+13
* | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-111-22/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-091-1/+4
|\ \ | |/
| * Avoid ridiculously high stack limit requests on macOSEli Zaretskii2018-10-041-4/+6
| * Update GNOME bugtracker URLsGlenn Morris2018-08-241-1/+1
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-3/+7