Logtalk 2.16.0 release files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1014 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-03-03 04:07:59 +00:00
parent 8a0fa13746
commit d494081bc5
115 changed files with 1220 additions and 424 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.15.6
Release 2.16.0
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
@@ -8,7 +8,7 @@ Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
This folder contains several examples of Logtalk programs. Most of
these examples need objects, protocols, and categories that are
defined in the Logtalk standard library or in other examples, so
you should load them first (see the NOTES file inside the library
you should load them first (see the NOTES files inside the library
folder and inside each example folder).
Some examples may redefine objects already loaded from other examples.
@@ -26,7 +26,7 @@ All examples are formatted using four spaces tabs.
By default, compiling an example generates a .xml documenting file for each
compiled entity (object, category, or protocol). See the xml sub-directory
for instructions on how to browse the .xml files for on-line reading or how
to convert the files to print-ready format.
to convert the files to a print-ready format such as PDF.
Here is a short description of each included example:
@@ -76,6 +76,9 @@ msglog
example of using events and monitors for recording, replaying, and
printing user messages
operators
example of using operators local to objects and categories
parametric
simple example of parametric objects