Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement "low hanging fruit" from C11 | Rich Felker | 2012-08-25 | 1 | -40/+3 |
| | | | | | | | | based on Gregor's patch sent to the list. includes: - stdalign.h - removing gets in C11 mode - adding aligned_alloc and adjusting other functions to use it - adding 'x' flag to fopen for exclusive mode | ||||
* | posix_memalign should fail if size is not a multiple of sizeof(void *) | Rich Felker | 2011-06-29 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+47 |