Changeset 4525 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
10/21/08 03:54:02 (3 months ago)
Author:
pmoura
Message:

Added an optimization and security compiler option, "complements", that allows objects to be compiled with support for complementing categories either enabled or disabled. The default value (set in the config files) is "off" (disabled).

Added an optimization and security compiler option, "dynamic_declarations", that allows objects to be compiled with support for dynamic declaration of predicates (using the built-in database methods asserta/1 and assertz/1) either enabled or disabled. The default value (set in the config files) is "off" (disabled).

Updated the "complements" example to use the new "complements" compiler option. Update the "dynpred" example to use the new "dynamic_declarations" compiler option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r4517 r4525  
    215215Logtalk version 2.33.2 changes representation of entity properties therefore  
    216216implying recompilation of all source files. Moreover, all config files are  
    217 updated with a customized version of the read_term/3 predicate for returning 
    218 the source file line number where a term starts. Older config files are  
    219 incompatible with this new Logtalk version. 
     217updated with new compiler options ("complements" and "dynamic_declarations") 
     218and a customized version of the read_term/3 predicate for returning the source 
     219file line number where a term starts. Older config files are incompatible with 
     220this new Logtalk version.