Thread overview
[Issue 4862] New: modfl() missing for FreeBSD
Sep 13, 2010
Juergen Lock
Jan 25, 2011
dawg@dawgfoto.de
Oct 10, 2012
Juergen Lock
September 13, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4862

           Summary: modfl() missing for FreeBSD
           Product: D
           Version: D2
          Platform: x86
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: sean@invisibleduck.org
        ReportedBy: bugs-puremagic@jelal.kn-bremen.de


--- Comment #0 from Juergen Lock <bugs-puremagic@jelal.kn-bremen.de> 2010-09-13 15:11:36 PDT ---
Created an attachment (id=755)
add back modfl() for FreeBSD

adding it back as in the attached patch _seems_ to work according to quick tests (was the problem that real * i.e. long double * wasn't working properly for C bindings in earlier versions and the FreeBSD bindings just hadn't been updated yet?)

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



--- Comment #1 from dawg@dawgfoto.de 2011-01-25 12:16:44 PST ---
Created an attachment (id=880)
git format-patch

Currently long math functions are forwarded to their double counterparts per
default as FreeBSD < 8.0-Release didn't seem to define them in it's libm.
As 8.0-Release is out since Nov 2009 I propose to make this optional instead of
the default behavior.

-- 
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=4862


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex@lycus.org


--- Comment #2 from Alex Rønne Petersen <alex@lycus.org> 2012-10-10 03:47:40 CEST ---
Is this still an issue? And if so, what do we need to do about it?

-- 
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=4862



--- Comment #3 from Juergen Lock <bugs-puremagic@jelal.kn-bremen.de> 2012-10-10 08:51:40 PDT ---
This probably can be left as it is now as it only affects FreeBSD 7.x which now is a legacy legacy branch that the lang/dmd2 port also doesn't support anymore.

-- 
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=4862


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

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


--- Comment #4 from Alex Rønne Petersen <alex@lycus.org> 2012-10-10 17:52:36 CEST ---
OK, closing this then.

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