Changeset 4009
- Timestamp:
- 01/02/08 14:54:36 (12 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
configs/NOTES.txt (modified) (1 diff)
-
integration/logtalk_plc.pl (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r4000 r4009 264 264 265 265 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 269 271 loading the library or an example. Supports smart compilation of source 270 272 files. -
trunk/integration/logtalk_plc.pl
r4000 r4009 10 10 11 11 12 :- consult('$LOGTALKUSER/configs/k 6.config').12 :- consult('$LOGTALKUSER/configs/k.config'). 13 13 :- consult('$LOGTALKHOME/compiler/logtalk.pl'). 14 14 :- consult('$LOGTALKUSER/libpaths/libpaths.pl'). -
trunk/RELEASE_NOTES.txt
r4007 r4009 15 15 Duplicated the range of threaded_call/2 tags for multi-threading Prolog 16 16 compilers with bounded integers. 17 18 Updated the K-Prolog integration scripts to use the new 6.0.1 version by19 default.20 17 21 18 Updated the YAP config file to set the flag "language" to "iso". This
