Thread overview
[Issue 24106] core.stdc.math provides an implementation of modfl for uClibc that only works when real and double are the same size
Aug 24, 2023
Dlang Bot
Aug 24, 2023
Dlang Bot
Sep 16, 2023
Dlang Bot
August 24, 2023
https://issues.dlang.org/show_bug.cgi?id=24106

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/dmd pull request #15555 "Fix Issue 24106 - core.stdc.math provides an implementation of modfl for uClibc that only works when real and double are the same size" fixing this issue:

- Fix Issue 24106 - core.stdc.math provides an implementation of modfl for uClibc that only works when real and double are the same size

https://github.com/dlang/dmd/pull/15555

--
August 24, 2023
https://issues.dlang.org/show_bug.cgi?id=24106

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15555 "Fix Issue 24106 - core.stdc.math provides an implementation of modfl for uClibc that only works when real and double are the same size" was merged into stable:

- 2ab96784c4255199ba40e9b2c48eca5c69103510 by Nathan Sashihara:
  Fix Issue 24106 - core.stdc.math provides an implementation of modfl for
uClibc that only works when real and double are the same size

https://github.com/dlang/dmd/pull/15555

--
September 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24106

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15609 "merge stable" was merged into master:

- 1bd6ca42f848459720b828e515b0d3519e3f701d by Nathan Sashihara:
  Fix Issue 24106 - core.stdc.math provides an implementation of modfl for
uClibc that only works when real and double are the same size

https://github.com/dlang/dmd/pull/15609

--