|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2007-12-09 11:17:55
Author: bemandawes
Date: 2007-12-09 11:17:55 EST (Sun, 09 Dec 2007)
New Revision: 41922
URL: http://svn.boost.org/trac/boost/changeset/41922
Log:
Update notes on what has changed.
Text files modified:
sandbox/committee/LWG/Pete_comments.html | 4 ++--
sandbox/committee/LWG/thread_library.html | 16 ++++++++++++++--
2 files changed, 16 insertions(+), 4 deletions(-)
Modified: sandbox/committee/LWG/Pete_comments.html
==============================================================================
--- sandbox/committee/LWG/Pete_comments.html (original)
+++ sandbox/committee/LWG/Pete_comments.html 2007-12-09 11:17:55 EST (Sun, 09 Dec 2007)
@@ -86,7 +86,7 @@
extent that it's actually a precondition, it's a little fuzzy whether it only
applies to non-recursive mutexes.<br>
</li>
- <li>Timed Mutexes, Effects needs tightening.<br>
+ <li>✔ Timed Mutexes, Effects needs tightening.<br>
</li>
<li>✔ Class lock_guard: what does "Mutex ownership cannot be deferred" mean?<br>
<br>
@@ -193,7 +193,7 @@
<br>
<i>Removed. But also see 26.</i><br>
</li>
- <li>"Common duration functions" needs to be morphed into "<code>Duration</code>
+ <li>✔ "Common duration functions" needs to be morphed into "<code>Duration</code>
requirements" to resolve issue 13. In general, the current standard has no
concept of "concept". All concepts in the document need to be changed into
requirements. i.e. "Mutex concepts" -> "Mutex requirements". (Added by
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-09 11:17:55 EST (Sun, 09 Dec 2007)
@@ -155,9 +155,21 @@
clarified.
</li>
-<li> Traits information moved into Duration concept.
+<li> Traits information moved into Duration.
</li>
+<li> Extensive review and rewording of standardese, including resolution of
+29 issues raised by the Project Editor.</li>
+
+<li> Where applicable, synchronization related behavior is now specified in
+terms of the memory model.</li>
+
+<li> For mutex types and duration types, requirements are now specified much
+more in keeping with the rest of the standard.</li>
+
+<li> Definitions for "blocked thread" and "deadlock" added to Chapter 17
+definitions.</li>
+
</ul>
<p>
@@ -4970,4 +4982,4 @@
</p>
</body>
-</html>
+</html>
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk