K 10 svn:author V 8 theraven K 8 svn:date V 27 2013-01-11T15:00:43.028994Z K 7 svn:log V 376 Import b9db3a010143160624f123763025ab544b69bd9a 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