summaryrefslogtreecommitdiff
path: root/src/strstream.cpp
AgeCommit message (Expand)Author
2016-08-29Fix or suppress GCC warnings during build.Eric Fiselier
2016-06-29[libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka
2016-06-19Fix various undefined behavior found by UBSan.Eric Fiselier
2014-01-04Switch to using C++ style casts.Joerg Sonnenberger
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-08-14Fix signed/unsigned warnings when building libc++ in C++14 modeMarshall Clow
2013-03-19Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-07-07Fixing up some ABI issuesHoward Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2011-01-27clang found a missing return statement.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant