Thread overview
[Issue 19909] core.stdc.errno missing POSIX error code on Windows
[Issue 19909] need errno
May 28, 2019
Basile-z
Jan 16, 2020
Mathias LANG
Jan 16, 2020
Dlang Bot
Jan 16, 2020
Dlang Bot
Mar 21, 2020
Basile-z
May 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19909

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
Seems to be 108 :

- https://github.com/wine-mirror/wine/blob/master/include/msvcrt/errno.h#L75
-
https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-headers/crt/errno.h#L114

https://www.google.com/search?q=define+ECONNRESET+108&oq=define+ECONNRESET+108&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8

--
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=19909

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com
            Summary|need errno                  |core.stdc.errno missing
                   |                            |POSIX error code on Windows
           Severity|blocker                     |normal

--
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=19909

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 updated dlang/druntime pull request #2908 "Fix 19909: core.stdc.errno missing POSIX error code on Windows" fixing this issue:

- Fix issue 19909: core.stdc.errno missing POSIX error code on Windows

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

--
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=19909

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2908 "Fix issue 19909: core.stdc.errno missing POSIX error code on Windows" was merged into master:

- 28e1fa7154196de658e9ec5d270bf161de2bf12c by Geod24:
  Fix issue 19909: core.stdc.errno missing POSIX error code on Windows

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19909

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--