aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix previous change: use correct pdumper functionDaniel Colascione2019-01-161-1/+1
* | Fix crash in charset detection after pdumper loadDaniel Colascione2019-01-161-0/+25
* | Avoid compilation warnings in MS-Windows buildAndy Moreton2019-01-162-2/+2
* | Improve documentation of pdumper; minor code cleanupEli Zaretskii2019-01-161-50/+32
* | Fix minor glitch with producing 'emacs' executableEli Zaretskii2019-01-161-1/+1
* | ; Copyright fixes for pdumper filesGlenn Morris2019-01-165-6/+37
* | Fix unlikely races with GnuTLS, datagramsPaul Eggert2019-01-152-50/+74
* | Add portable dumperDaniel Colascione2019-01-1579-858/+7952
* | Fix translation-region bug with MAX_CHARPaul Eggert2019-01-131-47/+35
* | Minor overflow fix in translate-region-internalPaul Eggert2019-01-131-1/+1
* | Run window change functions during redisplayMartin Rudalics2019-01-115-257/+680
* | List lengths are always fixnums nowPaul Eggert2019-01-102-8/+16
* | Minor tweaks to HAVE_NATIVE_SCALING codePaul Eggert2019-01-103-54/+51
* | Add native image scaling (bug#33587)Alan Third2019-01-107-189/+275
* | Fix drag and drop behaviour on NS (bug#30929)Alan Third2019-01-101-44/+37
* | Use shortcuts for FlengthPaul Eggert2019-01-0923-124/+98
* | * src/window.c (save_window_save): Revert part of d82e73fStefan Monnier2019-01-081-4/+2
* | Merge from origin/emacs-26Glenn Morris2019-01-072-31/+34
|\ \ | |/
| * Improve commentary in font.hEli Zaretskii2019-01-051-30/+33
| * Fix definition of Qwindow_point_insertion_type (Bug#33871)Martin Rudalics2019-01-041-1/+1
* | Minor INFINITY/NAN cleanupPaul Eggert2019-01-061-4/+3
* | Fix logb on zero, infinite, NaN argsPaul Eggert2019-01-061-16/+11
* | Avoid a compiler warning on macOS.Philipp Stephani2019-01-021-0/+2
* | Don’t limit range error reports to fixnumsPaul Eggert2019-01-011-6/+1
* | Bignums from garbage-collect, memory-use-countsPaul Eggert2019-01-012-75/+75
* | Be consistent about list length fixnum overflowPaul Eggert2019-01-011-2/+2