[D-runtime] [D-Programming-Language/druntime] ff92ae: remove thread.di header
GitHub via D-runtime
d-runtime at puremagic.com
Sun Jul 6 07:37:04 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: ff92ae478c78091243c094a45eefda2b4b04f30f
https://github.com/D-Programming-Language/druntime/commit/ff92ae478c78091243c094a45eefda2b4b04f30f
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-05 (Sat, 05 Jul 2014)
Changed paths:
M mak/COPY
M mak/MANIFEST
M posix.mak
M src/core/internal/traits.d
M src/core/thread.d
R src/core/thread.di
M src/gc/gc.d
M src/rt/tlsgc.d
M win32.mak
M win64.mak
Log Message:
-----------
remove thread.di header
- Use extern(D) bindings for the core.thread<->rt.tlsgc
interface to avoid importing a rt module in core.
Commit: e4dc49e1294e9262693b88d4bc161d60ed17f09d
https://github.com/D-Programming-Language/druntime/commit/e4dc49e1294e9262693b88d4bc161d60ed17f09d
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-07-06 (Sun, 06 Jul 2014)
Changed paths:
M mak/COPY
M mak/MANIFEST
M posix.mak
M src/core/internal/traits.d
M src/core/thread.d
R src/core/thread.di
M src/gc/gc.d
M src/rt/tlsgc.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #865 from MartinNowak/tlsgc_externD
remove thread.di header
Compare: https://github.com/D-Programming-Language/druntime/compare/dc06dbff5c91...e4dc49e1294e
More information about the D-runtime
mailing list