Skip to content

Instantly share code, notes, and snippets.

commit b0e613ef9d519dc8ffba68742c0beb697de058d3
Author: Rolf Bjarne Kvinge <[email protected]>
Date: Thu Feb 4 13:29:20 2016 +0100
[mk] Build our release runtime with -O2.
diff --git a/mk/rules.mk b/mk/rules.mk
index f5b3bcd..1f1cb85 100644
--- a/mk/rules.mk
+++ b/mk/rules.mk
diff --git a/external/cecil b/external/cecil
--- a/external/cecil
+++ b/external/cecil
@@ -1 +1 @@
-Subproject commit 33d50b874fd527118bc361d83de3d494e8bb55e1
+Subproject commit 33d50b874fd527118bc361d83de3d494e8bb55e1-dirty
diff --git a/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs b/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs
index aefa9ab..984a75d 100644
--- a/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs
+++ b/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs
diff --git a/iOS/GlobeView.cs b/iOS/GlobeView.cs
index 93f1565..08c7f91 100755
--- a/iOS/GlobeView.cs
+++ b/iOS/GlobeView.cs
@@ -98,12 +98,14 @@ namespace HelloWorld.iOS
}
}
+ static List<CGDataProvider> providers = new List<CGDataProvider> ();
public static IImage LoadImage (System.IO.Stream stream)
<div>
<style scoped>
.nonbreaking { color: black; }
.breaking { color: red; }
.obsolete { color: gray; }
.added { color: green; }
.removed-inline { text-decoration: line-through; }
.removed-breaking-inline { color: red;}
.added-breaking-inline { text-decoration: underline; }
</style>
diff --git a/mono/mini/method-to-ir.c b/mono/mini/method-to-ir.c
index be57350..f6df138 100644
--- a/mono/mini/method-to-ir.c
+++ b/mono/mini/method-to-ir.c
@@ -6454,34 +6454,45 @@ mini_emit_inst_for_method (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSign
if (!strcmp (cmethod->name, "Read") && fsig->param_count == 1) {
guint32 opcode = 0;
+<<<<<<< HEAD
gboolean is_ref = mini_type_is_reference (cfg, fsig->params [0]);
Process: com.xamarin.monotouch-test.watchkitapp.watchkitextension [97956]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/5433127F-9E60-4117-9D04-966DBBA205C4/data/Containers/Bundle/Application/9C3DFB9C-63C3-4F89-92C1-CF0D77EBE3C9/com.xamarin.monotouch-test.watchkitapp.app/PlugIns/com.xamarin.monotouch-test.watchkitapp.watchkitextension.appex/com.xamarin.monotouch-test.watchkitapp.watchkitextension
Identifier: com.xamarin.monotouch-test.watchkitapp.watchkitextension
Version: 1.0
Code Type: X86 (Native)
Parent Process: launchd_sim [97840]
Responsible: com.xamarin.monotouch-test.watchkitapp.watchkitextension [97956]
User ID: 501
Date/Time: 2016-01-13 12:49:51.736 +0100
diff --git a/inn/add_company.aspx.vb b/inn/add_company.aspx.vb
index e90f7e3..c89b1aa 100755
--- a/inn/add_company.aspx.vb
+++ b/inn/add_company.aspx.vb
@@ -461,9 +461,10 @@ Public Class addcompany
strLetterToMasterUser = Replace(strLetterToMasterUser, "ksjghfiw6", strMasterUserPassword)
+ Dim smtpPort As Integer = CInt (My.Settings.ratord_SMTP_port)
Dim strEmailReturn As String = SendSimple(My.Settings.ratord_SMTP_email,
diff --git a/src/CommonCrypto/Makefile b/src/CommonCrypto/Makefile
index 0e6764d..6b280b1 100644
--- a/src/CommonCrypto/Makefile
+++ b/src/CommonCrypto/Makefile
@@ -1,8 +1,14 @@
ifeq ($(SYSTEM_MCS),)
SYSTEM_MCS=/Library/Frameworks/Mono.framework/Commands/mcs
+ifeq ("$(wildcard $(SYSTEM_MCS))","")
+SYSTEM_MCS=mcs
+endif
commit 1cbbb44782e2eef3aa5901deb3d8d9c12f046a24
Author: Rolf Bjarne Kvinge <[email protected]>
Date: Wed Jan 6 13:56:43 2016 +0100
[aot] Fix emission of external aot data by aligning tables in the file.
The table reading code depends on data being aligned, so make sure it is.
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
index 3c803ae..dbf906a 100644
commit f04caf86e9725926d51f20ad78ac65f7f045b115
Author: Rolf Bjarne Kvinge <[email protected]>
Date: Wed Jan 6 13:56:43 2016 +0100
[aot] Fix emission of external aot data by aligning tables in the file.
The table reading code depends on data being aligned, so make sure it is.
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
index 3c803ae..4c7edd5 100644