Thread overview
[Issue 5593] New: Add dladdr to druntime for linux/FreeBSD
Feb 15, 2011
Iain Buclaw
Feb 16, 2011
Walter Bright
Feb 16, 2011
Iain Buclaw
February 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5593

           Summary: Add dladdr to druntime for linux/FreeBSD
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody@puremagic.com
        ReportedBy: ibuclaw@ubuntu.com


--- Comment #0 from Iain Buclaw <ibuclaw@ubuntu.com> 2011-02-15 14:59:17 PST ---
Any reason why it isn't present?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 16, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5593


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2011-02-16 03:26:28 PST ---
No good one :-)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 16, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5593


Iain Buclaw <ibuclaw@ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@ubuntu.com


--- Comment #2 from Iain Buclaw <ibuclaw@ubuntu.com> 2011-02-16 05:18:22 PST ---
It's not a Posix standard as far as I'm aware, but it was first defined in SunOS, and all others followed suit.

http://www.unix.com/man-page/OpenSolaris/3c/dladdr/ http://www.unix.com/man-page/Linux/3/dladdr/ http://www.unix.com/man-page/FreeBSD/3/dladdr/ http://www.unix.com/man-page/OSX/3/dladdr/

Regards

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 10, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5593


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |alex@lycus.org
         AssignedTo|nobody@puremagic.com        |alex@lycus.org


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 10, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5593


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #3 from Alex Rønne Petersen <alex@lycus.org> 2012-10-10 03:23:07 CEST ---
https://github.com/D-Programming-Language/druntime/pull/316

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


Alex Rønne Petersen <alex@lycus.org> changed:

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


--- Comment #4 from Alex Rønne Petersen <alex@lycus.org> 2012-10-15 04:17:54 CEST ---
Done.

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



--- Comment #5 from github-bugzilla@puremagic.com 2012-10-14 19:30:20 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/a2c549423c80413b73a78fbd5f60b078b99175b2 Fix issue #5593 - add dladdr, dlvsym, and Dl_info to core.sys.posix.dlfcn.

https://github.com/D-Programming-Language/druntime/commit/ada94ebe2eb4f855945290d49c4a79d558827710 Merge pull request #324 from alexrp/dladdr

Fix issue #5593 - add dladdr, dlvsym, and Dl_info to core.sys.posix.dlfcn.

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