Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-04-09 | alloca cannot be a function. #define it to the gcc builtin if possible | Rich Felker | -0/+4 | |
gcc makes this mapping by default anyway, but it will be disabled by -fno-builtin (and presumably by -std=c99 or similar). for the main program the error will be reported by the linker, and the issue can easily be fixed, but for dynamic-loaded so files, the error cannot be detected until dlopen time, at which point it has become very obscure. | ||||
2011-11-10 | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | -0/+8 | |
patch by Arvid Picciani (aep) | ||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+9 | |