Discussion:
[D-runtime] [D-Programming-Language/druntime] 9cf21d: fix nothrow issues
GitHub via D-runtime
2014-10-02 01:16:51 UTC
Permalink
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 9cf21d4eea33f28c0c3558664687a587b6616bc0
https://github.com/D-Programming-Language/druntime/commit/9cf21d4eea33f28c0c3558664687a587b6616bc0
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M src/core/cpuid.d
M src/core/sys/windows/dll.d
M src/core/thread.d
M src/rt/arraybyte.d
M src/rt/arraydouble.d
M src/rt/arrayfloat.d
M src/rt/arrayint.d
M src/rt/arrayreal.d
M src/rt/arrayshort.d

Log Message:
-----------
fix nothrow issues

- revealed by enabling nothrow checks in functions
with inline asm


Commit: b8a107aba39f2988e02ec151de88f1dc45d9544e
https://github.com/D-Programming-Language/druntime/commit/b8a107aba39f2988e02ec151de88f1dc45d9544e
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
M src/core/cpuid.d
M src/core/sys/windows/dll.d
M src/core/thread.d
M src/rt/arraybyte.d
M src/rt/arraydouble.d
M src/rt/arrayfloat.d
M src/rt/arrayint.d
M src/rt/arrayreal.d
M src/rt/arrayshort.d

Log Message:
-----------
Merge pull request #974 from MartinNowak/nothrowIssues

fix nothrow issues


Compare: https://github.com/D-Programming-Language/druntime/compare/2daddd496783...b8a107aba39f
Loading...