[Issue 14601] pthread functions aren't marked @nogc

2016-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14601

Ender KaShae  changed:

   What|Removed |Added

 CC||astrotha...@gmail.com
   Assignee|nob...@puremagic.com|astrotha...@gmail.com

--


[Issue 14601] pthread functions aren't marked @nogc

2016-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14601

Thayne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 14601] pthread functions aren't marked @nogc

2016-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14601

--- Comment #1 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/305dfed2fdb82680c9d9756a53f1509ea9454e5d
Add @nogc to pthread functions.

Fixes Issue 14601

--


[Issue 14601] pthread functions aren't marked @nogc

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14601

--- Comment #2 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/305dfed2fdb82680c9d9756a53f1509ea9454e5d
Add @nogc to pthread functions.

--