diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2b701cb772c..9e8eca0d895 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2013-01-08 Jonathan Wakely + + * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. + 2013-01-08 Jonathan Wakely PR libstdc++/55908 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index c0780de74e5..5693bfd77c5 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -154,10 +154,13 @@ particular release. C library dependency for quick_exit, at_quick_exit + 18.6 Dynamic memory management - Y - + Partial + Missing get_new_handler. + set_new_handler is not thread-safe. + 18.7 @@ -202,10 +205,13 @@ particular release. + 18.8.3 Abnormal termination - Y - + Partial + Missing get_terminate. + set_terminate is not thread-safe. + 18.8.4 @@ -2610,10 +2616,13 @@ particular release. + D.11 Violating exception-specifications - - + Partial + Missing get_unexpected. + set_unexpected is not thread-safe. +