Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-03-29 14:35:08 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-03-29 14:35:08 +0400
commitcabe8aa22ae768527ebb921ece53b14a2d0ca7ca (patch)
treef2564d498586e9cd80d800555016b5c3a3a630bc
parentf00fe1b8e7bf295a0ca87ac472ead52f50037c09 (diff)
* new-features.sgml (ov-new1.7.10): Document pthread spinlocks.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml13
2 files changed, 17 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 046b84de4..f19808cf2 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-29 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.10): Document pthread spinlocks.
+
2011-03-28 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.9): Add "new API" paragraph.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index f246daa32..3aac64a77 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -1,5 +1,18 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.10"><title>What's new and what changed from 1.7.9 to 1.7.10</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Pthread spinlocks. New APIs: pthread_spin_destroy, pthread_spin_init,
+pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.9"><title>What's new and what changed from 1.7.8 to 1.7.9</title>
<itemizedlist mark="bullet">