From 6282dc26ee564db8a1852ff11b6459f7f28680ee Mon Sep 17 00:00:00 2001 From: "Xamarin Public Jenkins (auto-signing)" Date: Sat, 11 Aug 2018 08:20:09 +0000 Subject: [PATCH] Imported Upstream version 5.16.0.107 Former-commit-id: eaf09db2aefc2614b53ea5fc184626373fe95ffd --- configure.REMOVED.git-id | 2 +- configure.ac.REMOVED.git-id | 2 +- .../System.Threading.Tasks.Extensions.cs | 29 +++++++++++++ .../System.Threading.Tasks.Extensions.cs | 29 +++++++++++++ mcs/build/common/Consts.cs | 2 +- .../AssemblyInfo.cs | 36 ++++++++++++++++ .../Makefile | 24 +++++++++++ ...tem.Threading.Tasks.Extensions.dll.sources | 2 + .../TypeForwarders.cs | 39 ++++++++++++++++++ mcs/class/Facades/subdirs.make | 2 +- .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../1051600010/System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Security.dll.REMOVED.git-id | 2 +- .../1051600010/System.Xml.dll.REMOVED.git-id | 2 +- .../1051600010/mcs.exe.REMOVED.git-id | 2 +- .../1051600010/mscorlib.dll.REMOVED.git-id | 2 +- .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../1051600010/System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Security.dll.REMOVED.git-id | 2 +- .../1051600010/System.Xml.dll.REMOVED.git-id | 2 +- .../1051600010/mcs.exe.REMOVED.git-id | 2 +- .../1051600010/mscorlib.dll.REMOVED.git-id | 2 +- .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../1051600010/System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Security.dll.REMOVED.git-id | 2 +- .../1051600010/System.Xml.dll.REMOVED.git-id | 2 +- .../1051600010/mcs.exe.REMOVED.git-id | 2 +- .../1051600010/mscorlib.dll.REMOVED.git-id | 2 +- mono/metadata/threads.c.REMOVED.git-id | 2 +- mono/metadata/w32file-unix.c.REMOVED.git-id | 2 +- mono/mini/debugger-agent.c.REMOVED.git-id | 2 +- mono/mini/version.h | 2 +- mono/utils/mono-error.c | 2 + po/mcs/de.gmo | Bin 5406 -> 5406 bytes po/mcs/de.po.REMOVED.git-id | 2 +- po/mcs/es.gmo | Bin 16329 -> 16329 bytes po/mcs/es.po.REMOVED.git-id | 2 +- po/mcs/ja.gmo | Bin 20863 -> 20863 bytes po/mcs/ja.po.REMOVED.git-id | 2 +- po/mcs/mcs.pot | 4 +- po/mcs/pt_BR.gmo | Bin 72806 -> 72806 bytes po/mcs/pt_BR.po.REMOVED.git-id | 2 +- 48 files changed, 196 insertions(+), 35 deletions(-) create mode 100644 external/api-snapshot/profiles/monodroid/Facades/System.Threading.Tasks.Extensions.cs create mode 100644 external/api-snapshot/profiles/monotouch/Facades/System.Threading.Tasks.Extensions.cs create mode 100644 mcs/class/Facades/System.Threading.Tasks.Extensions/AssemblyInfo.cs create mode 100644 mcs/class/Facades/System.Threading.Tasks.Extensions/Makefile create mode 100644 mcs/class/Facades/System.Threading.Tasks.Extensions/System.Threading.Tasks.Extensions.dll.sources create mode 100644 mcs/class/Facades/System.Threading.Tasks.Extensions/TypeForwarders.cs diff --git a/configure.REMOVED.git-id b/configure.REMOVED.git-id index 588da40954..387ef24e09 100644 --- a/configure.REMOVED.git-id +++ b/configure.REMOVED.git-id @@ -1 +1 @@ -2af2049f420bb2dc76cc2d639f373df6b191eec3 \ No newline at end of file +563efed4b0813cddc6d73d9531197b8b0d792bf7 \ No newline at end of file diff --git a/configure.ac.REMOVED.git-id b/configure.ac.REMOVED.git-id index e1549c6766..94e49a2c97 100644 --- a/configure.ac.REMOVED.git-id +++ b/configure.ac.REMOVED.git-id @@ -1 +1 @@ -05e8f6c4f8e057e62e89f62ae2ca008eaf65edbb \ No newline at end of file +0f545e167eca4b556cfa9118e85c885f8ff39c0e \ No newline at end of file diff --git a/external/api-snapshot/profiles/monodroid/Facades/System.Threading.Tasks.Extensions.cs b/external/api-snapshot/profiles/monodroid/Facades/System.Threading.Tasks.Extensions.cs new file mode 100644 index 0000000000..3edc293063 --- /dev/null +++ b/external/api-snapshot/profiles/monodroid/Facades/System.Threading.Tasks.Extensions.cs @@ -0,0 +1,29 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +[assembly:System.Reflection.AssemblyVersionAttribute("4.2.0.0")] +[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))] +[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")] +[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")] +[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Threading.Tasks.Extensions")] +[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Threading.Tasks.Extensions")] +[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")] +[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")] +[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")] +[assembly:System.Reflection.AssemblyTitleAttribute("System.Threading.Tasks.Extensions")] +[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)] +[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncMethodBuilderAttribute))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.IValueTaskSource))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.IValueTaskSource<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.ValueTaskSourceStatus))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ValueTask))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ValueTask<>))] diff --git a/external/api-snapshot/profiles/monotouch/Facades/System.Threading.Tasks.Extensions.cs b/external/api-snapshot/profiles/monotouch/Facades/System.Threading.Tasks.Extensions.cs new file mode 100644 index 0000000000..3edc293063 --- /dev/null +++ b/external/api-snapshot/profiles/monotouch/Facades/System.Threading.Tasks.Extensions.cs @@ -0,0 +1,29 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +[assembly:System.Reflection.AssemblyVersionAttribute("4.2.0.0")] +[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))] +[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")] +[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")] +[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Threading.Tasks.Extensions")] +[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Threading.Tasks.Extensions")] +[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")] +[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")] +[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")] +[assembly:System.Reflection.AssemblyTitleAttribute("System.Threading.Tasks.Extensions")] +[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)] +[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncMethodBuilderAttribute))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.IValueTaskSource))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.IValueTaskSource<>))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.ValueTaskSourceStatus))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ValueTask))] +[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ValueTask<>))] diff --git a/mcs/build/common/Consts.cs b/mcs/build/common/Consts.cs index 547615bac7..98f99151b0 100644 --- a/mcs/build/common/Consts.cs +++ b/mcs/build/common/Consts.cs @@ -34,7 +34,7 @@ static class Consts // Use these assembly version constants to make code more maintainable. // - public const string MonoVersion = "5.16.0.102"; + public const string MonoVersion = "5.16.0.107"; public const string MonoCompany = "Mono development team"; public const string MonoProduct = "Mono Common Language Infrastructure"; public const string MonoCopyright = "(c) Various Mono authors"; diff --git a/mcs/class/Facades/System.Threading.Tasks.Extensions/AssemblyInfo.cs b/mcs/class/Facades/System.Threading.Tasks.Extensions/AssemblyInfo.cs new file mode 100644 index 0000000000..81d888cec0 --- /dev/null +++ b/mcs/class/Facades/System.Threading.Tasks.Extensions/AssemblyInfo.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2018 Microsoft Corporation +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; + +[assembly: AssemblyTitle ("System.Threading.Tasks.Extensions")] +[assembly: AssemblyDescription ("System.Threading.Tasks.Extensions")] +[assembly: AssemblyDefaultAlias ("System.Threading.Tasks.Extensions")] +[assembly: AssemblyCompany ("Mono development team")] +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")] +[assembly: AssemblyCopyright ("(c) Various Mono authors")] +[assembly: AssemblyVersion ("4.2.0.0")] +[assembly: AssemblyInformationalVersion ("4.0.0.0")] +[assembly: AssemblyFileVersion ("4.0.0.0")] diff --git a/mcs/class/Facades/System.Threading.Tasks.Extensions/Makefile b/mcs/class/Facades/System.Threading.Tasks.Extensions/Makefile new file mode 100644 index 0000000000..31446affab --- /dev/null +++ b/mcs/class/Facades/System.Threading.Tasks.Extensions/Makefile @@ -0,0 +1,24 @@ +MCS_BUILD_DIR = ../../../build + +thisdir = class/Facades/System.Threading.Tasks.Extensions +SUBDIRS = +include $(MCS_BUILD_DIR)/rules.make + +LIBRARY_SUBDIR = Facades +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades + +LIBRARY = System.Threading.Tasks.Extensions.dll + +KEYFILE = ../../Open.snk +LIBRARY_SNK = $(KEYFILE) +SIGN_FLAGS = /delaysign /nowarn:1616,1699 +LIB_REFS = +LIB_MCS_FLAGS = $(SIGN_FLAGS) + +PLATFORM_DEBUG_FLAGS = + +NO_TEST = yes + +include $(MCS_BUILD_DIR)/library.make + + diff --git a/mcs/class/Facades/System.Threading.Tasks.Extensions/System.Threading.Tasks.Extensions.dll.sources b/mcs/class/Facades/System.Threading.Tasks.Extensions/System.Threading.Tasks.Extensions.dll.sources new file mode 100644 index 0000000000..5ca8e405d3 --- /dev/null +++ b/mcs/class/Facades/System.Threading.Tasks.Extensions/System.Threading.Tasks.Extensions.dll.sources @@ -0,0 +1,2 @@ +AssemblyInfo.cs +TypeForwarders.cs \ No newline at end of file diff --git a/mcs/class/Facades/System.Threading.Tasks.Extensions/TypeForwarders.cs b/mcs/class/Facades/System.Threading.Tasks.Extensions/TypeForwarders.cs new file mode 100644 index 0000000000..446f4da1dd --- /dev/null +++ b/mcs/class/Facades/System.Threading.Tasks.Extensions/TypeForwarders.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2018 Microsoft Corporation +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncMethodBuilderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter<>))] + +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ValueTask))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ValueTask<>))] + +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.IValueTaskSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.IValueTaskSource<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Sources.ValueTaskSourceStatus))] + diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make index cd64572700..6fbe74daa2 100644 --- a/mcs/class/Facades/subdirs.make +++ b/mcs/class/Facades/subdirs.make @@ -90,7 +90,7 @@ unreal_PARALLEL_SUBDIRS = $(common_SUBDIRS) $(mobile_only_SUBDIRS) wasm_SUBDIRS = $(common_DEPS_SUBDIRS) $(netstandard_drawing_SUBDIRS) $(mobile_only_DEPS_SUBDIRS) wasm_PARALLEL_SUBDIRS = $(common_SUBDIRS) $(mobile_only_SUBDIRS) -mobile_only_SUBDIRS = System.Security.Cryptography.Pkcs \ +mobile_only_SUBDIRS = System.Security.Cryptography.Pkcs System.Threading.Tasks.Extensions \ System.Security.Cryptography.Cng System.Runtime.Loader System.Xml.XPath.XmlDocument System.Reflection.DispatchProxy System.Memory System.Drawing.Common mobile_only_DEPS_SUBDIRS = System.Security.Cryptography.OpenSsl diff --git a/mcs/class/lib/monolite-darwin/1051600010/Mono.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/Mono.Security.dll.REMOVED.git-id index 1880f6bab9..bc6d7656b2 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/Mono.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/Mono.Security.dll.REMOVED.git-id @@ -1 +1 @@ -6b1d9cf06f641c19ad455f11be616ebe3bd1da27 \ No newline at end of file +0eac5b73eafc9e51b3b7380b79bfa6a173d087ba \ No newline at end of file diff --git a/mcs/class/lib/monolite-darwin/1051600010/System.Configuration.dll.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/System.Configuration.dll.REMOVED.git-id index 610568fff0..12caa0aef8 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/System.Configuration.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/System.Configuration.dll.REMOVED.git-id @@ -1 +1 @@ -a7e9b0b04c19363857218bd2bde477ef407a100c \ No newline at end of file +db7cb124eed11e351766195b34818644bf656156 \ No newline at end of file diff --git a/mcs/class/lib/monolite-darwin/1051600010/System.IO.Compression.dll b/mcs/class/lib/monolite-darwin/1051600010/System.IO.Compression.dll index 21d22be5af81e612aa2caa758923835feaf8ed2f..4d26e6f1ae103938725b04345e6cf760e98235b3 100644 GIT binary patch delta 58 zcmV-A0LA}+hz5X&29SsZxB!s*fsD0`0W=H{$^V>)H|uUjrB~IO&EMv2y@JiG;@i#^B&Ux6lj$Y6b%` Q04kTDeE}-BXA=RLaGH%3*8l(j diff --git a/mcs/class/lib/monolite-darwin/1051600010/System.Numerics.dll.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/System.Numerics.dll.REMOVED.git-id index 9337c77abd..0deda72fc6 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/System.Numerics.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/System.Numerics.dll.REMOVED.git-id @@ -1 +1 @@ -2eb744d2912ab04cce992305035efd8a5bed7af8 \ No newline at end of file +befa7798d9e934f5648ad9ea5ae0a673eb0db257 \ No newline at end of file diff --git a/mcs/class/lib/monolite-darwin/1051600010/System.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/System.Security.dll.REMOVED.git-id index 28cc7df1be..7bbd939f43 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/System.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/System.Security.dll.REMOVED.git-id @@ -1 +1 @@ -093f807a737c04dbe5c194e310a1f0665ef7bf2f \ No newline at end of file +ad7cd980634db06302435155054be4196d9db8f6 \ No newline at end of file diff --git a/mcs/class/lib/monolite-darwin/1051600010/System.Xml.dll.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/System.Xml.dll.REMOVED.git-id index a94adb9927..965e583528 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/System.Xml.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/System.Xml.dll.REMOVED.git-id @@ -1 +1 @@ -b8e37ab63c6564322fab781e01c99b906958ce90 \ No newline at end of file +2603e10200febbc2e2f66789b7fced98ac9a92a9 \ No newline at end of file diff --git a/mcs/class/lib/monolite-darwin/1051600010/mcs.exe.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/mcs.exe.REMOVED.git-id index d84fb7a32e..a7f7329b63 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/mcs.exe.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/mcs.exe.REMOVED.git-id @@ -1 +1 @@ -232ae970ee993f99bffa983a45d06e193271b1b3 \ No newline at end of file +1e4af4a28b201bde7e5100bb94dd419494ddf7b6 \ No newline at end of file diff --git a/mcs/class/lib/monolite-darwin/1051600010/mscorlib.dll.REMOVED.git-id b/mcs/class/lib/monolite-darwin/1051600010/mscorlib.dll.REMOVED.git-id index 8f38440d4b..1cc4d5eac1 100644 --- a/mcs/class/lib/monolite-darwin/1051600010/mscorlib.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-darwin/1051600010/mscorlib.dll.REMOVED.git-id @@ -1 +1 @@ -ae8039190c7fa7c4fe1558c96d90e03e84d24240 \ No newline at end of file +3a16209d0c3fdf43ed7498b8690ed0acf072de3d \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/Mono.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/Mono.Security.dll.REMOVED.git-id index 1880f6bab9..bc6d7656b2 100644 --- a/mcs/class/lib/monolite-linux/1051600010/Mono.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/Mono.Security.dll.REMOVED.git-id @@ -1 +1 @@ -6b1d9cf06f641c19ad455f11be616ebe3bd1da27 \ No newline at end of file +0eac5b73eafc9e51b3b7380b79bfa6a173d087ba \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/System.Configuration.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/System.Configuration.dll.REMOVED.git-id index 610568fff0..12caa0aef8 100644 --- a/mcs/class/lib/monolite-linux/1051600010/System.Configuration.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/System.Configuration.dll.REMOVED.git-id @@ -1 +1 @@ -a7e9b0b04c19363857218bd2bde477ef407a100c \ No newline at end of file +db7cb124eed11e351766195b34818644bf656156 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/System.IO.Compression.dll b/mcs/class/lib/monolite-linux/1051600010/System.IO.Compression.dll index 21d22be5af81e612aa2caa758923835feaf8ed2f..4d26e6f1ae103938725b04345e6cf760e98235b3 100644 GIT binary patch delta 58 zcmV-A0LA}+hz5X&29SsZxB!s*fsD0`0W=H{$^V>)H|uUjrB~IO&EMv2y@JiG;@i#^B&Ux6lj$Y6b%` Q04kTDeE}-BXA=RLaGH%3*8l(j diff --git a/mcs/class/lib/monolite-linux/1051600010/System.Numerics.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/System.Numerics.dll.REMOVED.git-id index 9337c77abd..0deda72fc6 100644 --- a/mcs/class/lib/monolite-linux/1051600010/System.Numerics.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/System.Numerics.dll.REMOVED.git-id @@ -1 +1 @@ -2eb744d2912ab04cce992305035efd8a5bed7af8 \ No newline at end of file +befa7798d9e934f5648ad9ea5ae0a673eb0db257 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/System.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/System.Security.dll.REMOVED.git-id index 28cc7df1be..7bbd939f43 100644 --- a/mcs/class/lib/monolite-linux/1051600010/System.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/System.Security.dll.REMOVED.git-id @@ -1 +1 @@ -093f807a737c04dbe5c194e310a1f0665ef7bf2f \ No newline at end of file +ad7cd980634db06302435155054be4196d9db8f6 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/System.Xml.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/System.Xml.dll.REMOVED.git-id index a94adb9927..965e583528 100644 --- a/mcs/class/lib/monolite-linux/1051600010/System.Xml.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/System.Xml.dll.REMOVED.git-id @@ -1 +1 @@ -b8e37ab63c6564322fab781e01c99b906958ce90 \ No newline at end of file +2603e10200febbc2e2f66789b7fced98ac9a92a9 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/mcs.exe.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/mcs.exe.REMOVED.git-id index d84fb7a32e..a7f7329b63 100644 --- a/mcs/class/lib/monolite-linux/1051600010/mcs.exe.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/mcs.exe.REMOVED.git-id @@ -1 +1 @@ -232ae970ee993f99bffa983a45d06e193271b1b3 \ No newline at end of file +1e4af4a28b201bde7e5100bb94dd419494ddf7b6 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/1051600010/mscorlib.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/1051600010/mscorlib.dll.REMOVED.git-id index 8f38440d4b..1cc4d5eac1 100644 --- a/mcs/class/lib/monolite-linux/1051600010/mscorlib.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/1051600010/mscorlib.dll.REMOVED.git-id @@ -1 +1 @@ -ae8039190c7fa7c4fe1558c96d90e03e84d24240 \ No newline at end of file +3a16209d0c3fdf43ed7498b8690ed0acf072de3d \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/Mono.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/Mono.Security.dll.REMOVED.git-id index 1880f6bab9..bc6d7656b2 100644 --- a/mcs/class/lib/monolite-win32/1051600010/Mono.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/Mono.Security.dll.REMOVED.git-id @@ -1 +1 @@ -6b1d9cf06f641c19ad455f11be616ebe3bd1da27 \ No newline at end of file +0eac5b73eafc9e51b3b7380b79bfa6a173d087ba \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/System.Configuration.dll.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/System.Configuration.dll.REMOVED.git-id index 610568fff0..12caa0aef8 100644 --- a/mcs/class/lib/monolite-win32/1051600010/System.Configuration.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/System.Configuration.dll.REMOVED.git-id @@ -1 +1 @@ -a7e9b0b04c19363857218bd2bde477ef407a100c \ No newline at end of file +db7cb124eed11e351766195b34818644bf656156 \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/System.IO.Compression.dll b/mcs/class/lib/monolite-win32/1051600010/System.IO.Compression.dll index 21d22be5af81e612aa2caa758923835feaf8ed2f..4d26e6f1ae103938725b04345e6cf760e98235b3 100644 GIT binary patch delta 58 zcmV-A0LA}+hz5X&29SsZxB!s*fsD0`0W=H{$^V>)H|uUjrB~IO&EMv2y@JiG;@i#^B&Ux6lj$Y6b%` Q04kTDeE}-BXA=RLaGH%3*8l(j diff --git a/mcs/class/lib/monolite-win32/1051600010/System.Numerics.dll.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/System.Numerics.dll.REMOVED.git-id index 9337c77abd..0deda72fc6 100644 --- a/mcs/class/lib/monolite-win32/1051600010/System.Numerics.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/System.Numerics.dll.REMOVED.git-id @@ -1 +1 @@ -2eb744d2912ab04cce992305035efd8a5bed7af8 \ No newline at end of file +befa7798d9e934f5648ad9ea5ae0a673eb0db257 \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/System.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/System.Security.dll.REMOVED.git-id index 28cc7df1be..7bbd939f43 100644 --- a/mcs/class/lib/monolite-win32/1051600010/System.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/System.Security.dll.REMOVED.git-id @@ -1 +1 @@ -093f807a737c04dbe5c194e310a1f0665ef7bf2f \ No newline at end of file +ad7cd980634db06302435155054be4196d9db8f6 \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/System.Xml.dll.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/System.Xml.dll.REMOVED.git-id index a94adb9927..965e583528 100644 --- a/mcs/class/lib/monolite-win32/1051600010/System.Xml.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/System.Xml.dll.REMOVED.git-id @@ -1 +1 @@ -b8e37ab63c6564322fab781e01c99b906958ce90 \ No newline at end of file +2603e10200febbc2e2f66789b7fced98ac9a92a9 \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/mcs.exe.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/mcs.exe.REMOVED.git-id index d84fb7a32e..a7f7329b63 100644 --- a/mcs/class/lib/monolite-win32/1051600010/mcs.exe.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/mcs.exe.REMOVED.git-id @@ -1 +1 @@ -232ae970ee993f99bffa983a45d06e193271b1b3 \ No newline at end of file +1e4af4a28b201bde7e5100bb94dd419494ddf7b6 \ No newline at end of file diff --git a/mcs/class/lib/monolite-win32/1051600010/mscorlib.dll.REMOVED.git-id b/mcs/class/lib/monolite-win32/1051600010/mscorlib.dll.REMOVED.git-id index 8f38440d4b..1cc4d5eac1 100644 --- a/mcs/class/lib/monolite-win32/1051600010/mscorlib.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-win32/1051600010/mscorlib.dll.REMOVED.git-id @@ -1 +1 @@ -ae8039190c7fa7c4fe1558c96d90e03e84d24240 \ No newline at end of file +3a16209d0c3fdf43ed7498b8690ed0acf072de3d \ No newline at end of file diff --git a/mono/metadata/threads.c.REMOVED.git-id b/mono/metadata/threads.c.REMOVED.git-id index 52f6560f0a..1b5142d996 100644 --- a/mono/metadata/threads.c.REMOVED.git-id +++ b/mono/metadata/threads.c.REMOVED.git-id @@ -1 +1 @@ -07311e48b24a9f066db4bc81a9d0a8909cf3b974 \ No newline at end of file +328a7ed774148ac3ca84ca7d3f69cf1f7354d8d0 \ No newline at end of file diff --git a/mono/metadata/w32file-unix.c.REMOVED.git-id b/mono/metadata/w32file-unix.c.REMOVED.git-id index cbb3a30449..121b7062d7 100644 --- a/mono/metadata/w32file-unix.c.REMOVED.git-id +++ b/mono/metadata/w32file-unix.c.REMOVED.git-id @@ -1 +1 @@ -aca2533078543caf0dc3ce34871256cc577b29c9 \ No newline at end of file +dbd74ba4e1f9faa60a0a2ca3d67935212d67f970 \ No newline at end of file diff --git a/mono/mini/debugger-agent.c.REMOVED.git-id b/mono/mini/debugger-agent.c.REMOVED.git-id index 162fe5cb59..d5f518607d 100644 --- a/mono/mini/debugger-agent.c.REMOVED.git-id +++ b/mono/mini/debugger-agent.c.REMOVED.git-id @@ -1 +1 @@ -ffb917f2bb083bc78d4767be9541cb5a3352c43f \ No newline at end of file +5500716c656e96de6976ce309e5f40e8fbb80299 \ No newline at end of file diff --git a/mono/mini/version.h b/mono/mini/version.h index cb5470b848..62596bd1e2 100644 --- a/mono/mini/version.h +++ b/mono/mini/version.h @@ -1 +1 @@ -#define FULL_VERSION "explicit/a8b65e1" +#define FULL_VERSION "explicit/3707b81" diff --git a/mono/utils/mono-error.c b/mono/utils/mono-error.c index 21315f6873..74fa559658 100644 --- a/mono/utils/mono-error.c +++ b/mono/utils/mono-error.c @@ -194,6 +194,8 @@ mono_error_get_message (MonoError *oerror) case MONO_ERROR_FILE_NOT_FOUND: case MONO_ERROR_MISSING_FIELD: return error->full_message; + case MONO_ERROR_CLEANUP_CALLED_SENTINEL: + g_assert_not_reached (); } if (error->full_message_with_fields) diff --git a/po/mcs/de.gmo b/po/mcs/de.gmo index eeeb0ea00a8bd95713ad77fa5bb2cf1cd3eb9da4..7036ad516de9c3cbf69390f127f2ee052df3632f 100644 GIT binary patch delta 21 ccmbQIHBW296D|%zLj?m1D+ANbZ@7%O08kMIr2qf` delta 21 ccmbQIHBW296D|$|O9cZ9D+7zoZ@7%O08n-YuK)l5 diff --git a/po/mcs/de.po.REMOVED.git-id b/po/mcs/de.po.REMOVED.git-id index fc1bee88eb..5ec5f6935b 100644 --- a/po/mcs/de.po.REMOVED.git-id +++ b/po/mcs/de.po.REMOVED.git-id @@ -1 +1 @@ -73173d1e27ea71b44607b13d22f2ccdf40a5469d \ No newline at end of file +c8dbb804591d8cb087c90396b4842d046b95dc24 \ No newline at end of file diff --git a/po/mcs/es.gmo b/po/mcs/es.gmo index 4e7aa925b71080560c865a3d869cfbf3020fb29f..d3b44f86d96bee4d0f4fb0d8914dd266ff8d4d1f 100644 GIT binary patch delta 21 ccmX?Ef3kjqt|Et_p@M;hm4WGIQ^hHA09TO)+W-In delta 21 ccmX?Ef3kjqt|EtlrGkNlm4U@(Q^hHA09W<~\n" "Language-Team: LANGUAGE \n" diff --git a/po/mcs/pt_BR.gmo b/po/mcs/pt_BR.gmo index 6c8bdfb1f31842a4717fc3c23a2221d8578f3444..b103f27f64009bfcf2093e3f50f3a5e2d31da7f5 100644 GIT binary patch delta 23 fcmaF1gXP%{mJP8}ISdUI3@oe+OgE=aWo!okbutL8 delta 23 fcmaF1gXP%{mJP8}ISecn3@oe+EH