Changeset 470

Show
Ignore:
Timestamp:
06/05/06 16:46:25 (2 years ago)
Author:
sean
Message:

Ares .121 commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/changelog.txt

    r447 r470  
     15/2/2006 - 0.21: 
     2 
     3* Merged in DMD 160 changes. 
     4* Added std.c.posix.ucontext. 
     5* Finished std.c.posix.signal. 
     6* Fixed a corner case in the Posix suspendHandler.  Additional work is likely required to allow interrupted calls to restart after suspend completes. 
     7 
    184/18/2006 - 0.20: 
    29 
  • trunk/doc/library_interaction.txt

    r447 r470  
    3636    extern (C) void onArrayBoundsError( char[] file, size_t line ); 
    3737    extern (C) void onAssertError( char[] file, uint line ); 
     38    extern (C) void onAssertErrorMsg( char[] file, uint line, char[] msg ); 
    3839    extern (C) void onFinalizeError( ClassInfo info, Exception ex ); 
    3940    extern (C) void onOutOfMemoryError();