Show
Ignore:
Timestamp:
06/26/08 03:57:05 (5 months ago)
Author:
pmoura
Message:

Restored the redefined entity warnings for back-end Prolog compilers that support multifile predicates. Simplified updating of the runtime tables when compiling and loading with back-end Prolog compilers that don't support multifile predicates.

When loading a redefined object, also clean all entries in the event handlers table where the object plays the role of a monitor.

Modified the Logtalk runtime to clean all lookup caches when compiling and loading source files (instead of doing it only when the files redefine existing entities).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4323 r4324  
    1212 
    13132.32.1 - July ??, 2008 
     14 
     15    Restored the redefined entity warnings for back-end Prolog compilers  
     16    that support multifile predicates. Simplified updating of the runtime  
     17    tables when compiling and loading with back-end Prolog compilers that  
     18    don't support multifile predicates. 
     19 
     20    When loading a redefined object, also clean all entries in the event  
     21    handlers table where the object plays the role of a monitor. 
     22 
     23    Modified the Logtalk runtime to clean all lookup caches when compiling  
     24    and loading source files (instead of doing it only when the files  
     25    redefine existing entities). 
    1426 
    1527    Updated the SWI-Prolog config file notes about possible compatibility