[Issue 5418] std.math.lround not implemented on win32 and not documented

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5418

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4ea051f17a1308a92ce93d0cb7e5ea38c2de1e18
Issue 5418 - std.math.lround not implemented on win32 and not documented

https://github.com/dlang/phobos/commit/42c3b6b75159daa9d976933d42a3a4fdd1fa9868
Merge pull request #5599 from RazvanN7/Issue_5418

--


[Issue 5418] std.math.lround not implemented on win32 and not documented

2017-08-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5418

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |FIXED

--


[Issue 5418] std.math.lround not implemented on win32 and not documented

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5418

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4ea051f17a1308a92ce93d0cb7e5ea38c2de1e18
Issue 5418 - std.math.lround not implemented on win32 and not documented

https://github.com/dlang/phobos/commit/42c3b6b75159daa9d976933d42a3a4fdd1fa9868
Merge pull request #5599 from RazvanN7/Issue_5418

--


[Issue 5418] std.math.lround not implemented on win32 and not documented

2017-07-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5418

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4ea051f17a1308a92ce93d0cb7e5ea38c2de1e18
Issue 5418 - std.math.lround not implemented on win32 and not documented

https://github.com/dlang/phobos/commit/42c3b6b75159daa9d976933d42a3a4fdd1fa9868
Merge pull request #5599 from RazvanN7/Issue_5418

Issue 5418 - std.math.lround not implemented on win32 and not documented
merged-on-behalf-of: Sebastian Wilzbach 

--


[Issue 5418] std.math.lround not implemented on win32 and not documented

2013-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5418


Nick Sabalausky cbkbbej...@mailinator.com changed:

   What|Removed |Added

 CC||cbkbbej...@mailinator.com


--- Comment #2 from Nick Sabalausky cbkbbej...@mailinator.com 2013-06-08 
15:19:10 PDT ---
Ping.

I just spent half an hour tracking down a seemingly-bizarre bug that turned out
to be this. :(

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


[Issue 5418] std.math.lround not implemented on win32 and not documented

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5418


Lars T. Kyllingstad bugzi...@kyllingen.net changed:

   What|Removed |Added

 CC||bugzi...@kyllingen.net,
   ||s...@invisibleduck.org


--- Comment #1 from Lars T. Kyllingstad bugzi...@kyllingen.net 2011-01-06 
03:16:39 PST ---
It seems the DMC standard library doesn't contain llroundl, nor is it specified
by ANSI C.  Therefore, it should probably be removed from core.stdc.math as
well, or moved to core.sys.posix.math if it isn't defined there already.

Sean, I'm adding you to the CC list of this bug since it is partly a druntime
thing.  Hope you don't mind.

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