public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. ed9ceba9b8b038f0e0f333798da7abe046679d0c
@ 2024-05-16 10:39 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2024-05-16 10:39 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  ed9ceba9b8b038f0e0f333798da7abe046679d0c (commit)
      from  8f193930f0beb38d06b143bcc1d5632f457e0cdf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ed9ceba9b8b038f0e0f333798da7abe046679d0c
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu May 16 12:38:25 2024 +0200

    Document reimplementation of GNU threads library on Windows (PR web/115105)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index e324b782..3ab4a101 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -770,8 +770,17 @@ You may also want to check out our
 
 <!-- <h3 id="vxmils">VxWorks MILS</h3> -->
 
-<!-- <h3 id="windows">Windows</h3> -->
-
+<h3 id="windows">Windows</h3>
+<ul>
+  <li>The GNU threads library used by the <code>win32</code> thread model has
+      been reimplemented using direct Win32 API calls, except for the Objective-C
+      specific subset.  It requires Windows XP/Server 2003 or later.  The new
+      implementation also adds the support needed for the C++11 threads, using
+      again direct Win32 API calls; this additional layer requires Windows
+      Vista/Server 2008 or later.  It is recommended to use a recent version of
+      MinGW-W64 in conjunction with the <code>win32</code> thread model.
+  </li>
+</ul>
 
 <!-- .................................................................. -->
 <!-- <h2>Documentation improvements</h2> -->

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-13/changes.html | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-16 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-16 10:39 gcc-wwwdocs branch master updated. ed9ceba9b8b038f0e0f333798da7abe046679d0c Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).