May 19, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4208

           Summary: druntime should not depend on Phobos
           Product: D
           Version: 2.041
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: sean@invisibleduck.org
        ReportedBy: zan77137@nifty.com


--- Comment #0 from SHOO <zan77137@nifty.com> 2010-05-19 08:06:23 PDT ---
Created an attachment (id=638)
Remove Phobos dependence.

I found some Phobos dependences:

- druntime/src/core/dll_helper.d
    std.c.windows.windows
- druntime/src/core/thread_helper.d
    std.c.windows.windows, std.c.stdlib


Rewrite:
std.c.windows.windows to core.sys.windows.windows
std.c.stdlib to core.stdc.stdlib

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4208


Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |braddr@puremagic.com
         Resolution|                            |FIXED


--- Comment #1 from Brad Roberts <braddr@puremagic.com> 2010-06-15 02:09:17 PDT ---
fixed in 2.047

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------