[D-runtime] [D-Programming-Language/druntime] 894a28: rename gcstub module to gcstub.gc
GitHub via D-runtime
d-runtime at puremagic.com
Sun Feb 1 17:54:15 PST 2015
Branch: refs/heads/gcstub
Home: https://github.com/D-Programming-Language/druntime
Commit: 894a283822cf0b935f9e206b9f2d9109afae42a8
https://github.com/D-Programming-Language/druntime/commit/894a283822cf0b935f9e206b9f2d9109afae42a8
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-01 (Sun, 01 Feb 2015)
Changed paths:
M src/gcstub/gc.d
Log Message:
-----------
rename gcstub module to gcstub.gc
- otherwise the modulename collides with gc.gc
in the druntime archive leading to a linker error
when linking against gcstub.o
Commit: be3ff4a7293efbe3ca1c122c99e74ad343d122b9
https://github.com/D-Programming-Language/druntime/commit/be3ff4a7293efbe3ca1c122c99e74ad343d122b9
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M src/gcstub/gc.d
Log Message:
-----------
use BlkAttr and BlkInfo from core.memory
Compare: https://github.com/D-Programming-Language/druntime/compare/894a283822cf^...be3ff4a7293e
More information about the D-runtime
mailing list