Show
Ignore:
Timestamp:
08/19/08 05:02:08 (3 months ago)
Author:
pmoura
Message:

Added support for using the ensure_loaded/1 and the set_prolog_flag/2 directives in source files. These directives are both processed when read (thus affecting the compilation of the source code that follows) and copied to the generated intermediate Prolog files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4431 r4434  
    2323    Added support for meta-calls whose closure arguments are explicitly  
    2424    qualified (using either Object::Closure or Module:Closure). 
     25 
     26    Added support for using the ensure_loaded/1 and the set_prolog_flag/2  
     27    directives in source files. These directives are both processed when  
     28    read (thus affecting the compilation of the source code that follows)  
     29    and copied to the generated intermediate Prolog files. 
    2530 
    2631    Corrected a set of singleton variable bugs in the Logtalk compiler and