[D-runtime] [D-Programming-Language/druntime] cb78ab: add missing nothrow @nogc to signal functions
GitHub via D-runtime
d-runtime at puremagic.com
Sun Sep 28 15:42:04 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: cb78abd053615f8f59da7d85ccb0f5486381aa32
https://github.com/D-Programming-Language/druntime/commit/cb78abd053615f8f59da7d85ccb0f5486381aa32
Author: Martin Nowak <code at dawg.eu>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M src/core/sys/posix/signal.d
Log Message:
-----------
add missing nothrow @nogc to signal functions
Commit: ffc39c96b476bd1b7d2202bca870a4f06c241b32
https://github.com/D-Programming-Language/druntime/commit/ffc39c96b476bd1b7d2202bca870a4f06c241b32
Author: Martin Nowak <code at dawg.eu>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
require nothrow for callWithStackShell callback
Commit: 3b6e5111baf4eb6a8d3be4019f5acd882b047874
https://github.com/D-Programming-Language/druntime/commit/3b6e5111baf4eb6a8d3be4019f5acd882b047874
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-09-29 (Mon, 29 Sep 2014)
Changed paths:
M src/core/sys/posix/signal.d
M src/core/thread.d
Log Message:
-----------
Merge pull request #966 from MartinNowak/callWithStackShell
require nothrow for callWithStackShell callback
Compare: https://github.com/D-Programming-Language/druntime/compare/3dd38c04d406...3b6e5111baf4
More information about the D-runtime
mailing list