[D-runtime] [D-Programming-Language/druntime] d251e4: rt.dmain2: Fix Issue 11865 - Unhandled exception d...
GitHub
noreply at github.com
Mon Jan 6 00:03:10 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: d251e4fa1f3298b07f2e57acc3c1c6ede48531b8
https://github.com/D-Programming-Language/druntime/commit/d251e4fa1f3298b07f2e57acc3c1c6ede48531b8
Author: Vladimir Panteleev <vladimir at thecybershadow.net>
Date: 2014-01-05 (Sun, 05 Jan 2014)
Changed paths:
M src/rt/dmain2.d
Log Message:
-----------
rt.dmain2: Fix Issue 11865 - Unhandled exception does not show crash dialog
If a console window is not present, display uncaught exceptions
in a standard Windows message box.
Commit: c13bd95a842b07a9c7acf3ba6cc3c09dc760a69d
https://github.com/D-Programming-Language/druntime/commit/c13bd95a842b07a9c7acf3ba6cc3c09dc760a69d
Author: Vladimir Panteleev <vladimir at thecybershadow.net>
Date: 2014-01-05 (Sun, 05 Jan 2014)
Changed paths:
M src/core/sys/windows/windows.d
M src/rt/dmain2.d
Log Message:
-----------
rt.dmain2: Use core.sys.windows.windows
Commit: d0494632d6d7789fd4f94994ef52983935123052
https://github.com/D-Programming-Language/druntime/commit/d0494632d6d7789fd4f94994ef52983935123052
Author: Martin Nowak <code at dawg.eu>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M src/core/sys/windows/windows.d
M src/rt/dmain2.d
Log Message:
-----------
Merge pull request #703 from CyberShadow/windows-crash-dialog
Fix Issue 11865 - Unhandled exception does not show crash dialog
Compare: https://github.com/D-Programming-Language/druntime/compare/28f8df198450...d0494632d6d7
More information about the D-runtime
mailing list