Changeset 4517 for trunk/manuals

Show
Ignore:
Timestamp:
10/18/08 17:56:42 (3 months ago)
Author:
pmoura
Message:

Improved reporting of line numbers for syntax errors when using YAP or SWI-Prolog as the back-end compilers.

Added entity property lines(Start, End) for entities compiled and loaded from source files. This property is only available when using SWI-Prolog or YAP as the back-end compilers.

Added a customized version of the read_term/2 predicate to all config files that returns the line where a term starts for back-end Prolog compilers whose implementation of the read_term/2 predicate supports this information.

Location:
trunk/manuals
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/index.html

    r4511 r4517  
    3232    <div class="copyright"> 
    3333        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    34         <span>Last updated on: October 17, 2008</span> 
     34        <span>Last updated on: October 19, 2008</span> 
    3535    </div> 
    3636    <div class="navbottom"> 
  • trunk/manuals/refman/grammar.html

    r4515 r4517  
    765765            <dd>"<code>built_in</code>" |</dd> 
    766766            <dd>"<code>synchronized</code>" |</dd> 
    767             <dd>"<code>file(File, Path)</code>"</dd> 
     767            <dd>"<code>file(File, Path)</code>" |</dd> 
     768            <dd>"<code>lines(Start, End)</code>"</dd> 
    768769    </dl> 
    769770    <dl id="grammar_object_property"> 
     
    774775            <dd>"<code>synchronized</code>" |</dd> 
    775776            <dd>"<code>threaded</code>" |</dd> 
    776             <dd>"<code>file(File, Path)</code>"</dd> 
     777            <dd>"<code>file(File, Path)</code>" |</dd> 
     778            <dd>"<code>lines(Start, End)</code>"</dd> 
    777779    </dl> 
    778780    <dl id="grammar_protocol_property"> 
     
    781783            <dd>"<code>dynamic</code>" |</dd> 
    782784            <dd>"<code>built_in</code>" |</dd> 
    783             <dd>"<code>file(File, Path)</code>"</dd> 
     785            <dd>"<code>file(File, Path)</code>" |</dd> 
     786            <dd>"<code>lines(Start, End)</code>"</dd> 
    784787    </dl> 
    785788 
     
    806809    <div class="copyright"> 
    807810        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    808         <span>Last updated on: October 17, 2008</span> 
     811        <span>Last updated on: October 19, 2008</span> 
    809812    </div> 
    810813    <div class="navbottom"> 
  • trunk/manuals/refman/index.html

    r4511 r4517  
    321321    <div class="copyright"> 
    322322        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    323         <span>Last updated on: October 17, 2008</span> 
     323        <span>Last updated on: October 19, 2008</span> 
    324324    </div> 
    325325    <div class="navbottom"> 
  • trunk/manuals/refman/refman.header

    r4511 r4517  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on October 17, 2008</p> 
     38    <p class="date">Last updated on October 19, 2008</p> 
    3939</div> 
    4040