summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix the DJGPP portPo Lu
2025-12-07Include malloc.h early in alloc.cPaul Eggert
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-19Delete duplicate 'min' macroStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-26Don’t include stdlib.h from conf_post.hPaul Eggert
2024-12-12Unexec removal: Remove HYBRID_MALLOC supportPip Cet
2024-05-12Pacify warnings in gmalloc.cPo Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-05-20Make sure gmalloc's hybrid_free preserves errnoEli Zaretskii
2021-05-20Clean up the fix for unexec build on GNU/LinuxEli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-04Drop support for -fcheck-pointer-boundsPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-20Remove no-longer-needed fflushes of stderrPaul Eggert
2019-06-01Merge from origin/emacs-26Glenn Morris
2019-05-30Pacify GCC 9 -Wredundant-declsPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-17Assume ‘emacs’ is defined in Emacs-only codePaul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-12Narrow pointer bounds when appropriatePaul Eggert
2017-12-12Port to gcc -fcheck-pointer-boundsPaul Eggert
2017-11-04Use hybrid malloc for FreeBSD (Bug#28308)Noam Postavsky
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-21Remove malloc_find_address relicPaul Eggert
2017-06-21Fix temacs hybrid_malloc core dumpPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-13Port --enable-gcc-warnings to Ubuntu 16.10Paul Eggert
2016-10-25Merge from origin/emacs-25Paul Eggert
2016-10-23Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert
2016-10-23; Remove redundant code in gmalloc.cEli Zaretskii
2016-09-15Prefer now-standard int width macrosPaul Eggert
2016-06-12New macro GNUC_PREREQ for GCC versionPaul Eggert
2016-02-09Omit valloc decl if redundantPaul Eggert
2016-02-09Restore the calloc family.Wolfgang Jenkner
2016-01-31Port new hybrid malloc to FreeBSDPaul Eggert
2016-01-30Fix extern symbols defined and not usedPaul Eggert
2016-01-30Build lib/e-*.o only on platforms that need itPaul Eggert
2016-01-30Include <malloc.h> when advisablePaul Eggert
2016-01-30Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert
2016-01-30Add musl patch to support HYBRID_MALLOC on elf systemsWolfgang Jenkner
2016-01-30Internal linkage for gmalloc etc. if HYBRID_MALLOCWolfgang Jenkner
2016-01-01Update copyright year to 2016Paul Eggert