aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmalloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-09-28* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown1-2/+2
2014-09-27Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown1-3/+3
2014-08-30Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown1-7/+11
2014-08-28Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown1-82/+149
2014-08-11* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown1-1/+20
2014-05-22Supply malloc and alloc_size attributes for extern allocators.Paul Eggert1-3/+3
2014-03-04Further follow-up to last change in gmalloc.c.Ken Brown1-11/+11
2014-03-04Follow-up improvements for last change in gmalloc.c.Eli Zaretskii1-15/+28
2014-03-03Fix crashes in lisp_align_free in a build with GC_MCHECK.Eli Zaretskii1-2/+26
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-11-08Merge from gnulib.Paul Eggert1-5/+4