summaryrefslogtreecommitdiff
path: root/include/stdint.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-21fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor levelRich Felker1-2/+2
2014-12-17fix signedness of WINT_MIN expressionRich Felker1-1/+1
2013-07-22change wint_t to unsignedRich Felker1-2/+2
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-10/+18
2013-04-22remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.hRich Felker1-8/+0
2013-04-04fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker1-8/+15
2013-04-04eliminate bits/wchar.hRich Felker1-1/+8
2012-06-08fix signedness errors in stdint.h constant macrosRich Felker1-2/+2
2012-02-07revert hacks for types of stdint.h integer constant macrosRich Felker1-4/+4
2011-10-04make [U]INTn_C() macros have the right type...Rich Felker1-4/+4
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker1-9/+4
2011-04-11more types cleanupRich Felker1-12/+3
2011-04-11cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker1-0/+10
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+107