Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alloca cannot be a function. #define it to the gcc builtin if possible | Rich Felker | 2012-04-09 | 1 | -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. | ||||
* | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | 2011-11-10 | 1 | -0/+8 |
| | | | | patch by Arvid Picciani (aep) | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+9 |