summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
Commit message (Expand)AuthorAge
* ; Add 2024 to copyright yearsPo Lu2024-01-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Make sure gmalloc's hybrid_free preserves errnoEli Zaretskii2021-05-20
* Clean up the fix for unexec build on GNU/LinuxEli Zaretskii2021-05-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove no-longer-needed fflushes of stderrPaul Eggert2019-06-20
* Merge from origin/emacs-26Glenn Morris2019-06-01
|\
| * Pacify GCC 9 -Wredundant-declsPaul Eggert2019-05-30
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-17
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-12
* | Port to gcc -fcheck-pointer-boundsPaul Eggert2017-12-12
|/
* Use hybrid malloc for FreeBSD (Bug#28308)Noam Postavsky2017-11-04
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Remove malloc_find_address relicPaul Eggert2017-06-21
* Fix temacs hybrid_malloc core dumpPaul Eggert2017-06-21
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert2016-10-23
* | Port --enable-gcc-warnings to Ubuntu 16.10Paul Eggert2016-11-13
* | Merge from origin/emacs-25Paul Eggert2016-10-25
|\|
| * ; Remove redundant code in gmalloc.cEli Zaretskii2016-10-23
* | Prefer now-standard int width macrosPaul Eggert2016-09-15
* | New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-12
* | Omit valloc decl if redundantPaul Eggert2016-02-09
* | Restore the calloc family.Wolfgang Jenkner2016-02-09
* | Port new hybrid malloc to FreeBSDPaul Eggert2016-01-31
* | Fix extern symbols defined and not usedPaul Eggert2016-01-30
* | Build lib/e-*.o only on platforms that need itPaul Eggert2016-01-30
* | Include <malloc.h> when advisablePaul Eggert2016-01-30
* | Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert2016-01-30
* | Add musl patch to support HYBRID_MALLOC on elf systemsWolfgang Jenkner2016-01-30
* | Internal linkage for gmalloc etc. if HYBRID_MALLOCWolfgang Jenkner2016-01-30
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Always define gmalloc etc. in src/gmalloc.cWolfgang Jenkner2015-12-26
* Update copyright year to 2015Paul Eggert2015-01-01
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-03
* * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown2014-09-28
* Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown2014-09-27
* Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown2014-08-30
* Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-28
* Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris2014-08-14
|\
| * * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown2014-08-11