Show
Ignore:
Timestamp:
07/12/08 09:04:08 (5 months ago)
Author:
pmoura
Message:

Moved support for categories that complement existing objects from the code generated when compiling objects to the Logtalk runtime, making the implementation of this feature easier to maintain and contributing to smaller code sizes of the intermediate Prolog files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4366 r4367  
    2929    Allow the ^^/1 control construct to be used within extended categories. 
    3030    Updated the "engines" example to illustrates this new functionality. 
    31     Improved the runtime error checking for those rare cases where the  
    32     argument of the ^^/1 control construct is not instantiated at compile  
    33     time. 
     31 
     32    Moved support for categories that complement existing objects from the  
     33    code generated when compiling objects to the Logtalk runtime, making the  
     34    implementation of this feature easier to maintain and contributing to  
     35    smaller code sizes of the intermediate Prolog files. 
    3436 
    3537