Changeset 4205
- Timestamp:
- 04/11/08 14:50:36 (9 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
configs/NOTES.txt (modified) (3 diffs)
-
manuals/NOTES.txt (modified) (1 diff)
-
xml/NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r4193 r4205 264 264 265 265 K-Prolog 6.0.1 supports the current ISO Prolog standard and features 266 from the draft core revis on proposal. The Windows version is missing the266 from the draft core revision proposal. The Windows version is missing the 267 267 forall/2 predicate. Other bugs exist in the 6.0.1 beta version that may 268 268 cause trouble to Prolog and Logtalk applications. These bugs are expected … … 413 413 sicstus4.config 414 414 415 Config file for the forthcoming SICStus Prolog 4.0 version (tested with416 the Windowsbeta version).415 Config file for the SICStus Prolog 4.0 version (tested with the Windows 416 beta version). 417 417 418 418 … … 454 454 description of its functionality. 455 455 456 With multi-threading support turned on, you will get an warmless message456 With multi-threading support turned on, you may get an harmless message 457 457 when halting the system regarding threads that wouldn't die: you can 458 sup ress the message on POSIX systems by using "% swilgt 2> /dev/null".458 suppress the message on POSIX systems by using "% swilgt 2> /dev/null". 459 459 460 460 -
trunk/manuals/NOTES.txt
r4102 r4205 5 5 Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. 6 6 ================================================================ 7 7 8 8 9 To consult the Logtalk documentation open the file "index.html" with a -
trunk/xml/NOTES.txt
r4102 r4205 32 32 or contain a reference to either the Logtalk DTD file, "logtalk.dtd", 33 33 or to the Logtalk XML Schema file, "logtalk.xsd". The reference to the 34 XML specification file can be either a local reference or a URI reference.34 XML specification file can be either a local reference or a URI reference. 35 35 By default, all XML documenting files contain a local reference but that 36 36 can be changed either in the config files, by setting a Logtalk compiler … … 203 203 204 204 Sample scripts for indexing the XML files in the current directory 205 by generating an index.htmlfile which contains links to all the205 by generating an "index.html" file which contains links to all the 206 206 files. In addition, these scripts also copies of the "lgtxml.xsl" 207 207 and "logtalk.css" files to the current directory, allowing direct
