Boost logo

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>
 &nbsp;</li>
- <li>Timed Mutexes, Effects needs tightening.<br>
+ <li>&#10004; Timed Mutexes, Effects needs tightening.<br>
 &nbsp;</li>
   <li>&#10004; Class lock_guard: what does &quot;Mutex ownership cannot be deferred&quot; mean?<br>
   <br>
@@ -193,7 +193,7 @@
   <br>
   <i>Removed. But also see 26.</i><br>
 &nbsp;</li>
- <li>&quot;Common duration functions&quot; needs to be morphed into &quot;<code>Duration</code>
+ <li>&#10004; &quot;Common duration functions&quot; needs to be morphed into &quot;<code>Duration</code>
   requirements&quot; to resolve issue 13. In general, the current standard has no
   concept of &quot;concept&quot;. All concepts in the document need to be changed into
   requirements. i.e. &quot;Mutex concepts&quot; -&gt; &quot;Mutex requirements&quot;.&nbsp; (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&nbsp;
+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 &quot;blocked thread&quot; and &quot;deadlock&quot; 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