aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/limits.h
AgeCommit message (Expand)Author
2011-09-08Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher
2011-07-19Implement a __WCHAR_UNSIGNED__ macro and use it to include WCHAR_MIN andSean Hunt
2010-11-16Futher reduce the includes of our builtin headers, and teach limits.h to avoidChandler Carruth
2009-12-08Pick up MB_LEN_MAX as defined by the system <limits.h>, when it's provided thereDouglas Gregor
2009-04-01add support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_LONG_MAX limits.h GNU e...Chris Lattner
2009-02-12Fix limits.h for linux, as glibc does a #include_next unlessMike Stump
2009-02-06only define MB_LEN_MAX if the system <limits.h> doesn't.Chris Lattner
2009-02-06add a stdint.h header.Chris Lattner
2009-02-06correct descriptionChris Lattner
2009-02-06first hack at limits.hChris Lattner