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

