summaryrefslogtreecommitdiff
path: root/include/alltypes.h.in
AgeCommit message (Expand)AuthorFilesLines
2018-03-12explicitly use signed keyword to define intNN_t and derivative typesRich Felker1-4/+4
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker1-0/+1
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker1-0/+2
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker1-0/+4
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker1-0/+2
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker1-1/+1
2013-07-22make regoff_t and regex_t match C++ ABIRich Felker1-0/+1
2013-07-22make pthread_key_t unsigned to match ABIRich Felker1-1/+1
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker1-3/+3
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-0/+65