[D-runtime] [dlang/druntime] 305dfe: Add @nogc to pthread functions.
GitHub via D-runtime
d-runtime at puremagic.com
Fri Aug 5 17:53:24 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/druntime
Commit: 305dfed2fdb82680c9d9756a53f1509ea9454e5d
https://github.com/dlang/druntime/commit/305dfed2fdb82680c9d9756a53f1509ea9454e5d
Author: Thayne McCombs <astrothayne at gmail.com>
Date: 2016-06-01 (Wed, 01 Jun 2016)
Changed paths:
M src/core/sys/posix/pthread.d
Log Message:
-----------
Add @nogc to pthread functions.
Fixes Issue 14601
Commit: 0f104db544099baf898a307a0d201c9802b1b3a3
https://github.com/dlang/druntime/commit/0f104db544099baf898a307a0d201c9802b1b3a3
Author: Thayne McCombs <astrothayne at gmail.com>
Date: 2016-06-05 (Sun, 05 Jun 2016)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Make thread_cleanupHandler @nogc
Commit: 44a1e024b379987eef2dbc191ef1507b064e9d38
https://github.com/dlang/druntime/commit/44a1e024b379987eef2dbc191ef1507b064e9d38
Author: Thayne McCombs <astrothayne at gmail.com>
Date: 2016-06-08 (Wed, 08 Jun 2016)
Changed paths:
M src/core/sys/posix/pthread.d
Log Message:
-----------
Make most pthread functions @nogc while maintaining backwards compatibility
Commit: c7889932428e4080b75ec6dc393efb51da0c2370
https://github.com/dlang/druntime/commit/c7889932428e4080b75ec6dc393efb51da0c2370
Author: Martin Nowak <code at dawg.eu>
Date: 2016-08-06 (Sat, 06 Aug 2016)
Changed paths:
M src/core/sys/posix/pthread.d
M src/core/thread.d
Log Message:
-----------
Merge pull request #1583 from tmccombs/pthread-nogc
Add @nogc to pthread functions.
Compare: https://github.com/dlang/druntime/compare/73f00e8403e6...c7889932428e
More information about the D-runtime
mailing list