Thread overview
[Issue 18117] ldiv_t struct in core.stdc.stdlib -- int vs c_long expectations
Feb 19, 2022
duser@neet.fi
Mar 26, 2022
Dlang Bot
Mar 26, 2022
Dlang Bot
February 19, 2022
https://issues.dlang.org/show_bug.cgi?id=18117

duser@neet.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22715

--
March 26, 2022
https://issues.dlang.org/show_bug.cgi?id=18117

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@huglovefan created dlang/druntime pull request #3789 "fix Issue 18117 - ldiv_t struct in core.stdc.stdlib -- int vs c_long …" fixing this issue:

- fix Issue 18117 - ldiv_t struct in core.stdc.stdlib -- int vs c_long expectations

  classic c_long mismatch

https://github.com/dlang/druntime/pull/3789

--
March 26, 2022
https://issues.dlang.org/show_bug.cgi?id=18117

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/druntime pull request #3789 "fix Issue 18117 - ldiv_t struct in core.stdc.stdlib -- int vs c_long …" was merged into master:

- 35a4bcf385242ce82736db740cae54e0db87a237 by human:
  fix Issue 18117 - ldiv_t struct in core.stdc.stdlib -- int vs c_long
expectations

  classic c_long mismatch

https://github.com/dlang/druntime/pull/3789

--