Changeset 3917
- Timestamp:
- 11/03/07 12:20:45 (14 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
configs/NOTES.txt (modified) (4 diffs)
-
configs/swi.config (modified) (1 diff)
-
integration/NOTES.txt (modified) (2 diffs)
-
manuals/refman/refman.header (modified) (1 diff)
-
scripts/debian/changelog (modified) (1 diff)
-
UPGRADING.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r3894 r3917 150 150 cx.config 151 151 152 Experimental config file. Due to CxProlog native representation of file 153 paths, it's not currently possible to use library notation to load the 154 Logtalk examples and other source files. 152 Developed and tested with the help of Artur Miguel Dias, CxProlog author. 155 153 156 154 … … 224 222 directory before loading the library or an example. Supports smart 225 223 compilation of source files. 224 225 On startup, you may get a warning about a suspicious predicate, {}/1. 226 You may safely ignore this warning. 226 227 227 228 … … 432 433 pl.ini user initialization files. 433 434 434 If you intend to use Logtalk and XPCE at the same time, and if you are 435 using an SWI-Prolog version older than 5.5.13, you will need to edit the 436 compiler/logtalk.pl file and, around line 35, change the declaration of 437 the @/1 operator to op(100, fx, @). You may load the configs/xpcehook.pl 438 file in order to support Logtalk message sending goals as XPCE call-back 439 goals. 435 If you intend to use Logtalk and XPCE at the same time, you may load the 436 configs/xpcehook.pl file in order to support Logtalk message sending goals 437 as XPCE call-back goals. 440 438 441 439 See the comments in the "swi_set_logtalk_context.pl" itself for a … … 453 451 Don't forget to use the cd/1 predicate to set the working directory 454 452 before loading the library or an example. Supports smart compilation 455 of source files. 453 of source files. Support for the Logtalk multi-threading features 454 requires XSB CVS version. 456 455 457 456 -
trunk/configs/swi.config
r3908 r3917 4 4 % Release 2.30.7 5 5 % 6 % configuration file for SWI Prolog 3.3.x and later versions7 % 8 % last updated: November 1, 20076 % configuration file for SWI Prolog 5.6.x and later versions 7 % 8 % last updated: November 3, 2007 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -
trunk/integration/NOTES.txt
r3894 r3917 36 36 37 37 The GNU Prolog integration script provides adequate performance for 38 development. For production environments, improved performance canbe38 development. For production environments, improved performance may be 39 39 achieved by generating a new GNU-Prolog top-level that includes Logtalk. 40 40 … … 66 66 However, keep in mind that the integration scripts already use the back-end 67 67 Prolog command-line option that allows a initialization file to be loaded 68 in order to bootstrap Logtalk. See the scripts /shortcutfiles for details.68 in order to bootstrap Logtalk. See the scripts files for details. -
trunk/manuals/refman/refman.header
r3894 r3917 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 2 1, 2007</p>38 <p class="date">Last updated on October 24, 2007</p> 39 39 </div> 40 40 -
trunk/scripts/debian/changelog
r3894 r3917 3 3 * Initial Release. 4 4 5 -- Paulo Moura <pmoura@logtalk.org> Sat October 2110:52:34 WEST 20075 -- Paulo Moura <pmoura@logtalk.org> Sat November 5 10:52:34 WEST 2007 -
trunk/UPGRADING.txt
r3899 r3917 172 172 Older config files are not compatible with this new Logtalk version. 173 173 174 Logtalk 2.30.7 add eda new compiler flag "context_switching_calls".174 Logtalk 2.30.7 adds a new compiler flag "context_switching_calls". 175 175 Older config files are not compatible with this new Logtalk version.
