K 10 svn:author V 8 theraven K 8 svn:date V 27 2013-01-11T15:05:55.606840Z K 7 svn:log V 346 Merge new version of libcxxrt. This brings in three fixes: - Don't treat pointers to members as pointers in catch blocks (they're usually fat pointers). - Correctly catch foreign exceptions in catchalls. - Ensure that a happens-before relationship is established when setting terminate handlers in one thread and calling them in another. END