Logtalk 2.29.4 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1799 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
194ea3bdee
commit
46c8cfbeff
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
@ -122,8 +122,10 @@ custom configuration files to run under this new version.
|
|||||||
|
|
||||||
10. CITATIONS
|
10. CITATIONS
|
||||||
|
|
||||||
If you want to cite Logtalk in your publications, please consult the file
|
If you find Logtalk useful, please include a citation on your publications.
|
||||||
"BIBLIOGRAPHY.bib" for bibliographic references in BibTeX format.
|
Consult the file "BIBLIOGRAPHY.bib" for bibliographic references in BibTeX
|
||||||
|
format (the Logtalk technical report published on 2000 or the 2003 PhD thesis
|
||||||
|
on Logtalk are good choices).
|
||||||
|
|
||||||
|
|
||||||
11. CONTRIBUTIONS
|
11. CONTRIBUTIONS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
@ -10,6 +10,53 @@ RELEASE NOTES
|
|||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
||||||
|
2.29.4 - February 19, 2007
|
||||||
|
|
||||||
|
Added a new library category, "listing", defining listing/0 and
|
||||||
|
listing/1 methods for helping in debugging tasks.
|
||||||
|
|
||||||
|
Added two new experimental multi-threading predicates, threaded_wait/1
|
||||||
|
and threaded_notify/1, which allows suspension of a thread's goal until
|
||||||
|
a notification is received. Added two new examples, "threads/buffer" and
|
||||||
|
"threads/blackboard", illustrating the use of these predicates.
|
||||||
|
|
||||||
|
Simplified and changed implementation of the threaded built-in
|
||||||
|
predicates in order to ensure that the threaded/0 directive is only
|
||||||
|
required on objects calling these predicates.
|
||||||
|
|
||||||
|
Only print a warning for a missing threaded/0 directive for objects.
|
||||||
|
|
||||||
|
Corrected a ordering bug on the entity initialization goal that
|
||||||
|
prevented using an object initialization goal that make use of
|
||||||
|
the object thread.
|
||||||
|
|
||||||
|
Corrected a bug when asserting rules into an object's database that
|
||||||
|
resulted in only the first asserted rule being visible when calling
|
||||||
|
the predicate through message sending. Thanks to Parker Jones for
|
||||||
|
the bug report.
|
||||||
|
|
||||||
|
Corrected a bug when compiling dynamic entities (defined in source
|
||||||
|
files using the dynamic/0 directive) where declared predicates would
|
||||||
|
be wrongly compiled as static instead of dynamic.
|
||||||
|
|
||||||
|
Updated the "make_xsblgt.sh" integration script again to fix an
|
||||||
|
additional problem resulting from the lack of support in XSB for
|
||||||
|
using environment variables in file paths.
|
||||||
|
|
||||||
|
Added minimal support for using Exuberant Ctags with Logtalk.
|
||||||
|
|
||||||
|
Added auto indent support to the jEdit text editor.
|
||||||
|
|
||||||
|
Added support for listing public predicates in the "Functions" window
|
||||||
|
of the SuperEdi text editor.
|
||||||
|
|
||||||
|
Converted TextMate code snippets from the old Property List format
|
||||||
|
to XML in order to provide compatibility with the "e" Windows text
|
||||||
|
editor.
|
||||||
|
|
||||||
|
New example: 99 bottles of beer on the wall! Sing along!
|
||||||
|
|
||||||
|
|
||||||
2.29.3 - January 15, 2007
|
2.29.3 - January 15, 2007
|
||||||
|
|
||||||
Corrected a bug in the Logtalk compiler optimizer code which was
|
Corrected a bug in the Logtalk compiler optimizer code which was
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
@ -150,7 +150,7 @@ events/1 is now off. Applications using event-driven programming must either
|
|||||||
turn this flag on or compile source files with the events(on) option. The
|
turn this flag on or compile source files with the events(on) option. The
|
||||||
library protocol "event_handlersp" is now deprecated; new code should use
|
library protocol "event_handlersp" is now deprecated; new code should use
|
||||||
instead the built-in "monitoring" protocol. The new support for "threaded"
|
instead the built-in "monitoring" protocol. The new support for "threaded"
|
||||||
and "synchronized" entity properties implies implying recompilation of all
|
and "synchronized" entity properties implies recompilation of all objects
|
||||||
objects and categories.
|
and categories.
|
||||||
|
|
||||||
Logtalk 2.29.2 removes the built-in predicate threaded_discard/1.
|
Logtalk 2.29.2 removes the built-in predicate threaded_discard/1.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
@ -48,6 +48,7 @@ aliases
|
|||||||
|
|
||||||
assignvars
|
assignvars
|
||||||
example of using assignable variables in the context of parametric objects
|
example of using assignable variables in the context of parametric objects
|
||||||
|
in order to represent object state
|
||||||
|
|
||||||
benchmarks
|
benchmarks
|
||||||
simple benchmarks for helping measuring performance of Logtalk message
|
simple benchmarks for helping measuring performance of Logtalk message
|
||||||
@ -58,8 +59,12 @@ birds
|
|||||||
bird identification expert system
|
bird identification expert system
|
||||||
(example adopted from the Adventure in Prolog Amzi! book)
|
(example adopted from the Adventure in Prolog Amzi! book)
|
||||||
|
|
||||||
|
bottles
|
||||||
|
99 bottles of beer on the wall! Sing along!
|
||||||
|
|
||||||
bricks
|
bricks
|
||||||
example of representation and handling of relations using events
|
example of representation and handling of relations using events;
|
||||||
|
illustrates how to use events to avoid breaking object encapsulation
|
||||||
|
|
||||||
classvars
|
classvars
|
||||||
example of implementation of class variables
|
example of implementation of class variables
|
||||||
@ -73,7 +78,8 @@ diamonds
|
|||||||
(multi-inheritance conflicts and ambiguities)
|
(multi-inheritance conflicts and ambiguities)
|
||||||
|
|
||||||
dynpred
|
dynpred
|
||||||
example of using some of the built-in database handling methods
|
example of using some of the built-in database handling methods in
|
||||||
|
order to implement dynamic object state
|
||||||
|
|
||||||
encodings
|
encodings
|
||||||
very simple example of using the new, experimental encoding/1
|
very simple example of using the new, experimental encoding/1
|
||||||
@ -91,14 +97,15 @@ hello_world
|
|||||||
the unavoidable "hello world" programming example
|
the unavoidable "hello world" programming example
|
||||||
|
|
||||||
hooks
|
hooks
|
||||||
simple example of using compiler hook predicates
|
simple example of using compiler hook objects and predicates
|
||||||
|
|
||||||
inheritance
|
inheritance
|
||||||
examples of public, protected, and private inheritance using both
|
examples of public, protected, and private inheritance using both
|
||||||
prototypes and classes/instances
|
prototypes and classes/instances
|
||||||
|
|
||||||
instmethods
|
instmethods
|
||||||
example of instance defined methods
|
example of instance defined methods; also illustrates the use of
|
||||||
|
"super calls" to call overridden method definitions
|
||||||
|
|
||||||
lo
|
lo
|
||||||
examples adopted from the Francis G. McCabe L&O system
|
examples adopted from the Francis G. McCabe L&O system
|
||||||
@ -118,7 +125,7 @@ metainterpreters
|
|||||||
may be imported by "database" objects
|
may be imported by "database" objects
|
||||||
|
|
||||||
mi
|
mi
|
||||||
multi-inheritance examples
|
simple multi-inheritance examples
|
||||||
|
|
||||||
miscellaneous
|
miscellaneous
|
||||||
unsorted examples
|
unsorted examples
|
||||||
@ -140,7 +147,9 @@ poem
|
|||||||
examples adopted from the Ben Staveley-Taylor POEM system
|
examples adopted from the Ben Staveley-Taylor POEM system
|
||||||
|
|
||||||
points
|
points
|
||||||
example adopted from SICStus Objects documentation
|
example adopted from SICStus Objects documentation; defines a simple
|
||||||
|
class hierarchy of points illustrating how to use categories as
|
||||||
|
object components
|
||||||
|
|
||||||
polygons
|
polygons
|
||||||
example of representation and handling of relations using events
|
example of representation and handling of relations using events
|
||||||
@ -149,7 +158,8 @@ profiling
|
|||||||
examples of using of events and monitors to implement profilers
|
examples of using of events and monitors to implement profilers
|
||||||
|
|
||||||
proxies
|
proxies
|
||||||
example of using parametric object proxies
|
example of using parametric object proxies for an efficient
|
||||||
|
representation of objects with read-only state
|
||||||
|
|
||||||
puzzles
|
puzzles
|
||||||
several examples of logical puzzles
|
several examples of logical puzzles
|
||||||
@ -159,10 +169,12 @@ reflection
|
|||||||
|
|
||||||
relations
|
relations
|
||||||
objects implementing predicates for dealing with relations and
|
objects implementing predicates for dealing with relations and
|
||||||
constrained relations between objects
|
constrained relations between objects; used by other examples
|
||||||
|
|
||||||
roots
|
roots
|
||||||
objects, protocols, and categories needed by most of the other examples;
|
objects, protocols, and categories needed by most of the other examples;
|
||||||
|
illustrates how you can define object creation and abolishing methods,
|
||||||
|
complete with initialization and termination options
|
||||||
|
|
||||||
searching
|
searching
|
||||||
state-space searching framework
|
state-space searching framework
|
||||||
@ -170,8 +182,8 @@ searching
|
|||||||
Intelligence" book)
|
Intelligence" book)
|
||||||
|
|
||||||
shapes
|
shapes
|
||||||
geometric shapes implemented as both a prototype hierarchy and a class
|
simple geometric shapes implemented as both a prototype hierarchy and a
|
||||||
hierarchy
|
class hierarchy
|
||||||
|
|
||||||
sicstus
|
sicstus
|
||||||
examples adopted from SICStus Objects documentation
|
examples adopted from SICStus Objects documentation
|
||||||
@ -182,6 +194,8 @@ symdiff
|
|||||||
|
|
||||||
threads
|
threads
|
||||||
several simple examples of multi-threading programming
|
several simple examples of multi-threading programming
|
||||||
|
(requires Logtalk to be run with either YAP or SWI-Prolog)
|
||||||
|
|
||||||
viewpoints
|
viewpoints
|
||||||
example on how to implement property and value sharing with prototypes
|
example on how to implement property sharing and value sharing with
|
||||||
|
prototypes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
% example adopted form:
|
% example adapted form:
|
||||||
|
|
||||||
% File : Queens.Pl
|
% File : Queens.Pl
|
||||||
% Author : Richard A O'Keefe
|
% Author : Richard A O'Keefe
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
Logtalk - Object oriented extension to Prolog
|
Logtalk - Object oriented extension to Prolog
|
||||||
Release 2.29.3
|
Release 2.29.4
|
||||||
|
|
||||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||||
=================================================================
|
=================================================================
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user