Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add static_assert and hide noreturn, alignas, alignof from C++ | Szabolcs Nagy | 2014-08-27 | 1 | -0/+5 |
| | | | | | add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords. | ||||
* | implement "low hanging fruit" from C11 | Rich Felker | 2012-08-25 | 1 | -0/+15 |
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 |