| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T | Daniel Dunbar | 2010-04-24 | 1 | -0/+7 | 
| *  | Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. | Ken Dyck | 2009-11-22 | 1 | -2/+2 | 
| *  | Avoid unwanted expansion in macros that paste together INT<n>_C(v) and  | Ken Dyck | 2009-11-20 | 1 | -3/+5 | 
| *  | Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX, | Ken Dyck | 2009-11-20 | 1 | -13/+16 | 
| *  | Avoid unwanted macro expansion in macros that paste together int<n>_t and | Ken Dyck | 2009-11-20 | 1 | -4/+7 | 
| *  | Define WCHAR_MIN and WCHAR_MAX in terms of __WCHAR_WIDTH__ for consistency with | Ken Dyck | 2009-11-19 | 1 | -2/+2 | 
| *  | Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary  | Ken Dyck | 2009-11-19 | 1 | -2/+2 | 
| *  | Construct definition of SIZE_MAX from __SIZE_WIDTH__ to support targets of | Ken Dyck | 2009-11-19 | 1 | -16/+1 | 
| *  | Construct the macro body of PTRDIFF_MAX and PTRDIFF_MIN from __PTRDIFF_WIDTH__. | Ken Dyck | 2009-11-19 | 1 | -6/+2 | 
| *  | Construct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from the exact-width limit | Ken Dyck | 2009-11-18 | 1 | -9/+4 | 
| *  | Define intptr_t and uintptr_t in terms of their equivalent exact-width types. | Ken Dyck | 2009-11-18 | 1 | -4/+5 | 
| *  | Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-width | Ken Dyck | 2009-11-18 | 1 | -2/+2 | 
| *  | Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros for | Ken Dyck | 2009-11-18 | 1 | -3/+3 | 
| *  | Define intmax_t and uintmax_t as the [u]intN_t type corresponding to | Ken Dyck | 2009-11-18 | 1 | -2/+4 | 
| *  | Replace (-INT8_C(128)), which uses an illegally out-of-range argument for | Ken Dyck | 2009-11-17 | 1 | -6/+3 | 
| *  | Use the INTn_C integer constant macros to generate limit constants with correct | Ken Dyck | 2009-11-17 | 1 | -24/+27 | 
| *  | Remove unnecessary parens around the bodies of integer constant macros. C99 | Ken Dyck | 2009-11-17 | 1 | -20/+20 | 
| *  | Parameterize the constant-generating macros in stdint.h with new built-in | Ken Dyck | 2009-11-16 | 1 | -8/+0 | 
| *  | Generalize stdint.h for non-8-bit-multiple types, patch by  | Chris Lattner | 2009-11-12 | 1 | -96/+523 | 
| *  | A simple reordering of the definitions in stdint.h and  | Chris Lattner | 2009-11-04 | 1 | -75/+83 | 
| *  | Added __has_include and __has_include_next. | John Thompson | 2009-11-02 | 1 | -1/+2 | 
| *  | Fix for PR3841: follow gcc's example and fall back to the system  | Eli Friedman | 2009-05-03 | 1 | -3/+11 | 
| *  | glibc plays some weird games with multiple different definitions of | Chris Lattner | 2009-04-18 | 1 | -3/+12 | 
| *  | Only intptr_t is protected by __intptr_t_defined. | Daniel Dunbar | 2009-03-15 | 1 | -1/+1 | 
| *  | fix inverted conditional, rdar://6633188 | Chris Lattner | 2009-02-28 | 1 | -1/+1 | 
| *  | anders johnson points out that some software depends on the | Chris Lattner | 2009-02-13 | 1 | -0/+3 | 
| *  | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner | 2009-02-13 | 1 | -19/+2 | 
| *  | Fix an #ifndef that should be an #ifdef instead. | Anders Carlsson | 2009-02-10 | 1 | -2/+2 | 
| *  | C++ really shouldn't check these #defines, thanks to Howard | Chris Lattner | 2009-02-07 | 1 | -10/+8 | 
| *  | remove two eroneous suffixes, these promote to int.  Thanks to Neil | Chris Lattner | 2009-02-07 | 1 | -2/+2 | 
| *  | fix some missing parens, thanks for Eli's review! | Chris Lattner | 2009-02-07 | 1 | -6/+6 | 
| *  | make sure that UINTMAX_MAX has an unsigned type.  This assumes that  | Chris Lattner | 2009-02-07 | 1 | -1/+1 | 
| *  | make various MAX/MIN constants be preprocessor constants, not C constants. | Chris Lattner | 2009-02-07 | 1 | -12/+12 | 
| *  | Apparently it is important to define intptr_t and uintptr_t to  | Chris Lattner | 2009-02-07 | 1 | -1/+8 | 
| *  | Fix some errors in the new stdint.h. | Sebastian Redl | 2009-02-06 | 1 | -5/+5 | 
| *  | add a stdint.h header. | Chris Lattner | 2009-02-06 | 1 | -0/+224 |