From f52ac76fa9e3b61eae00ee131d4a1215e641b2e1 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 7 Jan 2010 19:07:53 +0000 Subject: [PATCH] evolution.xml: Fix typos, update. 2010-01-07 Benjamin Kosnik * doc/xml/manual/evolution.xml: Fix typos, update. From-SVN: r155704 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/evolution.xml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6c765650965..2f8dab5bc58 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-01-07 Benjamin Kosnik + + * doc/xml/manual/evolution.xml: Fix typos, update. + 2010-01-07 Paolo Carlini * include/bits/locale_facets_nonio.tcc (time_put<>::do_put): Avoid diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 1c02deeefcc..7a3aefb6778 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -547,7 +547,7 @@ and catch to __catch. -Audit of internal mutex usage, conversion to funtions returning static +Audit of internal mutex usage, conversion to functions returning static local mutex. @@ -575,6 +575,7 @@ C++0X features. Added. + functional, future, random @@ -614,7 +615,7 @@ Python pretty-printers are added for use with appropriately-advanced versions of Audit for application of function attributes notrow, const, pure, and noreturn. - Extensions modified: ext/throw_allocator.h. In addition, experimental support was added for random serialization operators. + Extensions modified: ext/throw_allocator.h.