summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Omit valloc decl if redundant...Paul Eggert2016-02-091-4/+7
* Restore the calloc family....Wolfgang Jenkner2016-02-092-3/+13
* -Paul Eggert2016-02-092-10/+28
|\
| * Minor alignas cleanup...Paul Eggert2016-02-091-4/+0
| * Add lmalloc commentary and tweak laligned...Paul Eggert2016-02-091-3/+11
| * Increase success rate of fallback lmalloc...Paul Eggert2016-02-081-4/+18
* | -Paul Eggert2016-02-092-24/+66
|\|
| * Port to FreeBSD 11-CURRENT i386...Paul Eggert2016-02-082-23/+66
| * src/process.c Correctly convert AF_INET6 addresses...David Edmondson2016-02-071-1/+1
* | Merge from origin/emacs-25...Paul Eggert2016-02-093-14/+53
|\|
| * Use monitor's resolution for positioning tooltips...Oscar Fuentes2016-02-061-12/+49
| * Fix issues found by auditing w32notify code...Eli Zaretskii2016-02-062-2/+4
| * Fix problems caused by new implementation of sub-word mode...Eli Zaretskii2016-02-051-3/+3
* | Avoid aligned_alloc static/extern collision...Paul Eggert2016-02-091-0/+1
* | Allow the image scale to be a floating point number...Lars Ingebrigtsen2016-02-091-1/+1
* | Automatically scale images up on high-density screens...Lars Ingebrigtsen2016-02-081-0/+15
* | Port to FreeBSD x86...Paul Eggert2016-02-071-2/+3
* | src/process.c Correctly convert AF_INET6 addresses...David Edmondson2016-02-071-1/+1
* | Omit XLI (init) == 0 optimization in make-vector...Paul Eggert2016-02-051-7/+2
* | Prefer memcpy and memset to doing it by hand...Paul Eggert2016-02-043-29/+17
* | Simplify USE_ALIGNED_ALLOC...Paul Eggert2016-02-041-14/+5
* | Merge from origin/emacs-25...John Wiegley2016-02-037-13/+37
|\|
| * Fix x-popup-menu on TTYs without a mouse...Eli Zaretskii2016-02-031-0/+3
| * Fix failure to compile ns-win.el in parallel builds...Eli Zaretskii2016-02-021-0/+5
| * Some corrections in Elisp manual...Martin Rudalics2016-02-011-5/+5
| * Fix (c & 040) typo in emergency escapes...Paul Eggert2016-01-311-2/+2
| * Fix display of overlay strings with 'display' and 'box' property...Eli Zaretskii2016-01-311-2/+11
| * Correct reference to DARWIN_OS preprocessor symbol...John Wiegley2016-01-301-1/+1
| * Spelling fixPaul Eggert2016-01-301-1/+1
| * Pacify GCC on C library without glibc API...Paul Eggert2016-01-301-3/+6
* | Merge from origin/emacs-25...John Wiegley2016-02-031-1/+11
|\|
| * Disable DebPrint in sys_read on MS-Windows...Eli Zaretskii2016-01-301-1/+11
* | Mention context when resume from emergency escape...Paul Eggert2016-02-031-0/+3
* | ; Fix last aligned_alloc declaration changeKen Brown2016-02-031-1/+1
* | Port aligned_alloc decl to Cygwin....Paul Eggert2016-02-031-3/+2
* | Port better to platforms lacking aligned_alloc...Paul Eggert2016-02-021-1/+4
* | Port malloc.h hygiene fix to LTO...Paul Eggert2016-02-021-1/+3
* | Double static heap size....Paul Eggert2016-02-011-2/+2
* | Port new hybrid malloc to FreeBSD...Paul Eggert2016-01-311-4/+7
* | Spelling fixesPaul Eggert2016-01-301-3/+3
* | Port recent my_edata change to MS-Windows...Paul Eggert2016-01-301-2/+2
* | Shrink static heap a bit...Paul Eggert2016-01-301-5/+5
* | Fix extern symbols defined and not used...Paul Eggert2016-01-305-8/+15
* | Build lib/e-*.o only on platforms that need it...Paul Eggert2016-01-304-21/+13
* | Include <malloc.h> when advisable...Paul Eggert2016-01-307-118/+94
* | * src/alloc.c: Include "sheap.h"....Paul Eggert2016-01-304-29/+25
* | Pacify --enable-gcc-warnings when HYBRID_MALLOC...Paul Eggert2016-01-309-120/+102
* | Report static heap usage on non-Cygwin, too...Paul Eggert2016-01-302-4/+5
* | Pacify GCC on extern decls...Paul Eggert2016-01-301-1/+4
* | Add musl patch to support HYBRID_MALLOC on elf systems...Wolfgang Jenkner2016-01-302-3/+7