aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmalloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-9/+12
2025-12-08Fix the DJGPP portPo Lu1-9/+10
2025-12-07Include malloc.h early in alloc.cPaul Eggert1-17/+17
2025-01-19Delete duplicate 'min' macroStefan Kangas1-4/+0
2025-01-02Update copyright year to 2025Stefan Kangas1-9/+14
2025-01-01Update copyright year to 2025Paul Eggert1-9/+14
2024-12-26Don’t include stdlib.h from conf_post.hPaul Eggert1-1/+1
2024-12-12Unexec removal: Remove HYBRID_MALLOC supportPip Cet1-158/+9
2024-05-12Pacify warnings in gmalloc.cPo Lu1-3/+7
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-05-20Make sure gmalloc's hybrid_free preserves errnoEli Zaretskii1-2/+20
2021-05-20Clean up the fix for unexec build on GNU/LinuxEli Zaretskii1-10/+0
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-08-04Drop support for -fcheck-pointer-boundsPaul Eggert1-12/+4
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-06-20Remove no-longer-needed fflushes of stderrPaul Eggert1-1/+0
2019-05-30Pacify GCC 9 -Wredundant-declsPaul Eggert1-8/+1
2019-01-15Add portable dumperDaniel Colascione1-6/+7
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-17Assume ‘emacs’ is defined in Emacs-only codePaul Eggert1-7/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-12Narrow pointer bounds when appropriatePaul Eggert1-3/+7
2017-12-12Port to gcc -fcheck-pointer-boundsPaul Eggert1-1/+5
2017-11-04Use hybrid malloc for FreeBSD (Bug#28308)Noam Postavsky1-5/+6
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-9/+9
2017-06-21Remove malloc_find_address relicPaul Eggert1-11/+1
2017-06-21Fix temacs hybrid_malloc core dumpPaul Eggert1-30/+41
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-13Port --enable-gcc-warnings to Ubuntu 16.10Paul Eggert1-0/+1
2016-10-23Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert1-7/+6
2016-10-23; Remove redundant code in gmalloc.cEli Zaretskii1-4/+0
2016-09-15Prefer now-standard int width macrosPaul Eggert1-3/+2
2016-06-12New macro GNUC_PREREQ for GCC versionPaul Eggert1-1/+1
2016-02-09Omit valloc decl if redundantPaul Eggert1-4/+7
2016-02-09Restore the calloc family.Wolfgang Jenkner1-3/+12
2016-01-31Port new hybrid malloc to FreeBSDPaul Eggert1-4/+7
2016-01-30Fix extern symbols defined and not usedPaul Eggert1-4/+3
2016-01-30Build lib/e-*.o only on platforms that need itPaul Eggert1-7/+1
2016-01-30Include <malloc.h> when advisablePaul Eggert1-89/+67
2016-01-30Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert1-38/+13
2016-01-30Add musl patch to support HYBRID_MALLOC on elf systemsWolfgang Jenkner1-2/+2
2016-01-30Internal linkage for gmalloc etc. if HYBRID_MALLOCWolfgang Jenkner1-17/+41
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-26Always define gmalloc etc. in src/gmalloc.cWolfgang Jenkner1-3/+33
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-10-03Consistently use min and max macros from lisp.h.Dmitry Antipov1-1/+1