Logtalk 2.30.7 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1973 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-11-06 01:50:09 +00:00
parent 6c3aee8c63
commit 42aabce1bb
320 changed files with 2252 additions and 1289 deletions

View File

@@ -1,6 +1,6 @@
================================================================
Logtalk - Open source object-oriented logic programming language
Release 2.30.2
Release 2.30.7
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
================================================================
@@ -20,7 +20,7 @@ requirements (for example, some Prolog compilers do not accept or expand
environment variables occurring on paths).
As defined, the provided "libpaths.pl" file is already compatible with
some of the most popular Prolog compilers, running on both MacOS X, Linux,
some of the most popular Prolog compilers, running on MacOS X, Linux,
Windows, Unix, and Unix-like operating-systems.
The Prolog integration scripts, found on the "integration" directory,
@@ -49,6 +49,7 @@ Prolog compilers that are expected to be compatible with the provided
* SICStus Prolog
* SWI-Prolog
* YAP
* XSB
Prolog compilers that imply editing the provided "libpaths.pl" file due
to the lack of support for expanding environment variables on paths:
@@ -56,6 +57,5 @@ to the lack of support for expanding environment variables on paths:
* Amzi! Prolog
* IF/Prolog
* JIProlog
* XSB
Feedback on other Prolog compilers is most appreciated.

View File

@@ -2,7 +2,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Open source object-oriented logic programming language
% Release 2.30.2
% Release 2.30.7
%
% Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
%
@@ -15,6 +15,7 @@
assertz(logtalk_library_path(library, lgtuser('library/'))),
assertz(logtalk_library_path(aliases, examples('aliases/'))),
assertz(logtalk_library_path(assignvars, examples('assignvars/'))),
assertz(logtalk_library_path(barriers, threads('barriers/'))),
assertz(logtalk_library_path(benchmarks, examples('benchmarks/'))),
assertz(logtalk_library_path(birds, examples('birds/'))),
assertz(logtalk_library_path(birthdays, threads('birthdays/'))),
@@ -68,5 +69,7 @@
assertz(logtalk_library_path(sync, threads('sync/'))),
assertz(logtalk_library_path(symdiff, examples('symdiff/'))),
assertz(logtalk_library_path(tabling, examples('tabling/'))),
assertz(logtalk_library_path(tak, threads('tak/'))),
assertz(logtalk_library_path(testing, examples('testing/'))),
assertz(logtalk_library_path(threads, examples('threads/'))),
assertz(logtalk_library_path(viewpoints, examples('viewpoints/'))))).