Logtalk 2.9.3 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@349 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2002-02-08 19:57:23 +00:00
parent 6b29480d4a
commit 89b034ce45
81 changed files with 340 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.9.2
Release 2.9.3
Copyright (c) 1998-2002 Paulo Moura. All Rights Reserved.
=================================================================
@@ -11,7 +11,9 @@ file.
You will also need to load the following files in the library directory:
types.loader, events.loader, metapredicates.loader, and dates.loader (note
that the *.loader files are Prolog files).
that the *.loader files are Prolog files). Alternatively, you may load the
library/all.loader file to load all library entities.
This is a very simple example of the use of events and monitors to make
profilers for an application. It's easy to modify to make it do much more.