Thread overview
[Issue 403] New: std.c.linux.linux does not import std.c.unix.unix in a useful way
Oct 06, 2006
d-bugmail
Oct 06, 2006
d-bugmail
Nov 25, 2006
d-bugmail
Dec 17, 2006
d-bugmail
Mar 09, 2007
d-bugmail
October 06, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=403

           Summary: std.c.linux.linux does not import std.c.unix.unix in a
                    useful way
           Product: GDC
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: braddr@puremagic.com
        ReportedBy: Richards@codu.org


std.c.linux.linux worked fine before imports went private.  As far as I can see, ALL of the imports in std/c/linux/linux.d need to be made public (particularly std.c.unix.unix, which contains most of the symbols expected to be in std.c.linux.linux)


-- 

October 06, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=403





------- Comment #1 from afb@algonet.se  2006-10-06 01:48 -------
It should also be changed to import gcc.configunix instead, just like std.c.darwin.darwin (for Darwin/Mac OS X) does:

module std.c.linux.linux;

public import gcc.configunix;
//... and the rest of the DMD compatibility imports too ...


-- 

November 25, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=403


braddr@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|braddr@puremagic.com        |dvdfrdmn@users.sf.net




------- Comment #2 from braddr@puremagic.com  2006-11-25 15:08 -------
Mass reassignment of gdc bugs from me to David.


-- 

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


dvdfrdmn@users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




-- 

March 09, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=403


dvdfrdmn@users.sf.net changed:

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




------- Comment #3 from dvdfrdmn@users.sf.net  2007-03-08 20:15 -------
Fixed in release 0.20


--