Changeset 3848

Show
Ignore:
Timestamp:
09/16/07 15:48:53 (16 months ago)
Author:
pmoura
Message:

Corrected the reference manual page describing the threaded/0 directive.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/directives/threaded0.html

    r3723 r3848  
    2626<pre>threaded</pre> 
    2727<p> 
    28 Declares that an object (or a category) supports concurrent calls and asynchronous messages. Any object (or category) containing calls to the built-in multi-threading predicates must contain this directive. 
     28Declares that an object supports concurrent calls and asynchronous messages. Any object containing calls to the built-in multi-threading predicates (or importing a category that contains such calls) must include this directive. 
    2929</p> 
    3030 
     
    4141    <div class="copyright"> 
    4242        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    43         <span>Last updated on: May 26, 2007</span> 
     43        <span>Last updated on: September 15, 2007</span> 
    4444    </div> 
    4545    <div class="navbottom"> 
  • trunk/RELEASE_NOTES.txt

    r3846 r3848  
    3535 
    3636    Improved documentation of multi-threading programming and predicate  
    37     properties. 
     37    properties. Corrected the reference manual page describing the threaded/0  
     38    directive. 
    3839 
    3940    Simplified installation scripts by moving shared distribution cleaning