diff mbox

[wwwdocs] update gcc-4.7/changes.html

Message ID CAH6eHdStC+4vZLhC8wAEEfsxKm=Vu3UQ_aQC4CJWizXRtDjHzA@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely Feb. 14, 2012, 10:38 p.m. UTC
On 12 February 2012 21:55, Jonathan Wakely wrote:
> On 12 February 2012 18:25, Gerald Pfeifer wrote:
>> On Wed, 8 Feb 2012, Jonathan Wakely wrote:
>>> Add note on thread improvements to libstdc++ changes.
>>
>> Nice.  I have a hunch that many will be interested to learn which
>> targets are now benefiting from this.  Do you have a list, even if
>> not complete to add there?
>
> Not a precise one, but I think it's basically any POSIX platform
> supporting pthreads.
>
> Previously it was only POSIX platorms supporting pthreads *and* the
> POSIX Timeouts option.

I've made it a bit more specific.
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.82
diff -u -r1.82 changes.html
--- changes.html	13 Feb 2012 21:57:31 -0000	1.82
+++ changes.html	14 Feb 2012 22:37:15 -0000
@@ -453,7 +453,7 @@ 
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>
-         <li> enabling the thread support library on a wider range of targets; </li>
+         <li> enabling the thread support library on most POSIX targets; </li>
          <li> many small improvements to conform to the FDIS. </li>
        </ul>
      </li>