diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index baa3336c0b86..7c8ec63f51c2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-04-14 Jonathan Wakely + + * doc/xml/manual/evolution.xml: Fix typos. + * doc/html/manual/api.html: Regenerate. + 2015-04-14 Hans-Peter Nilsson * testsuite/29_atomics/atomic/62259.cc: Assert atomic diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index 2b7d92f78f51..566f686b8538 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -242,7 +242,7 @@ now defaults to zero.

4.6

Use constexpr and nullptr where appropriate throughout the library.

- The library was updated to to avoid including + The library was updated to avoid including stddef.h in order to reduce namespace pollution.

Reference-count annotations to assist data race detectors. @@ -254,7 +254,7 @@ now defaults to zero. steady_clock as required by the final C++11 standard.

A new clocale model for newlib is available.

- The library was updated to to avoid including + The library was updated to avoid including unistd.h in order to reduce namespace pollution.

Debug Mode was improved for unordered containers.

4.8

diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 2e4a1e244a9d..7f89c29189b1 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -638,7 +638,7 @@ now defaults to zero. - The library was updated to to avoid including + The library was updated to avoid including stddef.h in order to reduce namespace pollution. @@ -668,7 +668,7 @@ now defaults to zero. A new clocale model for newlib is available. - The library was updated to to avoid including + The library was updated to avoid including unistd.h in order to reduce namespace pollution.