Show
Ignore:
Timestamp:
06/21/09 12:00:40 (15 months ago)
Author:
pmoura
Message:

Added missing dynamic directives in the definition of the pseudo-object "debugger".

Allow the "debugger" built-in object to play the role of both a class and a prototype when being specialized or extended.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r5037 r5040  
    3232    successful. 
    3333 
    34     Added missing dynamic directives in the definition of the pseudo-object 
    35     "user". 
     34    Added missing dynamic directives in the definition of the pseudo-objects 
     35    "debugger" and "user". 
    3636 
    3737    Eliminated message-sending overheads when sending messages to the pseudo- 
    3838    object "user". 
     39 
     40    Allow the "debugger" built-in object to play the role of both a class and 
     41    a prototype when being specialized or extended. 
    3942 
    4043    Added support for compiling module-qualified arguments in calls to Prolog