Age | Commit message (Expand) | Author | Files | Lines |
2020-08-30 | fix regression with applications that expect struct winsize in ioctl.h | Rich Felker | 1 | -0/+2 |
2019-12-17 | signal to kernel headers that time_t is 64-bit | Rich Felker | 1 | -0/+1 |
2019-11-02 | move time_t and suseconds_t definitions to common alltypes.h.in | Rich Felker | 1 | -0/+2 |
2019-10-20 | adjust struct timespec definition to be time64-ready | Rich Felker | 1 | -1/+1 |
2019-10-17 | move pthread types out of per-arch alltypes.h | Rich Felker | 1 | -0/+8 |
2019-10-17 | move __BYTE_ORDER definition to alltypes.h | Rich Felker | 1 | -0/+3 |
2019-10-17 | remove per-arch definitions for va_list | Rich Felker | 1 | -0/+3 |
2019-03-12 | make FILE a complete type for pre-C11 standard profiles | Rich Felker | 1 | -0/+1 |
2018-03-12 | explicitly use signed keyword to define intNN_t and derivative types | Rich Felker | 1 | -4/+4 |
2014-12-21 | move wint_t definition to the shared part of alltypes.h.in | Rich Felker | 1 | -0/+1 |
2014-10-13 | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 1 | -0/+2 |
2013-07-22 | undefine internal-use type macros at the end of alltypes.h | Rich Felker | 1 | -0/+4 |
2013-07-22 | move register_t and u_int64_t (back) to alltypes | Rich Felker | 1 | -0/+2 |
2013-07-22 | fix regression in size of nlink_t (broken stat struct) on x86_64 | Rich Felker | 1 | -1/+1 |
2013-07-22 | make regoff_t and regex_t match C++ ABI | Rich Felker | 1 | -0/+1 |
2013-07-22 | make pthread_key_t unsigned to match ABI | Rich Felker | 1 | -1/+1 |
2013-07-22 | make pthread attribute types structs, even when they just have one field | Rich Felker | 1 | -3/+3 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -0/+65 |