summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix emacs_re_safe_alloca calculationPaul Eggert2018-10-031-5/+5
* | Fix bignum initializationPaul Eggert2018-09-041-1/+1
* | Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-031-0/+1
* | Modularize bignums betterPaul Eggert2018-08-271-0/+1
* | Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-211-34/+0
* | Reject outlandishly-wide bignumsPaul Eggert2018-08-161-3/+21
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-4/+15
|\ \
| * | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-4/+4
| * | Notify systemd in daemon-initialized and kill-emacs (Bug#31498)Lucas Werkmeister2018-07-251-0/+11
* | | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | | Introduce the bignum typeTom Tromey2018-07-121-0/+16
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
|/ /
* | Merge from emacs-26Noam Postavsky2018-07-091-2/+4
|\ \ | |/
| * Fix bootstrap infloop in GNU/Linux alphaPaul Eggert2018-07-081-2/+4
* | GNOME moved URLs for its active bug reportsPaul Eggert2018-05-261-1/+1
* | Pacify GCC when --enable-profilingPaul Eggert2018-04-031-10/+6
* | Minor cleanups for server-name fix (Bug#24218)Paul Eggert2018-02-121-13/+3
* | Fix `server-name' and `server-socket-dir' for (Bug#24218)Matthew Leach2018-02-121-3/+13
* | Avoid kill-emacs-hook errors hanging batch modeGlenn Morris2018-01-231-1/+4
* | Add battery support to all Cygwin buildsKen Brown2018-01-131-0/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/