Changeset 359

Show
Ignore:
Timestamp:
03/08/06 02:40:37 (3 years ago)
Author:
sean
Message:

Added a note about thread fixes in 0.16.

Files:

Legend:

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

    r343 r359  
    1313* Refactored ares.object and dmdrt.object to more closely match Phobos.  The presence of TypeInfo objects is necessary, and the rest should ease merging a bit. 
    1414* Rebuilt dmdrt.typeinfo to match phobos.std.typeinfo.  It seems DMD references TypeInfo modules by some form of the decorated name, and storing them in differently named files was not working. 
     15* Refactored std.thread C interface and fixed a few GC-related bugs. 
    1516 
    16172/26/2006 - 0.15: