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.