- Timestamp:
- 07/05/08 12:30:41 (5 months ago)
- Location:
- trunk
- Files:
-
- 17 modified
-
integration/bplgt.sh (modified) (1 diff)
-
integration/ciaolgt.sh (modified) (1 diff)
-
integration/cxlgt.sh (modified) (1 diff)
-
integration/eclipselgt.sh (modified) (1 diff)
-
integration/gplgt.sh (modified) (1 diff)
-
integration/plclgt.sh (modified) (2 diffs)
-
integration/qplgt.sh (modified) (1 diff)
-
integration/quintuslgt.sh (modified) (1 diff)
-
integration/sicstuslgt.sh (modified) (1 diff)
-
integration/swilgt.sh (modified) (1 diff)
-
integration/xsblgt.sh (modified) (1 diff)
-
integration/xsbmt64lgt.sh (modified) (1 diff)
-
integration/xsbmtlgt.sh (modified) (1 diff)
-
integration/yaplgt.sh (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
-
scripts/windows/logtalk.iss (modified) (1 diff)
-
UPGRADING.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/integration/bplgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/ciaolgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/cxlgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/eclipselgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/gplgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/plclgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." … … 71 71 echo 72 72 73 exec "$PLC"/plc -h 4096k -l 2048k -g 4096k -e "(consult('$LOGTALKHOME/integration/logtalk_plc.pl'), '\$root')." "$@" 73 if plc -e "\$root, halt." 2>&1 | grep "K-Prolog Compiler version 6" 2>&1 >/dev/null; then 74 exec plc -h 4096k -l 2048k -g 4096k -e "(consult('$LOGTALKHOME/integration/logtalk_plc6.pl'), '\$root')." "$@" 75 else 76 exec plc -h 4096k -l 2048k -g 4096k -e "(consult('$LOGTALKHOME/integration/logtalk_plc5.pl'), '\$root')." "$@" 77 fi 78 -
trunk/integration/qplgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/quintuslgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/sicstuslgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/swilgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/xsblgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/xsbmt64lgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/xsbmtlgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/integration/yaplgt.sh
r4323 r4339 58 58 else 59 59 current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 60 if [ $current -lt 23 13]; then60 if [ $current -lt 2320 ]; then 61 61 echo "Logtalk user directory at $LOGTALKUSER is outdated!" 62 62 echo "Creating an up-to-date Logtalk user directory..." -
trunk/RELEASE_NOTES.txt
r4338 r4339 56 56 "sicstus3.config" to avoid being mistaken for the SICStus Prolog 4 57 57 config file. 58 59 Updated the POSIX integration scripts and the Windows installer script 60 to detect outdated versions of the Logtalk user folder (setting the 61 compatibility version to 2.32.0 or later). 58 62 59 63 Improved the Prolog migration guide on converting code that makes use -
trunk/scripts/windows/logtalk.iss
r4328 r4339 195 195 else 196 196 InstalledVersion := -1; 197 if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 23 13) then197 if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2320) then 198 198 begin 199 199 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
r4325 r4339 198 198 recompilation of all categories. 199 199 200 Logtalk 2.32.0 adds a new compiler option, multifile_directive, to all config 201 files. Older config files are incompatible with this new Logtalk version. 202 200 203 Logtalk version 2.32.1 changes representation of loaded entities therefore 201 204 implying recompilation of all source files.
