summaryrefslogtreecommitdiff
path: root/src/ralloc.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-07Pacify -Werror=null-dereference in ralloc.cPaul Eggert
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Unexec removal: Remove HYBRID_MALLOC supportPip Cet
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-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
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-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-17Port January __morecore changes to AIX 7.1Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-30Include <malloc.h> when advisablePaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-28Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-22Add set operations for bool-vector.Daniel Colascione
2013-07-05Remove duplicate #include directives.Paul Eggert
2013-02-22Assume C89 or better.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-05Fix bug #12774 with crashes in ralloc.c.Eli Zaretskii
2012-10-07Don't abort when ralloc.c:relinquish cannot return a heap to the system.Eli Zaretskii
2012-10-01Clean up the Windows x64 changes.Eli Zaretskii
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-17Fix a typo in a comment.Eli Zaretskii
2012-09-17Fix the value of __malloc_extra_blocks.Eli Zaretskii
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-08-28Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris
2012-08-24Fix bug #12242 with crashes in ralloc.c on OpenBSD.Eli Zaretskii
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-06-23Backport: Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii
2012-06-23Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii
2012-05-31Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong
2012-05-28Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii
2012-05-26Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris
2012-05-23Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii
2012-05-21Assume C89 or later.Paul Eggert
2012-04-15Fix minor ralloc.c problems found by static checking.Paul Eggert
2012-02-01Speed up insertion of subprocess output on MS-Windows.Eli Zaretskii