Changeset 3899 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
10/24/07 11:25:45 (15 months ago)
Author:
pmoura
Message:

Updated the Logtalk runtime to print the value of the "context_switching_calls". Fixed a singleton warning in the Logtalk compiler. Updated upgrading instructions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r3894 r3899  
    166166incompatible with this new Logtalk version. 
    167167 
    168 Logtalk version 2.30.7 renamed the compiler flags "supports_break_predicate",  
     168Logtalk 2.30.6 renamed the compiler flags "supports_break_predicate",  
    169169"supports_encoding_dir", and "underscore_vars" to, respectively,  
    170170"break_predicate", "encoding_directive", and "underscore_variables". Changed  
    171171the possible values of the "encoding_directive" compiler option (see manual). 
    172172Older config files are not compatible with this new Logtalk version. 
     173 
     174Logtalk 2.30.7 added a new compiler flag "context_switching_calls". 
     175Older config files are not compatible with this new Logtalk version.