summaryrefslogtreecommitdiffstats
path: root/libc/include/stdint.h
Commit message (Expand)AuthorAgeFilesLines
* There is no _MIN for unsigned types.Dan Albert2014-07-211-1/+1
* Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.Elliott Hughes2014-04-211-9/+10
* Fixed int fast types for LP64Calin Juravle2014-02-211-11/+17
* Remove <sys/_types.h>.Elliott Hughes2014-02-071-11/+27
* Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX ...Elliott Hughes2014-01-241-194/+119
* AArch64: Fix definitions for STDINT_LIMITSSerban Constantinescu2013-10-221-2/+20
* Remove #define _BITSIZE 32.Elliott Hughes2013-10-021-2/+0
* Fix inttypes.h and stdint.h for 64-bit (and C++11).Elliott Hughes2013-09-301-5/+11
* Fix stdint.h intptr_t/uintptr_t for x86_64/x32Pavel Chupin2013-08-021-0/+5
* stdint.h header is not fully compatible with C99(ISO9899:1999)Sergey Melnikov2013-06-191-4/+4
* Ensure that <stdint.h> defines SIZE_MAX and friends.Elliott Hughes2013-06-131-1/+19
* Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."Elliott Hughes2013-06-121-1/+1
* Add SIZE_MAX to <stdint.h> in a way that might actually work.Elliott Hughes2013-06-121-1/+1
* <stdint.h> should expose SIZE_MAX.Elliott Hughes2013-06-121-0/+1
* Remove (near-)duplicate definitions of size_t and ssize_t.Elliott Hughes2012-11-291-6/+0
* Always define the 64-bit int types.Elliott Hughes2012-08-171-37/+1
* libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LI...David 'Digit' Turner2011-03-111-7/+3
* libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definitionDavid 'Digit' Turner2011-03-101-1/+1
* libc: <stdint.h>: Proper C++David 'Digit' Turner2011-03-101-12/+26
* Define 64 bit types if compiling with -std=c99Martin Storsjo2009-09-141-6/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+257