|
| Version | Date Released | Status | Release Notes |
| 2.44.0 | Mar 15, 2012 | New Release | · Changed the compiler to take into account the uses/2 directive when compiling calls to the reflection built-in methods. This change extends the semantics of the uses/2 directive and allows easier migration from plain Prolog applications to Logtalk. · Updated the implementation of the predicate_property/2 built-in method, adding a scope/1 property. · Updated the Logtalk compiler to add information about a source file name, source file directory, and source file compiler options to the generated Prolog files. In previous versions, this information was registered only when loading a source file. The changes simplify building applications where Logtalk libraries are pre-compiled and pre-loaded. · Updated the Logtalk compiler to print the name of the hook object used in the compilation of source files when the "hook" compiler flag is defined. |
| 2.43.3 | Dec 22, 2011 | New Release |