April 08, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1109

           Summary: gdc doFormat differs from documentation
           Product: DGCC aka GDC
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: dvdfrdmn@users.sf.net
        ReportedBy: lijat.me@gmail.com


the gdc doFormat have a 4 argument signature while the one in the phobos documentation have only 3. Additionaly there is a import of std.stdarg that is not marked private or public but is mentioned in comments as if it should be public.


-- 

July 13, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1109


dvdfrdmn@users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from dvdfrdmn@users.sf.net  2007-07-13 11:13 -------
Fixed the signature of doFormat.  The comment is from DMD Phobos and will not be changed.

svn r118 / release 0.24


--