aboutsummaryrefslogtreecommitdiffstats
path: root/compat/nedmalloc
AgeCommit message (Expand)AuthorFilesLines
2022-05-24nedmalloc: avoid new compile errorJohannes Schindelin1-1/+0
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón1-1/+1
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren1-3/+3
2019-08-07nedmalloc: avoid compiler warning about unused valueRené Scharfe1-2/+2
2019-08-07nedmalloc: do assignments only after the declaration sectionRené Scharfe1-1/+1
2016-09-07compat: move strdup(3) replacement to its own fileRené Scharfe1-16/+0
2016-08-05nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-04nedmalloc: fix misleading indentationJohannes Schindelin1-4/+4
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin1-1/+2
2016-01-14nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin1-0/+4
2015-10-05prefer memcpy to strcpyJeff King1-2/+3
2013-09-11Windows: do not redefine _WIN32_WINNTSebastian Schuberth1-0/+2
2013-07-22typofix: in-code commentsOndřej Bílka2-3/+3
2013-04-28compat/nedmalloc: Fix compiler warnings on linuxRamsay Jones1-0/+4
2013-04-28compat/nedmalloc: Fix some sparse warningsRamsay Jones2-3/+3
2013-04-12compat/nedmalloc: fix spelling in commentsStefano Lattarini1-3/+3
2012-12-11nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2Sebastian Schuberth1-1/+4
2012-06-22Documentation: Fix misspellingsLeila Muhtasib1-1/+1
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering1-6/+4
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues1-1/+1
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt1-1/+1
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2-2/+4
2009-06-01Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen5-0/+7055