summaryrefslogtreecommitdiffstats
path: root/compat/nedmalloc (follow)
Commit message (Expand)AuthorAgeFilesLines
* compat: move strdup(3) replacement to its own fileRené Scharfe2016-09-071-16/+0
* nedmalloc: work around overzealous GCC 6 warningRené Scharfe2016-08-051-5/+4
* nedmalloc: fix misleading indentationJohannes Schindelin2016-08-041-4/+4
* mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2016-01-151-1/+2
* nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin2016-01-141-0/+4
* prefer memcpy to strcpyJeff King2015-10-051-2/+3
* Windows: do not redefine _WIN32_WINNTSebastian Schuberth2013-09-111-0/+2
* typofix: in-code commentsOndřej Bílka2013-07-222-3/+3
* compat/nedmalloc: Fix compiler warnings on linuxRamsay Jones2013-04-281-0/+4
* compat/nedmalloc: Fix some sparse warningsRamsay Jones2013-04-282-3/+3
* compat/nedmalloc: fix spelling in commentsStefano Lattarini2013-04-121-3/+3
* nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2Sebastian Schuberth2012-12-111-1/+4
* Documentation: Fix misspellingsLeila Muhtasib2012-06-221-1/+1
* remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-131-6/+4
* Typos in code comments, an error message, documentationRalf Wildenhues2010-08-221-1/+1
* Fix typo in nedmalloc warning fixJohannes Sixt2009-06-111-1/+1
* Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2009-06-082-2/+4
* Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen2009-06-015-0/+7055