aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use IPv6 localhost when family is 'ipv6Robert Pluim2019-02-041-2/+14
* | | | Support (locale-info 'paper) on GNU platformsPaul Eggert2019-02-021-12/+11
* | | | Fix unlikely user-full-name integer overflowPaul Eggert2019-02-021-1/+1
* | | | Prevent segfault in bootstrap-emacs on MinGWEli Zaretskii2019-02-021-1/+3
* | | | Fix bugs caused by running window change functions during redisplayMartin Rudalics2019-02-022-24/+4
* | | | Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-0110-62/+59
* | | | Merge from origin/emacs-26Paul Eggert2019-02-011-4/+10
|\ \ \ \ | |/ / /
| * | | Fix process-contact bug with TCP connectionsPaul Eggert2019-01-301-4/+10
* | | | Prefer static to extern where either will doPaul Eggert2019-01-3110-36/+18
* | | | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-3114-46/+72
* | | | Minor pdumper simplificationPaul Eggert2019-01-311-33/+10
* | | | * src/Makefile.in (clean): Delete versioned pdmp files.Glenn Morris2019-01-281-1/+2
* | | | Fix last change in xfaces.cEli Zaretskii2019-01-281-21/+12
* | | | Fix bug with face-id after restoring from pdumpEli Zaretskii2019-01-283-0/+48
* | | | forward-line now works with bignumsPaul Eggert2019-01-274-67/+67
* | | | 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-265-16/+69
* | | | Fix face initializations in pdump'ed EmacsEli Zaretskii2019-01-261-1/+12
* | | | Avoid having to build src/emacs when we just want to `make tags`Stefan Monnier2019-01-231-1/+4
* | | | ; * src/Makefile.in: Fix wording of comment in last change.Eli Zaretskii2019-01-231-1/+1
* | | | Fix build errors with pdump fingerprint on macOSEli Zaretskii2019-01-231-7/+6
* | | | * src/keyboard.c (read_char): Use CALLN.Paul Eggert2019-01-231-1/+1
* | | | * src/emacs.c (load_pdump): Minor simplification.Stefan Monnier2019-01-231-7/+8
* | | | Fix compilation of pdumper.c with old buggy GCCEli Zaretskii2019-01-231-7/+7
* | | | Add hook for all eventsPhillip Lord2019-01-221-0/+4
* | | | Simplify pdumper-load via timespectodPaul Eggert2019-01-211-4/+1
* | | | * src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste errorStefan Monnier2019-01-211-1/+1
* | | | Fix occasional pdumper/bootstrap errorAlan Third2019-01-211-0/+1
* | | | Support native image resizing on MS-WindowsEli Zaretskii2019-01-203-13/+73
* | | | Improve error data when passing a wrong type to 'sort' (Bug#34104)Philipp Stephani2019-01-201-1/+2
* | | | pdumper-stats now returns s, not msPaul Eggert2019-01-191-4/+5
* | | | ; Fix a recent change in pdumper.cEli Zaretskii2019-01-191-3/+6
* | | | Minor cleanup in pdumper.cEli Zaretskii2019-01-191-11/+5
* | | | Improve 'pdumper-stats' and its documentationEli Zaretskii2019-01-191-12/+27
* | | | Unbreak the macOS NS buildEli Zaretskii2019-01-191-2/+0
* | | | Port to platforms where NULL is a pointerPaul Eggert2019-01-181-1/+1
* | | | Improve documentation of portable dumpingEli Zaretskii2019-01-181-3/+3
* | | | Merge from origin/emacs-26Glenn Morris2019-01-185-28/+35
|\ \ \ \ | |/ / /
| * | | Prevent redrawing if frame is garbagedAlan Third2019-01-152-13/+9
| * | | Attempt to fix hangs on MS-Windows due to C-gEli Zaretskii2019-01-142-13/+24
| * | | ; Fix some trivial doc typosGlenn Morris2019-01-122-2/+2
| * | | Improve GC+Cairo workaroundPaul Eggert2019-01-053-8/+20
| * | | Work around GC+Cairo bugPaul Eggert2019-01-051-0/+6
* | | | Clean up memory allocation and unexec support on MS-WindowsEli Zaretskii2019-01-185-40/+78
* | | | Be more specific with XRender bit-depths (bug#34051)Alan Third2019-01-171-9/+23
* | | | Fix --enable-profiling builds (bug#34099)Glenn Morris2019-01-171-0/+4
* | | | Expand spectrum of window change functionsMartin Rudalics2019-01-171-1/+52
* | | | Port pdumper to older GNU/LinuxPaul Eggert2019-01-161-15/+17
* | | | Fix segfault in profiler after pdump loadDaniel Colascione2019-01-161-7/+14