[D-runtime] [D-Programming-Language/druntime] 0ca573: use int instead of bool for C function rt_unloadLi...
GitHub
noreply at github.com
Fri Oct 11 17:46:46 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 0ca5731a3195dde2def122217a957e87e0d9ef8d
https://github.com/D-Programming-Language/druntime/commit/0ca5731a3195dde2def122217a957e87e0d9ef8d
Author: Martin Nowak <code at dawg.eu>
Date: 2013-10-11 (Fri, 11 Oct 2013)
Changed paths:
M src/core/runtime.d
M src/rt/dmain2.d
M src/rt/sections_linux.d
Log Message:
-----------
use int instead of bool for C function rt_unloadLibrary
- This should actually be ABI compatible but it's cleaner
for documentation purpose.
Commit: 6885aac79080ce6e39c57905946a141a505f894d
https://github.com/D-Programming-Language/druntime/commit/6885aac79080ce6e39c57905946a141a505f894d
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2013-10-11 (Fri, 11 Oct 2013)
Changed paths:
M src/core/runtime.d
M src/rt/dmain2.d
M src/rt/sections_linux.d
Log Message:
-----------
Merge pull request #623 from dawgfoto/rt_loadLibrary
use int instead of bool for C function rt_unloadLibrary
Compare: https://github.com/D-Programming-Language/druntime/compare/047ac9440e42...6885aac79080
More information about the D-runtime
mailing list