1. ee7f1b5 There is no _MIN for unsigned types. by Dan Albert · 11 years ago
  2. 83c07b5 Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. by Elliott Hughes · 11 years ago
  3. da030de Fixed int fast types for LP64 by Calin Juravle · 11 years ago
  4. 9f87a0b Remove <sys/_types.h>. by Elliott Hughes · 11 years ago
  5. e2a292d Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64). by Elliott Hughes · 11 years ago
  6. debc021 AArch64: Fix definitions for STDINT_LIMITS by Serban Constantinescu · 12 years ago
  7. 5e72c51 Remove #define _BITSIZE 32. by Elliott Hughes · 12 years ago
  8. a9a02ac Fix inttypes.h and stdint.h for 64-bit (and C++11). by Elliott Hughes · 12 years ago
  9. 0a9c615 Fix stdint.h intptr_t/uintptr_t for x86_64/x32 by Pavel Chupin · 13 years ago
  10. dc5d342 stdint.h header is not fully compatible with C99(ISO9899:1999) by Sergey Melnikov · 13 years ago
  11. 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 12 years ago
  12. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  13. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 12 years ago
  14. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 12 years ago
  15. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 13 years ago
  16. 6d6731a Always define the 64-bit int types. by Elliott Hughes · 13 years ago
  17. 8b3cea6 libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined. by David 'Digit' Turner · 14 years ago
  18. 0e5411b libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition by David 'Digit' Turner · 14 years ago
  19. 08ff1a6 libc: <stdint.h>: Proper C++ by David 'Digit' Turner · 14 years ago
  20. c88110e Define 64 bit types if compiling with -std=c99 by Martin Storsjo · 16 years ago
  21. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  22. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago