diff --git a/Logtalk/BIBLIOGRAPHY b/Logtalk/BIBLIOGRAPHY index 32426ec6f..f423a8870 100644 --- a/Logtalk/BIBLIOGRAPHY +++ b/Logtalk/BIBLIOGRAPHY @@ -9,7 +9,7 @@ @phdthesis{pmoura03, author = "Paulo Moura", title = "{Logtalk - Design of an Object-Oriented Logic Programming Language}", - school = "Departament of Informatics, University of Beira Interior, Portugal", + school = "Department of Informatics, University of Beira Interior, Portugal", month = sep, year = 2003, howpublished = "\url{http://www.logtalk.org/papers/thesis.pdf}" @@ -29,7 +29,7 @@ @article{pmoura99, author = "Paulo Moura", title = "{Porting Prolog: Notes on porting a Prolog program to 22 Prolog compilers or the relevance of the ISO Prolog standard}", - journal = "Assotiation of Logic Programming Newsletter", + journal = "Association of Logic Programming Newsletter", volume = 12, number = 2, month = may, diff --git a/Logtalk/INSTALL b/Logtalk/INSTALL index 423c362ed..87d8f617c 100644 --- a/Logtalk/INSTALL +++ b/Logtalk/INSTALL @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/QUICK_START b/Logtalk/QUICK_START index 8426cc6ca..2741dfed9 100644 --- a/Logtalk/QUICK_START +++ b/Logtalk/QUICK_START @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -80,7 +80,7 @@ Therefore, you will need to type the query: This will compile and load all the example files. 6. Open the example SCRIPT file, which contains sample queries that you -may try by copying-and-pasting or draging-and-droping them on your Prolog +may try by copying-and-pasting or dragging-and-droping them on your Prolog interpreter top-level. diff --git a/Logtalk/README b/Logtalk/README index 1077c4b9a..13db99bf6 100644 --- a/Logtalk/README +++ b/Logtalk/README @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/RELEASE_NOTES b/Logtalk/RELEASE_NOTES index e79dfbec8..c743d64d9 100644 --- a/Logtalk/RELEASE_NOTES +++ b/Logtalk/RELEASE_NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -10,9 +10,20 @@ RELEASE NOTES ============= +2.19.1 - August 2, 2004 + + Corrected a bug where entities could not be reloaded if they depend on + other, not yet loaded entities. + + Corrected a bug where compiler options would not be used when compiling + source metafiles. + + Corrected several typos on the Logtalk manuals. + + 2.19.0 - July 26, 2004 - Added support for defining more that one entity per file using Logtalk + Added support for defining more than one entity per file using Logtalk source metafiles (*.mlgt), which the runtime engine automatically splits on single entity source files plus loading and compiling helper files. diff --git a/Logtalk/UPGRADING b/Logtalk/UPGRADING index 30b5770d7..3df96569a 100644 --- a/Logtalk/UPGRADING +++ b/Logtalk/UPGRADING @@ -1,12 +1,11 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= - Upgrading from Logtalk 1.x ========================== diff --git a/Logtalk/examples/NOTES b/Logtalk/examples/NOTES index 92479c46b..5efcfbd01 100644 --- a/Logtalk/examples/NOTES +++ b/Logtalk/examples/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/birds/NOTES b/Logtalk/examples/birds/NOTES index 7e889709e..85fcf5e53 100644 --- a/Logtalk/examples/birds/NOTES +++ b/Logtalk/examples/birds/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/birds/SCRIPT b/Logtalk/examples/birds/SCRIPT index 6e520eded..0170b64cb 100644 --- a/Logtalk/examples/birds/SCRIPT +++ b/Logtalk/examples/birds/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/bricks/NOTES b/Logtalk/examples/bricks/NOTES index 42f0d16b9..9fe4f594c 100644 --- a/Logtalk/examples/bricks/NOTES +++ b/Logtalk/examples/bricks/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/bricks/SCRIPT b/Logtalk/examples/bricks/SCRIPT index 5c7a797c1..01e2d2c37 100644 --- a/Logtalk/examples/bricks/SCRIPT +++ b/Logtalk/examples/bricks/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/classvars/NOTES b/Logtalk/examples/classvars/NOTES index 7bfcf012b..8b8e43b23 100644 --- a/Logtalk/examples/classvars/NOTES +++ b/Logtalk/examples/classvars/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/classvars/SCRIPT b/Logtalk/examples/classvars/SCRIPT index cc8c56142..9065be3bd 100644 --- a/Logtalk/examples/classvars/SCRIPT +++ b/Logtalk/examples/classvars/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/dcgs/NOTES b/Logtalk/examples/dcgs/NOTES index f2e29f78f..169bb9ef0 100644 --- a/Logtalk/examples/dcgs/NOTES +++ b/Logtalk/examples/dcgs/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -26,7 +26,7 @@ objects and categories: url parsing of URLs, decomposing them in components shell - parsing of coomand-line shell commands + parsing of command-line shell commands faa command language DCG example (see below for original source) walker diff --git a/Logtalk/examples/dcgs/SCRIPT b/Logtalk/examples/dcgs/SCRIPT index 98131ee5e..a970e9f66 100644 --- a/Logtalk/examples/dcgs/SCRIPT +++ b/Logtalk/examples/dcgs/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/dynpred/NOTES b/Logtalk/examples/dynpred/NOTES index cf1cbd90c..fd72aba0b 100644 --- a/Logtalk/examples/dynpred/NOTES +++ b/Logtalk/examples/dynpred/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -18,7 +18,7 @@ between asserting predicates in a class and in a prototype. The following objects are defined: root - root of the protoype hierarchy; declares and defines a public, + root of the prototype hierarchy; declares and defines a public, dynamic predicate descendant simple prototype extending the root prototype diff --git a/Logtalk/examples/dynpred/SCRIPT b/Logtalk/examples/dynpred/SCRIPT index 51a62a30d..a0a624f26 100644 --- a/Logtalk/examples/dynpred/SCRIPT +++ b/Logtalk/examples/dynpred/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/errors/NOTES b/Logtalk/examples/errors/NOTES index 21aa39107..960403467 100644 --- a/Logtalk/examples/errors/NOTES +++ b/Logtalk/examples/errors/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -21,6 +21,6 @@ source files in a text editor to better understand how the compiler deals with common programming errors. Note that the warnings and errors that you will get while compiling -your files depend on your compiler options (setted explicitly as +your files depend on your compiler options (defined explicitly as parameters in the logtalk_compile/2 or logtalk_load/2 built-in predicates or by default in your configuration file). diff --git a/Logtalk/examples/inheritance/NOTES b/Logtalk/examples/inheritance/NOTES index 48ee268bd..8cd74ef89 100644 --- a/Logtalk/examples/inheritance/NOTES +++ b/Logtalk/examples/inheritance/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/inheritance/SCRIPT b/Logtalk/examples/inheritance/SCRIPT index be50d7ff5..b108c91ad 100644 --- a/Logtalk/examples/inheritance/SCRIPT +++ b/Logtalk/examples/inheritance/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/instmethods/NOTES b/Logtalk/examples/instmethods/NOTES index 26c5c51b3..3d3fd2948 100644 --- a/Logtalk/examples/instmethods/NOTES +++ b/Logtalk/examples/instmethods/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/instmethods/SCRIPT b/Logtalk/examples/instmethods/SCRIPT index c0f2a2165..30d0a1db8 100644 --- a/Logtalk/examples/instmethods/SCRIPT +++ b/Logtalk/examples/instmethods/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lo/NOTES b/Logtalk/examples/lo/NOTES index 092928894..d25947289 100644 --- a/Logtalk/examples/lo/NOTES +++ b/Logtalk/examples/lo/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lo/planner/NOTES b/Logtalk/examples/lo/planner/NOTES index 12928d53d..2e8670edb 100644 --- a/Logtalk/examples/lo/planner/NOTES +++ b/Logtalk/examples/lo/planner/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lo/planner/SCRIPT b/Logtalk/examples/lo/planner/SCRIPT index 4427619a2..d1186f274 100644 --- a/Logtalk/examples/lo/planner/SCRIPT +++ b/Logtalk/examples/lo/planner/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lo/travellers/NOTES b/Logtalk/examples/lo/travellers/NOTES index 6d79033e5..0cb7b0c46 100644 --- a/Logtalk/examples/lo/travellers/NOTES +++ b/Logtalk/examples/lo/travellers/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lo/travellers/SCRIPT b/Logtalk/examples/lo/travellers/SCRIPT index de2aac628..77137c3a8 100644 --- a/Logtalk/examples/lo/travellers/SCRIPT +++ b/Logtalk/examples/lo/travellers/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lpa/NOTES b/Logtalk/examples/lpa/NOTES index 63d4fc953..b5f6b99f6 100644 --- a/Logtalk/examples/lpa/NOTES +++ b/Logtalk/examples/lpa/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/lpa/SCRIPT b/Logtalk/examples/lpa/SCRIPT index b836284ff..c79d6c439 100644 --- a/Logtalk/examples/lpa/SCRIPT +++ b/Logtalk/examples/lpa/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/metainterpreters/NOTES b/Logtalk/examples/metainterpreters/NOTES index 13c86cb53..3e5167416 100644 --- a/Logtalk/examples/metainterpreters/NOTES +++ b/Logtalk/examples/metainterpreters/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/metainterpreters/SCRIPT b/Logtalk/examples/metainterpreters/SCRIPT index 904d3d431..dd43dbc00 100644 --- a/Logtalk/examples/metainterpreters/SCRIPT +++ b/Logtalk/examples/metainterpreters/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/metapredicates/NOTES b/Logtalk/examples/metapredicates/NOTES index 886f3c55c..13af2e056 100644 --- a/Logtalk/examples/metapredicates/NOTES +++ b/Logtalk/examples/metapredicates/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/metapredicates/SCRIPT b/Logtalk/examples/metapredicates/SCRIPT index e63cdf9be..dd0f785bd 100644 --- a/Logtalk/examples/metapredicates/SCRIPT +++ b/Logtalk/examples/metapredicates/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/mi/NOTES b/Logtalk/examples/mi/NOTES index efa82ca5f..c237576f6 100644 --- a/Logtalk/examples/mi/NOTES +++ b/Logtalk/examples/mi/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/mi/SCRIPT b/Logtalk/examples/mi/SCRIPT index 247c98343..fb0e2d353 100644 --- a/Logtalk/examples/mi/SCRIPT +++ b/Logtalk/examples/mi/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/miscellaneous/NOTES b/Logtalk/examples/miscellaneous/NOTES index 426b022df..36236c71e 100644 --- a/Logtalk/examples/miscellaneous/NOTES +++ b/Logtalk/examples/miscellaneous/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/miscellaneous/SCRIPT b/Logtalk/examples/miscellaneous/SCRIPT index 0e3c09350..fced82164 100644 --- a/Logtalk/examples/miscellaneous/SCRIPT +++ b/Logtalk/examples/miscellaneous/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/msglog/NOTES b/Logtalk/examples/msglog/NOTES index 0cb1840d5..517b9ea09 100644 --- a/Logtalk/examples/msglog/NOTES +++ b/Logtalk/examples/msglog/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/msglog/SCRIPT b/Logtalk/examples/msglog/SCRIPT index 3fc3053a0..59d1babd6 100644 --- a/Logtalk/examples/msglog/SCRIPT +++ b/Logtalk/examples/msglog/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/operators/NOTES b/Logtalk/examples/operators/NOTES index bd20ce77f..05de74dae 100644 --- a/Logtalk/examples/operators/NOTES +++ b/Logtalk/examples/operators/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/operators/SCRIPT b/Logtalk/examples/operators/SCRIPT index fb49c3ea1..7c2676640 100644 --- a/Logtalk/examples/operators/SCRIPT +++ b/Logtalk/examples/operators/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/parametric/NOTES b/Logtalk/examples/parametric/NOTES index d88f690fb..da68c7fc0 100644 --- a/Logtalk/examples/parametric/NOTES +++ b/Logtalk/examples/parametric/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/parametric/SCRIPT b/Logtalk/examples/parametric/SCRIPT index 9001dcd19..a2e8b799a 100644 --- a/Logtalk/examples/parametric/SCRIPT +++ b/Logtalk/examples/parametric/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/points/NOTES b/Logtalk/examples/points/NOTES index 4b4a701c9..1e86a1613 100644 --- a/Logtalk/examples/points/NOTES +++ b/Logtalk/examples/points/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/points/SCRIPT b/Logtalk/examples/points/SCRIPT index f059014b4..aed40ff7f 100644 --- a/Logtalk/examples/points/SCRIPT +++ b/Logtalk/examples/points/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/polygons/NOTES b/Logtalk/examples/polygons/NOTES index 9ae150485..0571cf7d1 100644 --- a/Logtalk/examples/polygons/NOTES +++ b/Logtalk/examples/polygons/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/polygons/SCRIPT b/Logtalk/examples/polygons/SCRIPT index bc45b5c9f..90b10f72b 100644 --- a/Logtalk/examples/polygons/SCRIPT +++ b/Logtalk/examples/polygons/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/profiling/NOTES b/Logtalk/examples/profiling/NOTES index 7779371a8..636e919a2 100644 --- a/Logtalk/examples/profiling/NOTES +++ b/Logtalk/examples/profiling/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/profiling/SCRIPT b/Logtalk/examples/profiling/SCRIPT index 4ce384898..493055c8b 100644 --- a/Logtalk/examples/profiling/SCRIPT +++ b/Logtalk/examples/profiling/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/puzzles/NOTES b/Logtalk/examples/puzzles/NOTES index ec7aa8658..b1d1ad181 100644 --- a/Logtalk/examples/puzzles/NOTES +++ b/Logtalk/examples/puzzles/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/puzzles/SCRIPT b/Logtalk/examples/puzzles/SCRIPT index 090735813..a5bdb690f 100644 --- a/Logtalk/examples/puzzles/SCRIPT +++ b/Logtalk/examples/puzzles/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/reflection/NOTES b/Logtalk/examples/reflection/NOTES index b4c96a246..8101f9d07 100644 --- a/Logtalk/examples/reflection/NOTES +++ b/Logtalk/examples/reflection/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/reflection/SCRIPT b/Logtalk/examples/reflection/SCRIPT index 0d79fa093..4f5815d97 100644 --- a/Logtalk/examples/reflection/SCRIPT +++ b/Logtalk/examples/reflection/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/relations/NOTES b/Logtalk/examples/relations/NOTES index a950f4502..c5feb7a5f 100644 --- a/Logtalk/examples/relations/NOTES +++ b/Logtalk/examples/relations/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/relations/SCRIPT b/Logtalk/examples/relations/SCRIPT index a4fdf8423..04d795e87 100644 --- a/Logtalk/examples/relations/SCRIPT +++ b/Logtalk/examples/relations/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/roots/NOTES b/Logtalk/examples/roots/NOTES index ba9353328..b41d31759 100644 --- a/Logtalk/examples/roots/NOTES +++ b/Logtalk/examples/roots/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/roots/SCRIPT b/Logtalk/examples/roots/SCRIPT index 67175946b..cafbfdc88 100644 --- a/Logtalk/examples/roots/SCRIPT +++ b/Logtalk/examples/roots/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/searching/NOTES b/Logtalk/examples/searching/NOTES index f64ad8ad0..d49a277d1 100644 --- a/Logtalk/examples/searching/NOTES +++ b/Logtalk/examples/searching/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/searching/SCRIPT b/Logtalk/examples/searching/SCRIPT index 435093a6a..512450eb0 100644 --- a/Logtalk/examples/searching/SCRIPT +++ b/Logtalk/examples/searching/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/shapes/NOTES b/Logtalk/examples/shapes/NOTES index 48303db4d..cdc267f47 100644 --- a/Logtalk/examples/shapes/NOTES +++ b/Logtalk/examples/shapes/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/shapes/ch/NOTES b/Logtalk/examples/shapes/ch/NOTES index 3657ab5a9..80347e3f9 100644 --- a/Logtalk/examples/shapes/ch/NOTES +++ b/Logtalk/examples/shapes/ch/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/shapes/ch/SCRIPT b/Logtalk/examples/shapes/ch/SCRIPT index 8cc6e4edc..c45865d66 100644 --- a/Logtalk/examples/shapes/ch/SCRIPT +++ b/Logtalk/examples/shapes/ch/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/shapes/ph/NOTES b/Logtalk/examples/shapes/ph/NOTES index 6d79033e5..0cb7b0c46 100644 --- a/Logtalk/examples/shapes/ph/NOTES +++ b/Logtalk/examples/shapes/ph/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/shapes/ph/SCRIPT b/Logtalk/examples/shapes/ph/SCRIPT index a99bb8680..01769b0b6 100644 --- a/Logtalk/examples/shapes/ph/SCRIPT +++ b/Logtalk/examples/shapes/ph/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/sicstus/NOTES b/Logtalk/examples/sicstus/NOTES index f6dfb3cdf..692d6ac52 100644 --- a/Logtalk/examples/sicstus/NOTES +++ b/Logtalk/examples/sicstus/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/sicstus/SCRIPT b/Logtalk/examples/sicstus/SCRIPT index f2225fe1c..1e74998b5 100644 --- a/Logtalk/examples/sicstus/SCRIPT +++ b/Logtalk/examples/sicstus/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/symdiff/NOTES b/Logtalk/examples/symdiff/NOTES index 10605fd5d..a6e9baf8b 100644 --- a/Logtalk/examples/symdiff/NOTES +++ b/Logtalk/examples/symdiff/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -11,7 +11,7 @@ To load all entities in this example compile and load the loader file: | ?- logtalk_load(loader). You will also need to load the library hierarchies_loader file. -Alternatively, you may load the library all-loader file to load +Alternatively, you may load the library all_loader file to load all library entities. This folder contains an example of using parametric objects to implement @@ -26,5 +26,5 @@ Current limitations: - only integers can be used as constants. -This example is still incomplete. For example, using sum distribuition +This example is still incomplete. For example, using sum distribution property to simplify expressions is not yet implemented. diff --git a/Logtalk/examples/symdiff/SCRIPT b/Logtalk/examples/symdiff/SCRIPT index 65a172f31..a1b17bb08 100644 --- a/Logtalk/examples/symdiff/SCRIPT +++ b/Logtalk/examples/symdiff/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/viewpoints/NOTES b/Logtalk/examples/viewpoints/NOTES index f9bb5089d..9bfb5d76c 100644 --- a/Logtalk/examples/viewpoints/NOTES +++ b/Logtalk/examples/viewpoints/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/examples/viewpoints/SCRIPT b/Logtalk/examples/viewpoints/SCRIPT index 08ad334af..df2a3121d 100644 --- a/Logtalk/examples/viewpoints/SCRIPT +++ b/Logtalk/examples/viewpoints/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/NOTES b/Logtalk/library/NOTES index 09843ecff..043f2b178 100644 --- a/Logtalk/library/NOTES +++ b/Logtalk/library/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/SCRIPT b/Logtalk/library/SCRIPT index fb4136258..c651aa232 100644 --- a/Logtalk/library/SCRIPT +++ b/Logtalk/library/SCRIPT @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/all.notes b/Logtalk/library/all.notes index 57608d0c9..a21ef3285 100644 --- a/Logtalk/library/all.notes +++ b/Logtalk/library/all.notes @@ -1,7 +1,7 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/dates.notes b/Logtalk/library/dates.notes index cf4bc8c28..c25eab843 100644 --- a/Logtalk/library/dates.notes +++ b/Logtalk/library/dates.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/debugging.notes b/Logtalk/library/debugging.notes index 3a362e349..7cf6da4b1 100644 --- a/Logtalk/library/debugging.notes +++ b/Logtalk/library/debugging.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/dependents.notes b/Logtalk/library/dependents.notes index 382d77580..75e893106 100644 --- a/Logtalk/library/dependents.notes +++ b/Logtalk/library/dependents.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/events.notes b/Logtalk/library/events.notes index 31aaf17e2..161275ad8 100644 --- a/Logtalk/library/events.notes +++ b/Logtalk/library/events.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/experimental/NOTES b/Logtalk/library/experimental/NOTES index ebcf4204c..53b808042 100644 --- a/Logtalk/library/experimental/NOTES +++ b/Logtalk/library/experimental/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/hierarchies.notes b/Logtalk/library/hierarchies.notes index 0ffcd07c1..453ff8905 100644 --- a/Logtalk/library/hierarchies.notes +++ b/Logtalk/library/hierarchies.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/metapredicates.notes b/Logtalk/library/metapredicates.notes index 7b572c49b..0e7cee924 100644 --- a/Logtalk/library/metapredicates.notes +++ b/Logtalk/library/metapredicates.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/random.notes b/Logtalk/library/random.notes index 781cbf171..15eab7713 100644 --- a/Logtalk/library/random.notes +++ b/Logtalk/library/random.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/library/systemp.lgt b/Logtalk/library/systemp.lgt index 85365eac5..850489fd7 100644 --- a/Logtalk/library/systemp.lgt +++ b/Logtalk/library/systemp.lgt @@ -2,9 +2,9 @@ :- protocol(systemp). :- info([ - version is 1.81, + version is 1.9, author is 'Portable Operating-System Interface (POSI) initiative', - date is 2004/7/20, + date is 2004/7/27, comment is 'Portable operating system access protocol.']). :- public(make_directory/1). @@ -220,19 +220,19 @@ comment is 'Host name (default is localhost).', argnames is ['Name']]). - :- public(canonical_os_file_name/2). - :- mode(canonical_os_file_name(+atom, -atom), one). - :- mode(canonical_os_file_name(-atom, +atom), one). - :- info(canonical_os_file_name/2, [ - comment is 'Converts between canonical and operating system dependent file names.', + :- public(portable_os_file_name/2). + :- mode(portable_os_file_name(+atom, -atom), one). + :- mode(portable_os_file_name(-atom, +atom), one). + :- info(portable_os_file_name/2, [ + comment is 'Converts between portable and operating-system dependent file names.', argnames is ['Canonical', 'OS']]). - :- public(canonical_file_name/3). - :- mode(canonical_file_name(+atom, -atom, -atom), one). - :- mode(canonical_file_name(-atom, +atom, -atom), one). - :- mode(canonical_file_name(-atom, -atom, +atom), one). - :- info(canonical_file_name/3, [ - comment is 'Converts between relative, absolute, and URL canonical file names.', + :- public(portable_file_name/3). + :- mode(portable_file_name(+atom, -atom, -atom), one). + :- mode(portable_file_name(-atom, +atom, -atom), one). + :- mode(portable_file_name(-atom, -atom, +atom), one). + :- info(portable_file_name/3, [ + comment is 'Converts between relative, absolute, and URL portable file names.', argnames is ['Relative', 'Absolute', 'URL'], exceptions is [ 'None of the arguments is instantiated' - instantiation_error, @@ -243,7 +243,7 @@ :- public(relative_file_name/1). :- mode(relative_file_name(+atom), zero_or_one). :- info(relative_file_name/1, [ - comment is 'True when the argument is a valid, relative file name.', + comment is 'True when the argument is a valid, relative file name. Argument is expanded to a canonical file name before testing.', argnames is ['File'], exceptions is [ 'File is not instantiated' - instantiation_error, @@ -252,7 +252,7 @@ :- public(absolute_file_name/1). :- mode(absolute_file_name(+atom), zero_or_one). :- info(absolute_file_name/1, [ - comment is 'True if the argument is a valid, absolute file name.', + comment is 'True if the argument is a valid, absolute file name. Argument is expanded to a canonical file name before testing.', argnames is ['File'], exceptions is [ 'File is not instantiated' - instantiation_error, @@ -261,7 +261,7 @@ :- public(url_file_name/1). :- mode(url_file_name(+atom), zero_or_one). :- info(url_file_name/1, [ - comment is 'True when the argument is a valid, URL file name.', + comment is 'True when the argument is a valid, URL file name. Argument is expanded to a canonical file name before testing.', argnames is ['File'], exceptions is [ 'File is not instantiated' - instantiation_error, @@ -270,7 +270,7 @@ :- public(absolute_file_name/2). :- mode(absolute_file_name(+atom, ?atom), zero_or_one). :- info(absolute_file_name/2, [ - comment is 'Expands a file name into an absolute file name.', + comment is 'Expands a file name into a canonical absolute file name.', argnames is ['File', 'Absolute'], exceptions is [ 'File is not instantiated' - instantiation_error, @@ -280,7 +280,7 @@ :- public(url_file_name/2). :- mode(url_file_name(+atom, ?atom), zero_or_one). :- info(url_file_name/2, [ - comment is 'Expands a file name into a URL file name.', + comment is 'Expands a file name into a canonical URL file name.', argnames is ['File', 'URL'], exceptions is [ 'File is not instantiated' - instantiation_error, @@ -290,7 +290,7 @@ :- public(file_name_part/2). :- mode(file_name_part(+atom, ?compound), zero_or_more). :- info(file_name_part/2, [ - comment is 'File name parts.', + comment is 'File name parts. The file name is expanded to a canonical file name before decomposing in parts.', argnames is ['File', 'Part'], exceptions is [ 'File is not instantiated' - instantiation_error, @@ -302,7 +302,7 @@ :- mode(file_name_parts(+atom, -list(compound)), one). :- mode(file_name_parts(-atom, +list(compound)), zero_or_one). :- info(file_name_parts/2, [ - comment is 'Converts between a file name and its constituent parts (represented as a list of compound terms).', + comment is 'Converts between a file name and its constituent parts (represented as a list of compound terms). The file name (when instantiated) is expanded to a canonical file name before decomposing in parts.', argnames is ['File', 'Parts'], exceptions is [ 'None of the arguments are instantiated' - instantiation_error, diff --git a/Logtalk/library/types.notes b/Logtalk/library/types.notes index ac893485f..e107faed3 100644 --- a/Logtalk/library/types.notes +++ b/Logtalk/library/types.notes @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= diff --git a/Logtalk/manuals/NOTES b/Logtalk/manuals/NOTES index ec066557a..1e0ba6f68 100644 --- a/Logtalk/manuals/NOTES +++ b/Logtalk/manuals/NOTES @@ -1,6 +1,6 @@ ================================================================= Logtalk - Object oriented extension to Prolog -Release 2.19.0 +Release 2.19.1 Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. ================================================================= @@ -10,7 +10,7 @@ web browser. Starting with version 2.6.0, all the pages conform to the HTML 4.01 Strict W3C Standard. In a future version, they will also be XHTML 1.0 -ready. You can change the appearence of the pages by changing the +ready. You can change the appearance of the pages by changing the included styles.css cascade style sheet file. Needless to say, the manual pages look better in recent web browser releases that support both the HTML 4 and CSS1 web standards. diff --git a/Logtalk/manuals/index.html b/Logtalk/manuals/index.html index d3a7f4847..2962c6228 100644 --- a/Logtalk/manuals/index.html +++ b/Logtalk/manuals/index.html @@ -8,7 +8,7 @@ - Logtalk 2.19.0 Documentation + Logtalk 2.19.1 Documentation @@ -18,7 +18,7 @@   -

Logtalk 2.19.0 Documentation

+

Logtalk 2.19.1 Documentation