www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4862] New: modfl() missing for FreeBSD

reply d-bugmail puremagic.com writes:
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



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: -------
Sep 13 2010
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4862




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: -------
Jan 25 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
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



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: -------
Oct 09 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4862




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: -------
Oct 10 2012
prev sibling parent d-bugmail puremagic.com writes:
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



CEST ---
OK, closing this then.

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