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