From e84b2692b17cee49b46213824bccea24327adf3c Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 4 Jun 2013 16:45:04 +0200 Subject: [PATCH 1/2] Fold in missed MinGW math bug fix. --- runtime/druntime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/druntime b/runtime/druntime index 42620e90..0fc32eae 160000 --- a/runtime/druntime +++ b/runtime/druntime @@ -1 +1 @@ -Subproject commit 42620e900790bcbcf00411faa54a19c4731690fa +Subproject commit 0fc32eaeefc800ba4ff0aa5b0d8f987fc0e9ca94 From b2bacba7f46571a922eb221e5f788e73b22d13c5 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 4 Jun 2013 16:46:15 +0200 Subject: [PATCH 2/2] Correct wiki URL in debug info. The wiki is not available using SSL; thanks to Kai for noticing this. --- gen/todebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/todebug.cpp b/gen/todebug.cpp index 839a714b..f55d6e6f 100644 --- a/gen/todebug.cpp +++ b/gen/todebug.cpp @@ -520,7 +520,7 @@ void DtoDwarfCompileUnit(Module* m) global.params.symdebug == 2 ? DW_LANG_C : DW_LANG_D, srcname, srcpath, - "LDC (https://wiki.dlang.org/LDC)", + "LDC (http://wiki.dlang.org/LDC)", false, // isOptimized TODO llvm::StringRef(), // Flags TODO 1 // Runtime Version TODO