Changeset 4581

Show
Ignore:
Timestamp:
11/07/08 16:39:42 (2 months ago)
Author:
pmoura
Message:

Added a "prolog" read-only compiler flag whose value is the name of the back-end Prolog compiler (an atom). This flag can be used for conditional compilation of Prolog specific code.

Location:
trunk
Files:
16 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/bplgt.sh

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

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

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

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

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

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

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

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

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

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

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

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

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

    r4572 r4581  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2332 ]; then 
     63        if [ $current -lt 2333 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/scripts/windows/logtalk.iss

    r4572 r4581  
    199199  else 
    200200    InstalledVersion := -1; 
    201   if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2332) then 
     201  if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2333) then 
    202202  begin 
    203203    Warning := 'You have an older version of Logtalk installed whose configuration files are incompatible with this new version (configuration files are stored in your Logtalk user data folder).' 
  • trunk/UPGRADING.txt

    r4572 r4581  
    219219file line number where a term starts. Older config files are incompatible with 
    220220this new Logtalk version. 
     221 
     222Logtalk 2.33.3 adds a new read-only compiler flag, "prolog", which is defined 
     223in the config files. Older config files are incompatible with this new Logtalk 
     224version.