Changeset 4517 for trunk/integration

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/integration
Files:
14 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/bplgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/ciaolgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/cxlgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/eclipselgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/gplgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/plclgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/qplgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/quintuslgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/sicstuslgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/swilgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/xsblgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/xsbmt64lgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/xsbmtlgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/yaplgt.sh

    r4507 r4517  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2330 ]; then 
     63        if [ $current -lt 2332 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..."