May 13, 2012 [D-runtime] [D-Programming-Language/druntime] 714e86: Fix issue 7995: D runtime initialization from C fa... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 714e86fb88459807f35fe7270da592ee06e40e31 https://github.com/D-Programming-Language/druntime/commit/714e86fb88459807f35fe7270da592ee06e40e31 Author: Jacob Carlborg <doob@me.com> Date: 2012-05-05 (Sat, 05 May 2012) Changed paths: M src/rt/dmain2.d Log Message: ----------- Fix issue 7995: D runtime initialization from C fails on OSX in 2.059, worked in 2.058. I also refactored the startup code to remove duplicated code. This will hopefully reduce this kind of bugs in the future. Commit: 35d26e8d37580463448b86c92af0b9483f517e58 https://github.com/D-Programming-Language/druntime/commit/35d26e8d37580463448b86c92af0b9483f517e58 Author: Jacob Carlborg <jacob.carlborg@tretti.se> Date: 2012-05-10 (Thu, 10 May 2012) Changed paths: M posix.mak M src/core/math.d M src/core/runtime.d M src/core/thread.d M src/core/thread.di R src/core/threadasm.S M src/rt/dmain2.d M win32.mak Log Message: ----------- Merge branch 'master' into 7995 Conflicts: src/rt/dmain2.d Commit: 6467f87e1a6b4696b9929c459b38477df1cf0522 https://github.com/D-Programming-Language/druntime/commit/6467f87e1a6b4696b9929c459b38477df1cf0522 Author: Walter Bright <walter@walterbright.com> Date: 2012-05-13 (Sun, 13 May 2012) Changed paths: M src/rt/dmain2.d Log Message: ----------- Merge pull request #205 from jacob-carlborg/7995 Fix issue 7995: D runtime initialization from C fails on OSX in 2.059, w... Compare: https://github.com/D-Programming-Language/druntime/compare/7375e90...6467f87 |
Copyright © 1999-2021 by the D Language Foundation