Changeset 4537 for trunk/manuals
- Timestamp:
- 10/25/08 08:56:44 (3 months ago)
- Location:
- trunk/manuals
- Files:
-
- 7 modified
-
index.html (modified) (1 diff)
-
refman/builtins/threaded_call1_2.html (modified) (2 diffs)
-
refman/builtins/threaded_exit1_2.html (modified) (2 diffs)
-
refman/builtins/threaded_once1_2.html (modified) (2 diffs)
-
refman/builtins/threaded_peek1_2.html (modified) (2 diffs)
-
refman/index.html (modified) (1 diff)
-
refman/refman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4524 r4537 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: October 2 0, 2008</span>34 <span>Last updated on: October 24, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/builtins/threaded_call1_2.html
r3841 r4537 30 30 </p> 31 31 <p> 32 The variant <code>threaded_call/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be considered as an opaque term; users shall not rely on its type.32 The variant <code>threaded_call/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be regarded as an opaque term; users shall not rely on its type. 33 33 </p> 34 34 … … 63 63 <div class="copyright"> 64 64 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 65 <span>Last updated on: September 15, 2007</span>65 <span>Last updated on: October 24, 2008</span> 66 66 </div> 67 67 <div class="navbottom"> -
trunk/manuals/refman/builtins/threaded_exit1_2.html
r3841 r4537 33 33 </p> 34 34 <p> 35 The variant <code>threaded_exit/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be considered as an opaque term; users shall not rely on its type.35 The variant <code>threaded_exit/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be regarded as an opaque term; users shall not rely on its type. 36 36 </p> 37 37 … … 68 68 <div class="copyright"> 69 69 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 70 <span>Last updated on: September 15, 2007</span>70 <span>Last updated on: October 24, 2008</span> 71 71 </div> 72 72 <div class="navbottom"> -
trunk/manuals/refman/builtins/threaded_once1_2.html
r3841 r4537 30 30 </p> 31 31 <p> 32 The variant <code>threaded_once/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be considered as an opaque term; users shall not rely on its type.32 The variant <code>threaded_once/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be regarded as an opaque term; users shall not rely on its type. 33 33 </p> 34 34 … … 63 63 <div class="copyright"> 64 64 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 65 <span>Last updated on: September 15, 2007</span>65 <span>Last updated on: October 24, 2008</span> 66 66 </div> 67 67 <div class="navbottom"> -
trunk/manuals/refman/builtins/threaded_peek1_2.html
r3841 r4537 33 33 </p> 34 34 <p> 35 The variant <code>threaded_peek/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be considered as an opaque term; users shall not rely on its type.35 The variant <code>threaded_peek/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be regarded as an opaque term; users shall not rely on its type. 36 36 </p> 37 37 … … 66 66 <div class="copyright"> 67 67 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 68 <span>Last updated on: September 15, 2007</span>68 <span>Last updated on: October 24, 2008</span> 69 69 </div> 70 70 <div class="navbottom"> -
trunk/manuals/refman/index.html
r4524 r4537 321 321 <div class="copyright"> 322 322 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 323 <span>Last updated on: October 2 0, 2008</span>323 <span>Last updated on: October 24, 2008</span> 324 324 </div> 325 325 <div class="navbottom"> -
trunk/manuals/refman/refman.header
r4524 r4537 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 2 0, 2008</p>38 <p class="date">Last updated on October 24, 2008</p> 39 39 </div> 40 40
