about summary refs log tree commit diff
path: root/include/stdint.h
Commit message (Expand)AuthorAgeFilesLines
* fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor levelRich Felker2014-12-211-2/+2
* fix signedness of WINT_MIN expressionRich Felker2014-12-171-1/+1
* change wint_t to unsignedRich Felker2013-07-221-2/+2
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-10/+18
* remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.hRich Felker2013-04-221-8/+0
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-041-8/+15
* eliminate bits/wchar.hRich Felker2013-04-041-1/+8
* fix signedness errors in stdint.h constant macrosRich Felker2012-06-081-2/+2
* revert hacks for types of stdint.h integer constant macrosRich Felker2012-02-071-4/+4
* make [U]INTn_C() macros have the right type...Rich Felker2011-10-041-4/+4
* fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2011-09-191-9/+4
* more types cleanupRich Felker2011-04-111-12/+3
* cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker2011-04-111-0/+10
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+107