From: Jonathan Wakely Date: Tue, 14 Apr 2015 10:08:58 +0000 (+0100) Subject: evolution.xml: Fix typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=453e2916ce448096efd6acc830e2dee35ae8b215;p=gcc.git evolution.xml: Fix typos. * doc/xml/manual/evolution.xml: Fix typos. * doc/html/manual/api.html: Regenerate. From-SVN: r222081 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index baa3336c0b8..7c8ec63f51c 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 2b7d92f78f5..566f686b853 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 2e4a1e244a9..7f89c29189b 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.