index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Headers
/
limits.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the builtin headers to use the new license file header.
Chandler Carruth
2019-04-08
1
-19
/
+3
*
Fix two pedantic issues with our builtin headers. The __STDC_VERSION__
Chandler Carruth
2014-02-19
1
-1
/
+1
*
Remove a broken attempt to cope with someone #undef'ing __has_include_next.
Richard Smith
2014-02-19
1
-2
/
+1
*
Define [U]LLONG_{MIN,MAX} for C++11, add tests.
JF Bastien
2013-10-27
1
-2
/
+4
*
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