Show
Ignore:
Timestamp:
08/25/08 02:03:49 (3 months ago)
Author:
pmoura
Message:

Added a multifile/1 directive for the logtalk_library_path/2 predicate. Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4446 r4447  
    3333    and copied to the generated intermediate Prolog files. 
    3434 
    35     Corrected a set of singleton variable bugs in the Logtalk compiler and  
    36     runtime. Thanks to Joachim Schimpf and Kish Shen work on the improved  
     35    Corrected a set of singleton variable related bugs in the Logtalk compiler 
     36    and runtime. Thanks to Joachim Schimpf and Kish Shen work on the improved  
    3737    singleton variable checking code found on the new ECLiPSe 6.0 compiler. 
    3838 
     
    4040    the implementation of the debugger abort command to use the de-facto  
    4141    standard Prolog built-in predicate abort/0. Corrected a bug that prevented 
    42     the use of the command ignore at the redo port. 
     42    the use of the command "ignore" at the redo port. 
    4343 
    4444    Improved performance of multi-threading applications (specially on MacOS X) 
    4545    when using SWI-Prolog as the back-end compiler by making the lookup caches  
    4646    thread local. 
     47 
     48    Added a multifile/1 directive for the logtalk_library_path/2 predicate. 
    4749 
    4850    Corrected a bug in the verification of portable calls that would fail to