Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | explicitly use signed keyword to define intNN_t and derivative types | Rich Felker | 2018-03-12 | 1 | -4/+4 |
* | move wint_t definition to the shared part of alltypes.h.in | Rich Felker | 2014-12-21 | 1 | -0/+1 |
* | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 2014-10-13 | 1 | -0/+2 |
* | undefine internal-use type macros at the end of alltypes.h | Rich Felker | 2013-07-22 | 1 | -0/+4 |
* | move register_t and u_int64_t (back) to alltypes | Rich Felker | 2013-07-22 | 1 | -0/+2 |
* | fix regression in size of nlink_t (broken stat struct) on x86_64 | Rich Felker | 2013-07-22 | 1 | -1/+1 |
* | make regoff_t and regex_t match C++ ABI | Rich Felker | 2013-07-22 | 1 | -0/+1 |
* | make pthread_key_t unsigned to match ABI | Rich Felker | 2013-07-22 | 1 | -1/+1 |
* | make pthread attribute types structs, even when they just have one field | Rich Felker | 2013-07-22 | 1 | -3/+3 |
* | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 2013-07-22 | 1 | -0/+65 |