summaryrefslogtreecommitdiff
path: root/src/stdexcept.cpp
AgeCommit message (Expand)Author
2014-05-07Make libc++abi use the implementation of __numstr from libc++. No functionali...Marshall Clow
2013-08-29Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPTJean-Daniel Dupas
2013-08-25Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixe...Howard Hinnant
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2012-09-28Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant
2012-09-21Tweak use of dlopen to be a little more correct and higher performing.Howard Hinnant
2012-09-18I've added Apple-only behavior that looks for libstdc++ in the same process a...Howard Hinnant
2012-08-08Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant