ta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/make/make_malloc.c
AgeCommit message (Expand)Author
2022-01-07make: rename local variable in bmake_mallocrillig
2021-01-19make(1): remove do-not-format markers from commentsrillig
2020-12-07make(1): remove duplicate code from bmake_strduprillig
2020-10-05make(1): revert previous commitrillig
2020-10-05make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)rillig
2020-10-03make(1): clean up #include sectionsrillig
2020-10-01make(1): remove redundant function prototypesrillig
2020-09-13make(1): clean up RCSID blocksrillig
2020-09-02make(1): remove redundancy from comments in make_malloc.crillig
2020-08-29make(1): fix build with -DUSE_EMALLOCrillig
2020-08-29make(1): add bmake_strsedup for duplicating a substringrillig
2020-08-20make(1): remove unreached code from bmake_strnduprillig
2020-08-12make(1): remove unnecessary test from bmake_strnduprillig
2020-08-12make(1): in bmake_strndup, only scan the relevant part of the stringrillig
2020-07-03make(1): remove redundant parentheses around return valuesrillig
2017-04-16nowadays function specifiers go in declaration_specifiersdholland
2012-06-20Do not include make_malloc.h or declare progname,sjg
2012-06-12Replace __dead, __unused and the various printf format attributesjoerg
2012-06-10Declare enomem __dead for clang.wiz
2012-05-18Avoid nested extern declaration warningssjg
2010-12-25Many C libraries don't set errno when malloc fails, so always usedholland
2009-01-24Fix sense of MAKE_NATICE test.dsl
2009-01-24Add #ifndef MAKE_NATIVE around __RCSIDdsl
2009-01-24Fixes to includes of make_malloc.h to that it actually builds whendsl
2009-01-24buildfixes for OSX:cegger
2009-01-24Move the bmake_malloc() functions into their own .c and .h files.dsl