Changeset 4009

Show
Ignore:
Timestamp:
01/02/08 14:54:36 (12 months ago)
Author:
pmoura
Message:

Make K-Prolog 5.1.x the default version used by the integration scripts due to some serious bugs uncovered on the K-Prolog 6.0.1 version.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES.txt

    r4000 r4009  
    264264 
    265265    K-Prolog 6.0.1 supports the current ISO Prolog standard and features  
    266     from the draft core revison proposal. No problems expected.  
    267     Config file written and tested with the help of Nobukuni Kino. Don't  
    268     forget to use the cd/1 predicate to set the working directory before  
     266    from the draft core revison proposal. The Windows version is missing the  
     267    forall/2 predicate. Other bugs exist in the 6.0.1 beta version that may 
     268    cause trouble to Prolog and Logtalk applications. These bugs are expected  
     269    to be corrected in the next K-Prolog version.  
     270    Don't forget to use the cd/1 predicate to set the working directory before 
    269271    loading the library or an example. Supports smart compilation of source  
    270272    files. 
  • trunk/integration/logtalk_plc.pl

    r4000 r4009  
    1010 
    1111 
    12 :- consult('$LOGTALKUSER/configs/k6.config'). 
     12:- consult('$LOGTALKUSER/configs/k.config'). 
    1313:- consult('$LOGTALKHOME/compiler/logtalk.pl'). 
    1414:- consult('$LOGTALKUSER/libpaths/libpaths.pl'). 
  • trunk/RELEASE_NOTES.txt

    r4007 r4009  
    1515    Duplicated the range of threaded_call/2 tags for multi-threading Prolog  
    1616    compilers with bounded integers. 
    17  
    18     Updated the K-Prolog integration scripts to use the new 6.0.1 version by  
    19     default. 
    2017 
    2118    Updated the YAP config file to set the flag "language" to "iso". This