December 28, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=760

           Summary: std.c.stdlib does not include system(3)
           Product: D
           Version: 0.178
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: luismarques@gmail.com


It is missing the extern(C) declaration of:

int system(char* string);

(I'm using 'int' for consistency, but I don't understand why does the module use a type that might be different from the platform's C 'int')


-- 

January 04, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=760


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2007-01-03 22:14 -------
Fixed DMD 1.00


--