aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-07Pacify -Werror=null-dereference in ralloc.cPaul Eggert1-6/+2
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Unexec removal: Remove HYBRID_MALLOC supportPip Cet1-3/+3
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-17Assume ‘emacs’ is defined in Emacs-only codePaul Eggert1-8/+4
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-17Port January __morecore changes to AIX 7.1Paul Eggert1-1/+2
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-30Include <malloc.h> when advisablePaul Eggert1-22/+8
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-08-28Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown1-6/+6
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-09-22Add set operations for bool-vector.Daniel Colascione1-11/+11
2013-07-05Remove duplicate #include directives.Paul Eggert1-2/+0
2013-02-22Assume C89 or better.Paul Eggert1-96/+92
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-11-05Fix bug #12774 with crashes in ralloc.c.Eli Zaretskii1-17/+17
2012-10-07Don't abort when ralloc.c:relinquish cannot return a heap to the system.Eli Zaretskii1-2/+3
2012-10-01Clean up the Windows x64 changes.Eli Zaretskii1-2/+2
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau1-8/+8
2012-09-23Simplify and avoid signal-handling races.Paul Eggert1-2/+2
2012-09-17Fix a typo in a comment.Eli Zaretskii1-1/+1
2012-09-17Fix the value of __malloc_extra_blocks.Eli Zaretskii1-3/+9
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-10/+10
2012-08-24Fix bug #12242 with crashes in ralloc.c on OpenBSD.Eli Zaretskii1-13/+32
2012-07-05More xmalloc and related cleanup.Paul Eggert1-1/+1
2012-06-23Backport: Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii1-5/+5
2012-06-23Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii1-5/+5
2012-05-28Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii1-1/+6
2012-05-23Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii1-0/+6
2012-05-21Assume C89 or later.Paul Eggert1-6/+2
2012-04-15Fix minor ralloc.c problems found by static checking.Paul Eggert1-59/+1
2012-02-01Speed up insertion of subprocess output on MS-Windows.Eli Zaretskii1-5/+10
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-15Fix typos.Juanma Barranquero1-8/+8
2011-09-09Whitespace changes.Juanma Barranquero1-3/+3