Logtalk 2.24.0 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1282 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.23.1
|
||||
Release 2.24.0
|
||||
|
||||
Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
@@ -23,12 +23,12 @@ As defined, the provided "libpaths.pl" file is already compatible with some
|
||||
of the most popular Prolog compilers, running on both Windows, Unix, and
|
||||
Unix-like operating-systems.
|
||||
|
||||
The Prolog integration scripts found on the "misc" directory generate scripts
|
||||
and shortcuts that automatically load the copy of the "libpaths.pl" file from
|
||||
the Logtalk end-user directory created by the "misc/cplgtdirs.*" scripts. See
|
||||
the "INSTALL" and the "misc/NOTES" files for more details. Note that a few
|
||||
Prolog compilers do not support the <library>(<entity>) notation. See the
|
||||
"configs/NOTES" file for details.
|
||||
The Prolog integration scripts found on the "scripts" directory generate
|
||||
scripts and shortcuts that automatically load the copy of the "libpaths.pl"
|
||||
file from the Logtalk end-user directory created by the "scripts/cplgtdirs.*"
|
||||
scripts. See the "INSTALL" and the "scripts/NOTES" files for more details.
|
||||
Note that a few Prolog compilers do not support the <library>(<entity>)
|
||||
notation. See the "configs/NOTES" file for details.
|
||||
|
||||
The somehow contrived code found on the "libpaths.pl" file is needed to ensure
|
||||
compatibility with both the ISO Prolog standard and with most Prolog compilers.
|
||||
@@ -53,4 +53,4 @@ Some Prolog compilers which imply editing the provided "libpaths.pl" file:
|
||||
* JIProlog (does not support expansion of environment variables on paths)
|
||||
* XSB (does not support expansion of environment variables on paths)
|
||||
|
||||
Feedback on other Prolog compilers are most appreciated.
|
||||
Feedback on other Prolog compilers is most appreciated.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%
|
||||
% Logtalk - Object oriented extension to Prolog
|
||||
% Release 2.23.1
|
||||
% Release 2.24.0
|
||||
%
|
||||
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
|
||||
%
|
||||
@@ -19,6 +19,7 @@
|
||||
assertz(logtalk_library_path(dcgs, '$LOGTALKUSER/examples/dcgs/')),
|
||||
assertz(logtalk_library_path(diamonds, '$LOGTALKUSER/examples/diamonds/')),
|
||||
assertz(logtalk_library_path(dynpred, '$LOGTALKUSER/examples/dynpred/')),
|
||||
assertz(logtalk_library_path(encodings, '$LOGTALKUSER/examples/encodings/')),
|
||||
assertz(logtalk_library_path(engines, '$LOGTALKUSER/examples/engines/')),
|
||||
assertz(logtalk_library_path(errors, '$LOGTALKUSER/examples/errors/')),
|
||||
assertz(logtalk_library_path(hello_world, '$LOGTALKUSER/examples/hello_world/')),
|
||||
@@ -48,4 +49,5 @@
|
||||
assertz(logtalk_library_path(shapes_ph, '$LOGTALKUSER/examples/shapes/ph/')),
|
||||
assertz(logtalk_library_path(sicstus, '$LOGTALKUSER/examples/sicstus/')),
|
||||
assertz(logtalk_library_path(symdiff, '$LOGTALKUSER/examples/symdiff/')),
|
||||
assertz(logtalk_library_path(viewpoints, '$LOGTALKUSER/examples/viewpoints/')))).
|
||||
assertz(logtalk_library_path(viewpoints, '$LOGTALKUSER/examples/viewpoints/')),
|
||||
assertz(logtalk_library_path(contributions, '$LOGTALKUSER/contributions/')))).
|
||||
|
Reference in New Issue
Block a user