1. 51f56fc lib/Headers/stddef.h: wint_t should be defined whenever <stddef.h> is included with __need_wint_t. by NAKAMURA Takumi · 14 years ago
  2. 6d6370e fix PR7192 by defining wchar_t in a more conventional way. The by Chris Lattner · 14 years ago
  3. 863e718 add a hack for visual studio, fixing PR7796 by Chris Lattner · 14 years ago
  4. 8831813 MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we by Sean Hunt · 14 years ago
  5. 21259ba Add preprocessor guards to the definitions of size_t and wchar_t, and #undef NULL before defining it. by Ted Kremenek · 15 years ago
  6. 28d6cba Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer by Douglas Gregor · 16 years ago
  7. f8e61b3 #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures. by Anders Carlsson · 16 years ago
  8. 8ba179d Add a couple more headers. stddef was discussed on cfe-dev, and by Eli Friedman · 16 years ago