Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |