1. 7635d21 Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in by Ken Dyck · 16 years ago
  2. 7484e5d Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h. by Ken Dyck · 16 years ago
  3. 8241d73 Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, and by Ken Dyck · 16 years ago
  4. cf2f71f Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been by Ken Dyck · 16 years ago
  5. d00c751 Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h. by Ken Dyck · 16 years ago
  6. ed116e9 Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses by Ken Dyck · 16 years ago
  7. d896e1a Predefine __INTPTR_WIDTH__ for future use in stdint.h. by Ken Dyck · 16 years ago
  8. eec59a7 Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no by Ken Dyck · 16 years ago
  9. 186696b Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in by Ken Dyck · 16 years ago
  10. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 16 years ago
  11. 1f95e65 Move char-is-signed defaulting to driver, instead of using by Daniel Dunbar · 16 years ago
  12. eef22ef Parameterize the constant-generating macros in stdint.h with new built-in by Ken Dyck · 16 years ago
  13. dcdd2a0 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 16 years ago
  14. 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 16 years ago
  15. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 16 years ago
  16. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  17. 9617a78 Fixed for running on Windows. by John Thompson · 16 years ago
  18. bceaf86 add two new and very exhaustive preprocessor tests, patch by Ken Dyck! by Chris Lattner · 16 years ago