Age | Commit message (Expand) | Author |
---|---|---|
2011-09-08 | Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 | Eric Christopher |
2011-07-19 | Implement a __WCHAR_UNSIGNED__ macro and use it to include WCHAR_MIN and | Sean Hunt |
2010-11-16 | Futher reduce the includes of our builtin headers, and teach limits.h to avoid | Chandler Carruth |
2009-12-08 | Pick up MB_LEN_MAX as defined by the system <limits.h>, when it's provided there | Douglas Gregor |
2009-04-01 | add support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_LONG_MAX limits.h GNU e... | Chris Lattner |
2009-02-12 | Fix limits.h for linux, as glibc does a #include_next unless | Mike Stump |
2009-02-06 | only define MB_LEN_MAX if the system <limits.h> doesn't. | Chris Lattner |
2009-02-06 | add a stdint.h header. | Chris Lattner |
2009-02-06 | correct description | Chris Lattner |
2009-02-06 | first hack at limits.h | Chris Lattner |