| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-16 | nowadays function specifiers go in declaration_specifiers | dholland | |
| (not after the declarator) | |||
| 2012-06-20 | Do not include make_malloc.h or declare progname, | sjg | |
| both are already done in make.h | |||
| 2012-06-12 | Replace __dead, __unused and the various printf format attributes | joerg | |
| with versions prefixed by MAKE_ATTR_* to avoid modifying the implementation namespace. Make sure they are available in all places using nonints.h to fix bootstrap on Linux. | |||
| 2012-06-10 | Declare enomem __dead for clang. | wiz | |
| 2012-05-18 | Avoid nested extern declaration warnings | sjg | |
| 2010-12-25 | Many C libraries don't set errno when malloc fails, so always use | dholland | |
| strerror(ENOMEM). | |||
| 2009-01-24 | Fix sense of MAKE_NATICE test. | dsl | |
| 2009-01-24 | Add #ifndef MAKE_NATIVE around __RCSID | dsl | |
| 2009-01-24 | Fixes to includes of make_malloc.h to that it actually builds when | dsl | |
| USE_EMALLOC is undefined. Fixes earlier fixes :-) | |||
| 2009-01-24 | buildfixes for OSX: | cegger | |
| - include <sys/types> for size_t - progname is undeclared - include <string.h> for string functions like strlen() - include <errno.h> for errno | |||
| 2009-01-24 | Move the bmake_malloc() functions into their own .c and .h files. | dsl | |
| Include instead of make.h in a few places. | |||
