Thread overview
[Issue 19046] OSX: bad value for core.stdc.time.CLOCKS_PER_SEC
Jul 02, 2018
Rainer Schuetze
Jul 02, 2018
Rainer Schuetze
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19046

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows                     |Mac OS X
           Severity|enhancement                 |normal

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19046

Rainer Schuetze <r.sagitario@gmx.de> changed:

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

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/dlang/druntime/pull/2237

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19046

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/ac1bf3551f776dbdafb7a55737c7be8f070a7d5b fix Issue 19046 - OSX: bad value for core.stdc.time.CLOCKS_PER_SEC

seems to have been switched from 100 to 1_000_000 with OSX 10.4/10.5

https://github.com/dlang/druntime/commit/0e775010184719af7bc263e7e08959afb233ad06 Merge pull request #2237 from rainers/issue19046

fix Issue 19046 - OSX: bad value for core.stdc.time.CLOCKS_PER_SEC merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19046

github-bugzilla@puremagic.com changed:

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

--