index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Headers
/
stdint.h
Age
Commit message (
Expand
)
Author
2009-11-17
Replace (-INT8_C(128)), which uses an illegally out-of-range argument for
Ken Dyck
2009-11-17
Use the INTn_C integer constant macros to generate limit constants with correct
Ken Dyck
2009-11-17
Remove unnecessary parens around the bodies of integer constant macros. C99
Ken Dyck
2009-11-16
Parameterize the constant-generating macros in stdint.h with new built-in
Ken Dyck
2009-11-12
Generalize stdint.h for non-8-bit-multiple types, patch by
Chris Lattner
2009-11-04
A simple reordering of the definitions in stdint.h and
Chris Lattner
2009-11-02
Added __has_include and __has_include_next.
John Thompson
2009-05-03
Fix for PR3841: follow gcc's example and fall back to the system
Eli Friedman
2009-04-18
glibc plays some weird games with multiple different definitions of
Chris Lattner
2009-03-15
Only intptr_t is protected by __intptr_t_defined.
Daniel Dunbar
2009-02-28
fix inverted conditional, rdar://6633188
Chris Lattner
2009-02-13
anders johnson points out that some software depends on the
Chris Lattner
2009-02-13
Give TargetInfo a new IntPtrType to hold the intptr_t type for
Chris Lattner
2009-02-10
Fix an #ifndef that should be an #ifdef instead.
Anders Carlsson
2009-02-07
C++ really shouldn't check these #defines, thanks to Howard
Chris Lattner
2009-02-07
remove two eroneous suffixes, these promote to int. Thanks to Neil
Chris Lattner
2009-02-07
fix some missing parens, thanks for Eli's review!
Chris Lattner
2009-02-07
make sure that UINTMAX_MAX has an unsigned type. This assumes that
Chris Lattner
2009-02-07
make various MAX/MIN constants be preprocessor constants, not C constants.
Chris Lattner
2009-02-07
Apparently it is important to define intptr_t and uintptr_t to
Chris Lattner
2009-02-06
Fix some errors in the new stdint.h.
Sebastian Redl
2009-02-06
add a stdint.h header.
Chris Lattner