Logtalk 2.29.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1773 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-01-10 12:46:10 +00:00
parent c837589385
commit e75e406f84
232 changed files with 629 additions and 731 deletions

View File

@@ -1,8 +1,8 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.1
Release 2.29.2
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================
@@ -26,8 +26,8 @@ In the context of parametric objects, the above terms are know as "parametric
object proxies". Proxies represent different instantiations of a parametric
object parameters. They may be stored on the database as Prolog facts. This
results in a very compact representation, which can be an advantage when
dealing with a large number of objects. However, this is also a fragile
solution as changes on the parametric object ancestors may imply changes to
the number and meaning of the parametric object parameters which, in turn,
may imply changes to all the Prolog facts used to represent the individual
objects.
dealing with a large number of objects with immutable state. However, this is
also a fragile solution as changes on the parametric object ancestors may
imply changes to the number and meaning of the parametric object parameters
which, in turn, may imply changes to all the Prolog facts used to represent
the individual objects.

View File

@@ -1,8 +1,8 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.1
Release 2.29.2
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================