summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
AgeCommit message (Expand)Author
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
2015-12-26Always define gmalloc etc. in src/gmalloc.cWolfgang Jenkner
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-03Consistently use min and max macros from lisp.h.Dmitry Antipov
2014-09-28* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown
2014-09-27Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown
2014-08-30Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown
2014-08-28Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown
2014-08-14Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris