www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4399] New: Incomplete extern (...) docs

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4399

           Summary: Incomplete extern (...) docs
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: llucax gmail.com



PDT ---
Documentation on the extern storage class is both very sparse and very scarce.

* Most documentation is only about extern (C) and is present in an article
about C compatibility or the ABI docs.

* I couldn't find any mention to extern (System) in all the specs.

* extern (C++) is only found in the article about interfacing with C++

* The only mention of extern (D) I found is in the ABI description.

* extern (Windows) is mostly mentioned only in the D for Win32 article.

I think it would be nice to have a central place where all extern (...)
declarations are explained (or at least listed with links to their usage). A
table like the available predefined versions for the version statement would be
nice.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 27 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4399


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |WORKSFORME



21:19:59 PST ---
dlang.org/attribute.html#linkage

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