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