root/trunk/compiler/logtalk.pl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4669 [4669] 5 days pmoura Added support for multiple source-level and entity-level initialization/1 …
(edit) @4667 [4667] 5 days pmoura Simplified compilation of entities in debug mode.
(edit) @4666 [4666] 6 days pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4665 [4665] 6 days pmoura Improved caching of /1 calls (by generating more reusable cache entries, …
(edit) @4663 [4663] 6 days pmoura Improved caching of 1 calls (by generating more reusable cache entries, …
(edit) @4662 [4662] 6 days pmoura Updated copyright notice.
(edit) @4661 [4661] 6 days pmoura Simplified and improved performance of the multi-threading built-in …
(edit) @4660 [4660] 7 days pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4659 [4659] 10 days pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4657 [4657] 11 days pmoura Changed compilation of once/1 goals in debug mode in order to make them …
(edit) @4655 [4655] 11 days pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4654 [4654] 11 days pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4653 [4653] 12 days pmoura Improved caching of message sending predicate lookups (by generating more …
(edit) @4652 [4652] 2 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4651 [4651] 2 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4650 [4650] 2 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4649 [4649] 2 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4648 [4648] 2 weeks pmoura Corrected a predicate scope checking bug when using the dynamic-binding …
(edit) @4645 [4645] 3 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4644 [4644] 3 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4643 [4643] 3 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4642 [4642] 3 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4641 [4641] 3 weeks pmoura Improved compilation of source code resulting in smaller intermediate …
(edit) @4640 [4640] 3 weeks pmoura Updated the Logtalk version number to 2.35.0 in preparation for the next …
(edit) @4636 [4636] 4 weeks pmoura Minor cleanup of meta-predicate compilation and runtime code.
(edit) @4634 [4634] 4 weeks pmoura Updated the Logtalk compiler to detect (and report as an error) any …
(edit) @4633 [4633] 4 weeks pmoura Allow the /1 control construct to be used for calling any inherited …
(edit) @4631 [4631] 5 weeks pmoura Updated the Logtalk compiler to detect (and report as an error) whenever a …
(edit) @4630 [4630] 5 weeks pmoura Updated the Logtalk compiler to detect (and report as an error) the …
(edit) @4629 [4629] 5 weeks pmoura Corrected a long-standing bug in the implementation of the Obj<<Pred …
(edit) @4626 [4626] 5 weeks pmoura Corrected a long-standing bug in the implementation of the Obj<<Pred …
(edit) @4624 [4624] 6 weeks pmoura Updated the MacOS X installer postflight script to open the Logtalk …
(edit) @4620 [4620] 6 weeks pmoura Updated the Logtalk version number to 2.34.1 in preparation for the next …
(edit) @4610 [4610] 6 weeks pmoura Updated the Logtalk version number to 2.34.0 in preparation for the next …
(edit) @4601 [4601] 7 weeks pmoura Added svn:mime-type property to source files (set to text/x-logtalk).
(edit) @4600 [4600] 7 weeks pmoura Updated the "expansion" example to illustrate the new expand_goal/2 …
(edit) @4599 [4599] 7 weeks pmoura Added an expand_goal/2 built-in method to support explicit calls to the …
(edit) @4598 [4598] 7 weeks pmoura Updated the compilation of the if/1 and elif/1 directives in order to …
(edit) @4592 [4592] 7 weeks pmoura Corrected a bug in the compilation of meta-calls to predicates defined in …
(edit) @4591 [4591] 8 weeks pmoura Corrected a bug in the implementation of the predicate_property/2 built-in …
(edit) @4580 [4580] 2 months pmoura Added a "prolog" read-only compiler flag whose value is the name of the …
(edit) @4579 [4579] 2 months pmoura Added conditional compilation support, as found in some Prolog compilers, …
(edit) @4578 [4578] 2 months pmoura Added conditional compilation support, as found in some Prolog compilers, …
(edit) @4574 [4574] 2 months pmoura Added conditional compilation support, as found in some Prolog compilers, …
(edit) @4572 [4572] 2 months pmoura Updated the Logtalk version number to 2.33.3 in preparation for the next …
(edit) @4571 [4571] 2 months pmoura Removed support for the deprecated message_queue_create/1 Prolog built-in …
(edit) @4570 [4570] 2 months pmoura Simplified the implementation of the threaded/1 multi-threading built-in …
(edit) @4569 [4569] 2 months pmoura Simplified the implementation of the threaded/1 multi-threading built-in …
(edit) @4563 [4563] 2 months pmoura Modified the implementation of the define_events/5 built-in predicate to …
(edit) @4560 [4560] 2 months pmoura Added a "unify" command to the Logtalk built-in debugger.
(edit) @4559 [4559] 2 months pmoura Updated the Logtalk built-in debugger implementation of the "display" …
(edit) @4557 [4557] 2 months pmoura Added support for using the set_logtalk_flag/2 directive in source files. …
(edit) @4554 [4554] 2 months pmoura Added an auxiliary predicate for reversing the entity prefix used in the …
(edit) @4553 [4553] 2 months pmoura Corrected a bug that prevented using synchronized/1 predicate directives …
(edit) @4551 [4551] 2 months pmoura Added missing "built_in" properties for the built-in protocols "expanding" …
(edit) @4550 [4550] 2 months pmoura Modified the implementation of the built-in method define_events/5 to …
(edit) @4548 [4548] 2 months pmoura Updated the Logtalk built-in debugger to print goal invocation numbers …
(edit) @4543 [4543] 2 months pmoura Updated the Logtalk built-in debugger to accept the return and enter keys …
(edit) @4539 [4539] 3 months pmoura Small code cleanup of the complementing category relations translation …
(edit) @4538 [4538] 3 months pmoura Corrected a bug where portability warnings would be reported when the …
(edit) @4537 [4537] 3 months pmoura Updated the Logtalk compiler to prefix all informative messages with the …
(edit) @4535 [4535] 3 months pmoura Removed Ciao support for reporting term line count due to a buggy …
(edit) @4534 [4534] 3 months pmoura Updated the Logtalk compiler to provide file information when printing …
(edit) @4533 [4533] 3 months pmoura Updated the Logtalk compiler to provide file information when printing …
(edit) @4532 [4532] 3 months pmoura Updated the Logtalk compiler to provide file information when printing …
(edit) @4531 [4531] 3 months pmoura Updated the Logtalk compiler to print a warning when defining clauses for …
(edit) @4529 [4529] 3 months pmoura Minor documentation improvements.
(edit) @4527 [4527] 3 months pmoura Allow a complementing category to define an alias for a predicate of the …
(edit) @4526 [4526] 3 months pmoura Allow a complementing category to define an alias for a predicate of the …
(edit) @4525 [4525] 3 months pmoura Added an optimization and security compiler option, "complements", that …
(edit) @4524 [4524] 3 months pmoura Added an optimization and security compiler option, "complements", that …
(edit) @4521 [4521] 3 months pmoura Corrected a bug where compiler options are not cleared after compilation …
(edit) @4518 [4518] 3 months pmoura Added the new entity properties file/2 and lines/2 to the list of valid …
(edit) @4517 [4517] 3 months pmoura Improved reporting of line numbers for syntax errors when using YAP or …
(edit) @4516 [4516] 3 months pmoura Cleanup code that reports singleton variables.
(edit) @4514 [4514] 3 months pmoura Replaced the file/1 entity property by a file/2 property that also …
(edit) @4513 [4513] 3 months pmoura Modified the implementation of the file/1 entity property to not depend on …
(edit) @4512 [4512] 3 months pmoura Implemented a more flexible internal representation of entity properties. …
(edit) @4511 [4511] 3 months pmoura Implemented a more flexible internal representation of entity properties. …
(edit) @4507 [4507] 3 months pmoura Updated the Logtalk version number to 2.33.2 in preparation for the next …
(edit) @4503 [4503] 3 months pmoura Corrected two singleton variable bugs in the updated definitions of the …
(edit) @4500 [4500] 3 months pmoura Modified the database built-in methods to allow initialization of static …
(edit) @4498 [4498] 3 months pmoura Modified the built-in methods create_category/4, create_object/4 and …