1. 2943d3d Headers: Add support for ISO9899:2011 rsize_t. by Daniel Dunbar · 12 years ago
  2. 32b5013 tl;dr: Teach Clang to work around g++ changing its workaround to glibc's by Richard Smith · 12 years ago
  3. 277d1e1 Some small improvements to the builtin (-ffreestanding) stdint.h; in by Eli Friedman · 14 years ago
  4. 1cfeefd PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. by Eli Friedman · 14 years ago
  5. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  6. 96d38c1 Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, instead of intN_t. by Daniel Dunbar · 14 years ago
  7. 564618f Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T by Daniel Dunbar · 15 years ago
  8. fc07d91 Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. by Ken Dyck · 15 years ago
  9. fdb4324 Avoid unwanted expansion in macros that paste together INT<n>_C(v) and by Ken Dyck · 15 years ago
  10. a2e9284 Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX, by Ken Dyck · 15 years ago
  11. aface1b Avoid unwanted macro expansion in macros that paste together int<n>_t and by Ken Dyck · 15 years ago
  12. c2bae59 Define WCHAR_MIN and WCHAR_MAX in terms of __WCHAR_WIDTH__ for consistency with by Ken Dyck · 15 years ago
  13. bfec4b0 Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary by Ken Dyck · 15 years ago
  14. 4b7d945 Construct definition of SIZE_MAX from __SIZE_WIDTH__ to support targets of by Ken Dyck · 15 years ago
  15. 8a3e9d9 Construct the macro body of PTRDIFF_MAX and PTRDIFF_MIN from __PTRDIFF_WIDTH__. by Ken Dyck · 15 years ago
  16. c3ca6ef Construct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from the exact-width limit by Ken Dyck · 15 years ago
  17. 08321b4 Define intptr_t and uintptr_t in terms of their equivalent exact-width types. by Ken Dyck · 15 years ago
  18. 832b710 Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-width by Ken Dyck · 15 years ago
  19. db57ce5 Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros for by Ken Dyck · 15 years ago
  20. 36fac07 Define intmax_t and uintmax_t as the [u]intN_t type corresponding to by Ken Dyck · 15 years ago
  21. b088756 Replace (-INT8_C(128)), which uses an illegally out-of-range argument for by Ken Dyck · 15 years ago
  22. 8163841 Use the INTn_C integer constant macros to generate limit constants with correct by Ken Dyck · 15 years ago
  23. 6ab25f4 Remove unnecessary parens around the bodies of integer constant macros. C99 by Ken Dyck · 15 years ago
  24. eef22ef Parameterize the constant-generating macros in stdint.h with new built-in by Ken Dyck · 15 years ago
  25. dcdd2a0 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 15 years ago
  26. 06dcf6b A simple reordering of the definitions in stdint.h and by Chris Lattner · 15 years ago
  27. 92bd8c7 Added __has_include and __has_include_next. by John Thompson · 15 years ago
  28. 6fdca0e Fix for PR3841: follow gcc's example and fall back to the system by Eli Friedman · 16 years ago
  29. ca93195 glibc plays some weird games with multiple different definitions of by Chris Lattner · 16 years ago
  30. cf117d3 Only intptr_t is protected by __intptr_t_defined. by Daniel Dunbar · 16 years ago
  31. ab775f6 fix inverted conditional, rdar://6633188 by Chris Lattner · 16 years ago
  32. 40e60c2 anders johnson points out that some software depends on the by Chris Lattner · 16 years ago
  33. 6ad474f Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 16 years ago
  34. 6c90919 Fix an #ifndef that should be an #ifdef instead. by Anders Carlsson · 16 years ago
  35. 6148428 C++ really shouldn't check these #defines, thanks to Howard by Chris Lattner · 16 years ago
  36. dfd556e remove two eroneous suffixes, these promote to int. Thanks to Neil by Chris Lattner · 16 years ago
  37. 7ed4f39 fix some missing parens, thanks for Eli's review! by Chris Lattner · 16 years ago
  38. c865f7a make sure that UINTMAX_MAX has an unsigned type. This assumes that by Chris Lattner · 16 years ago
  39. f894bd0 make various MAX/MIN constants be preprocessor constants, not C constants. by Chris Lattner · 16 years ago
  40. 25d69b5 Apparently it is important to define intptr_t and uintptr_t to by Chris Lattner · 16 years ago
  41. 63b4fe6 Fix some errors in the new stdint.h. by Sebastian Redl · 16 years ago
  42. 2a67f7b add a stdint.h header. by Chris Lattner · 16 years ago