mono.git
11 years agoAdd full-aot support for 4 dimensional arrays. Fixes #10275.
Zoltan Varga [Fri, 15 Feb 2013 07:54:52 +0000 (08:54 +0100)]
Add full-aot support for 4 dimensional arrays. Fixes #10275.

11 years agoFix some PPC cross-compilation problems reported in #10076.
Zoltan Varga [Fri, 15 Feb 2013 07:26:51 +0000 (08:26 +0100)]
Fix some PPC cross-compilation problems reported in #10076.

11 years agoImplement gsharedvt support for constrained calls to Object.GetHashCode ().
Zoltan Varga [Fri, 15 Feb 2013 00:24:31 +0000 (01:24 +0100)]
Implement gsharedvt support for constrained calls to Object.GetHashCode ().

11 years agoFix a race in the posix suspend code that would lead to a crash.
Rodrigo Kumpera [Thu, 14 Feb 2013 23:39:32 +0000 (18:39 -0500)]
Fix a race in the posix suspend code that would lead to a crash.

* mono-threads-posix.c: If we get the suspend signal while the thread
is detaching, we end up with a non null thread info but a null jit info.
This leads to thread_state_init_from_sigctx returning false. The
solution on this case is not to crash, but to tell the suspender
that the current suspend attempt failed.

Fixes an intermittent crash on the linux bots.

11 years ago[sgen] Fix GC handle table resize for SGen. Fixes #10127.
Mark Probst [Thu, 14 Feb 2013 17:39:02 +0000 (09:39 -0800)]
[sgen] Fix GC handle table resize for SGen.  Fixes #10127.

SGen doesn't honor mono_gc_disable(), so the code was racy.

11 years ago[gc] Remove mono_gc_disable/enable().
Mark Probst [Thu, 14 Feb 2013 18:46:24 +0000 (10:46 -0800)]
[gc] Remove mono_gc_disable/enable().

We don't use it anymore, and SGen doesn't honor it anyway.

11 years ago[sgen] Binary protocol for disappearing link updates.
Mark Probst [Thu, 14 Feb 2013 17:51:03 +0000 (09:51 -0800)]
[sgen] Binary protocol for disappearing link updates.

11 years ago[sgen] Fix mono_gc_weak_link_get ().
Mark Probst [Thu, 14 Feb 2013 17:47:51 +0000 (09:47 -0800)]
[sgen] Fix mono_gc_weak_link_get ().

11 years agofinalizer-wait and critical-finalizer tests are sgen only, don't try under boehm...
Rodrigo Kumpera [Thu, 14 Feb 2013 21:17:04 +0000 (16:17 -0500)]
finalizer-wait and critical-finalizer tests are sgen only, don't try under boehm. test now run more tests.

11 years agoRemove a stale comment.
Rodrigo Kumpera [Thu, 14 Feb 2013 19:28:58 +0000 (14:28 -0500)]
Remove a stale comment.

11 years agoEnabled a bunch of tests that should now work.
Rodrigo Kumpera [Thu, 14 Feb 2013 18:56:31 +0000 (13:56 -0500)]
Enabled a bunch of tests that should now work.

11 years agoFix a test for compiler context. Compiler Context is dead but that test can still...
Rodrigo Kumpera [Thu, 14 Feb 2013 17:16:14 +0000 (12:16 -0500)]
Fix a test for compiler context. Compiler Context is dead but that test can still be used.

11 years agoFix the test driver regex to detect tests that have two components. Increase timeout...
Rodrigo Kumpera [Thu, 14 Feb 2013 17:03:42 +0000 (12:03 -0500)]
Fix the test driver regex to detect tests that have two components. Increase timeout of gc tests from 2 to 5 minutes.

11 years agoFix mono_patch_info_equal () for MONO_PATCH_INFO_GSHAREDVT_CALL.
Zoltan Varga [Thu, 14 Feb 2013 14:45:46 +0000 (15:45 +0100)]
Fix mono_patch_info_equal () for MONO_PATCH_INFO_GSHAREDVT_CALL.

11 years agoMore mobile tests update
Marek Safar [Thu, 14 Feb 2013 12:06:25 +0000 (13:06 +0100)]
More mobile tests update

11 years agoOptimize custom attributes check to build less pseudo custom attributes
Marek Safar [Thu, 14 Feb 2013 11:31:47 +0000 (12:31 +0100)]
Optimize custom attributes check to build less pseudo custom attributes

11 years agoRewrite the sgen test driver to make it easy to add configuration and have digestible...
Rodrigo Kumpera [Wed, 13 Feb 2013 23:03:55 +0000 (18:03 -0500)]
Rewrite the sgen test driver to make it easy to add configuration and have digestible output.

11 years agoMake it so we can pass test and binary names in the same parameter so we can distingu...
Rodrigo Kumpera [Wed, 13 Feb 2013 22:17:40 +0000 (17:17 -0500)]
Make it so we can pass test and binary names in the same parameter so we can distinguish them when running with multiple configurations.

11 years agoCapturing runtime test output on wrench is an epic bucket of fail. So change the...
Rodrigo Kumpera [Wed, 13 Feb 2013 17:30:58 +0000 (12:30 -0500)]
Capturing runtime test output on wrench is an epic bucket of fail. So change the driver to dump it inline when running on wrench.

11 years agoFix bug #10271: our imported resource name was wrong.
Atsushi Eno [Wed, 13 Feb 2013 19:07:38 +0000 (04:07 +0900)]
Fix bug #10271: our imported resource name was wrong.

11 years agoMerge pull request #562 from grumpydev/TypeConverterFix
Marek Safar [Wed, 13 Feb 2013 16:28:33 +0000 (08:28 -0800)]
Merge pull request #562 from grumpydev/TypeConverterFix

TypeConverter.IsValid fix

11 years agoAllow more constrained call cases when using gsharedvt. Allow usage of the ldvirtftn...
Zoltan Varga [Wed, 13 Feb 2013 13:03:05 +0000 (14:03 +0100)]
Allow more constrained call cases when using gsharedvt. Allow usage of the ldvirtftn opcode.

11 years agoFix regression in XmlSchemaValidator (bug #10245): collection misoperation due to...
Atsushi Eno [Wed, 13 Feb 2013 12:13:27 +0000 (21:13 +0900)]
Fix regression in XmlSchemaValidator (bug #10245): collection misoperation due to parameter renaming.

11 years agoSet ainfo->size on ARM for arguments passed on the stack, the gsharedvt code depends...
Zoltan Varga [Wed, 13 Feb 2013 11:22:54 +0000 (12:22 +0100)]
Set ainfo->size on ARM for arguments passed on the stack, the gsharedvt code depends on this.

11 years agoMove the creation of gsharedvt wrappers/trampolines to a new helper function mini_get...
Zoltan Varga [Wed, 13 Feb 2013 09:42:36 +0000 (10:42 +0100)]
Move the creation of gsharedvt wrappers/trampolines to a new helper function mini_get_gsharedvt_wrapper (), and use that everywhere. Add caching to avoid running out of gsharedvt arg trampolines.

11 years agoAvoid AOT errors if gsharedvt is not enabled.
Zoltan Varga [Wed, 13 Feb 2013 07:57:20 +0000 (08:57 +0100)]
Avoid AOT errors if gsharedvt is not enabled.

11 years agoAdd an --enable-minimal option to disable support for multiple appdomains.
Zoltan Varga [Wed, 13 Feb 2013 07:44:12 +0000 (08:44 +0100)]
Add an --enable-minimal option to disable support for multiple appdomains.

11 years ago[sgen] Fix a GC descriptor bug. Fixes case 23400.
Mark Probst [Wed, 13 Feb 2013 00:23:32 +0000 (16:23 -0800)]
[sgen] Fix a GC descriptor bug.  Fixes case 23400.

This affects arrays of all structs of which the last reference field
is at offset 16*sizeof(mword).

11 years agoThis was removed by accident when chopping MOONLIGHT code out.
Rodrigo Kumpera [Wed, 13 Feb 2013 00:08:29 +0000 (19:08 -0500)]
This was removed by accident when chopping MOONLIGHT code out.

11 years agoFix the shared_area logic to have it enabled by default.
Rodrigo Kumpera [Tue, 12 Feb 2013 22:28:12 +0000 (17:28 -0500)]
Fix the shared_area logic to have it enabled by default.

11 years agoAdd MONO_DISABLE_SHARED_AREA to the man page.
Rodrigo Kumpera [Tue, 12 Feb 2013 21:36:42 +0000 (16:36 -0500)]
Add MONO_DISABLE_SHARED_AREA to the man page.

11 years agoMake it possible to disable shared_are with the MONO_DISABLE_SHARED_AREA env var.
Rodrigo Kumpera [Tue, 12 Feb 2013 21:33:40 +0000 (16:33 -0500)]
Make it possible to disable shared_are with the MONO_DISABLE_SHARED_AREA env var.

11 years agoFix shared_area fallback implementations to not leak memory.
Rodrigo Kumpera [Tue, 12 Feb 2013 21:32:49 +0000 (16:32 -0500)]
Fix shared_area fallback implementations to not leak memory.

11 years agoUse the fast shared_area lookup code everywhere. The targets that don't need it don...
Rodrigo Kumpera [Tue, 12 Feb 2013 21:31:15 +0000 (16:31 -0500)]
Use the fast shared_area lookup code everywhere. The targets that don't need it don't compile it in.

11 years agoFix more mobile tests
Marek Safar [Tue, 12 Feb 2013 19:02:07 +0000 (20:02 +0100)]
Fix more mobile tests

11 years agoPossible fix for #10206
Marek Safar [Tue, 12 Feb 2013 14:00:38 +0000 (15:00 +0100)]
Possible fix for #10206

11 years ago[monodoc] Add missing HelpSource set in Legacy mode
Jeremie Laval [Tue, 12 Feb 2013 13:40:56 +0000 (13:40 +0000)]
[monodoc] Add missing HelpSource set in Legacy mode

11 years agoFix TaskCreationOptions.AttachedToParent to avoid NRE on TaskCreationOptions.DenyChil...
Marek Safar [Tue, 12 Feb 2013 13:25:00 +0000 (14:25 +0100)]
Fix TaskCreationOptions.AttachedToParent to avoid NRE on TaskCreationOptions.DenyChildAttach and deadlock on Wait

11 years agoRunSynchronously cannot be used with continuation
Marek Safar [Tue, 12 Feb 2013 11:22:29 +0000 (12:22 +0100)]
RunSynchronously cannot be used with continuation

11 years agoMerge pull request #558 from mkorkalo/master
Marek Safar [Tue, 12 Feb 2013 12:20:09 +0000 (04:20 -0800)]
Merge pull request #558 from mkorkalo/master

[I18N] Fix ByteEncoding crashes when using EncoderFallback

11 years ago[monodoc] Legacy Tree inheriting Node
Jeremie Laval [Tue, 12 Feb 2013 11:24:31 +0000 (11:24 +0000)]
[monodoc] Legacy Tree inheriting Node

11 years ago[monodoc] Re-add more legacy settings
Jeremie Laval [Tue, 12 Feb 2013 11:22:15 +0000 (11:22 +0000)]
[monodoc] Re-add more legacy settings

11 years agoUse direct method addresses in the unbox trampoline table as well on ios.
Zoltan Varga [Tue, 12 Feb 2013 11:24:15 +0000 (12:24 +0100)]
Use direct method addresses in the unbox trampoline table as well on ios.

11 years agoRemove broken profile files
Marek Safar [Tue, 12 Feb 2013 09:19:10 +0000 (10:19 +0100)]
Remove broken profile files

11 years agoRemove unused file
Marek Safar [Tue, 12 Feb 2013 08:46:39 +0000 (09:46 +0100)]
Remove unused file

11 years agoFix an assert in the gsharedvt code.
Zoltan Varga [Tue, 12 Feb 2013 05:51:10 +0000 (06:51 +0100)]
Fix an assert in the gsharedvt code.

11 years agoServicePoint: Use DateTime.UtcNow internally, which avoids looking up the timezone...
Miguel de Icaza [Tue, 12 Feb 2013 05:48:15 +0000 (00:48 -0500)]
ServicePoint: Use DateTime.UtcNow internally, which avoids looking up the timezone every minute

11 years agoRemove temporary file
Miguel de Icaza [Tue, 12 Feb 2013 05:41:03 +0000 (00:41 -0500)]
Remove temporary file

11 years agoFix support for MONO_PATCH_INFO_GSHAREDVT_CALL in mono_patch_info_dup_mp ().
Zoltan Varga [Tue, 12 Feb 2013 05:38:17 +0000 (06:38 +0100)]
Fix support for MONO_PATCH_INFO_GSHAREDVT_CALL in mono_patch_info_dup_mp ().

11 years agoAdd gsharedvt support for unbox.any.
Zoltan Varga [Tue, 12 Feb 2013 05:25:47 +0000 (06:25 +0100)]
Add gsharedvt support for unbox.any.

11 years agoSince MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
Rodrigo Kumpera [Mon, 11 Feb 2013 23:40:55 +0000 (18:40 -0500)]
Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.

11 years agoSince NET_2_1 implies NET_4_* now, take this into account and simplify our ifdefs.
Rodrigo Kumpera [Mon, 11 Feb 2013 23:10:05 +0000 (18:10 -0500)]
Since NET_2_1 implies NET_4_* now, take this into account and simplify our ifdefs.

11 years agoRemove moonlight from the build system.
Rodrigo Kumpera [Mon, 11 Feb 2013 22:18:58 +0000 (17:18 -0500)]
Remove moonlight from the build system.

11 years agoKill MOONLIGHT from System.Xml.
Rodrigo Kumpera [Mon, 11 Feb 2013 20:42:57 +0000 (15:42 -0500)]
Kill MOONLIGHT from System.Xml.

11 years agoKill MOONLIGHT from System.Xaml.
Rodrigo Kumpera [Mon, 11 Feb 2013 18:37:15 +0000 (13:37 -0500)]
Kill MOONLIGHT from System.Xaml.

11 years agoKill the MOONLIGHT define from System.Xml.Linq.
Rodrigo Kumpera [Mon, 11 Feb 2013 18:35:03 +0000 (13:35 -0500)]
Kill the MOONLIGHT define from System.Xml.Linq.

11 years agoRemove moonlight sources in corlib that were only used by moonlight.
Rodrigo Kumpera [Tue, 15 Jan 2013 00:38:35 +0000 (19:38 -0500)]
Remove moonlight sources in corlib that were only used by moonlight.

11 years agoKill the MOONLIGHT define in corlib.
Rodrigo Kumpera [Tue, 15 Jan 2013 00:34:30 +0000 (19:34 -0500)]
Kill the MOONLIGHT define in corlib.

11 years agoRemove TypeConverter_2_1 that was only used by moonlight.
Rodrigo Kumpera [Mon, 14 Jan 2013 23:07:13 +0000 (18:07 -0500)]
Remove TypeConverter_2_1 that was only used by moonlight.

11 years agoKill the MOONLIGHT define in System.
Rodrigo Kumpera [Mon, 14 Jan 2013 23:05:45 +0000 (18:05 -0500)]
Kill the MOONLIGHT define in System.

11 years agoKill the MOONLIGHT define in System.ServiceModel.
Rodrigo Kumpera [Mon, 14 Jan 2013 20:27:31 +0000 (15:27 -0500)]
Kill the MOONLIGHT define in System.ServiceModel.

11 years agoKill the MOONLIGHT define in System.ServiceModel.Web.
Rodrigo Kumpera [Mon, 14 Jan 2013 19:58:35 +0000 (14:58 -0500)]
Kill the MOONLIGHT define in System.ServiceModel.Web.

11 years agoKill the MOONLIGHT define in System.Runtime.Serialization.
Rodrigo Kumpera [Mon, 14 Jan 2013 19:52:10 +0000 (14:52 -0500)]
Kill the MOONLIGHT define in System.Runtime.Serialization.

11 years agoKill the MOONLIGHT define in System.Core.
Rodrigo Kumpera [Mon, 14 Jan 2013 18:24:06 +0000 (13:24 -0500)]
Kill the MOONLIGHT define in System.Core.

11 years agoKill the MOONLIGHT define in Mono.Security.
Rodrigo Kumpera [Fri, 11 Jan 2013 23:44:29 +0000 (18:44 -0500)]
Kill the MOONLIGHT define in Mono.Security.

11 years agoRemove silly SL limitation workaround in Mono.CompilerServices.SymbolWriter.dll
Rodrigo Kumpera [Fri, 11 Jan 2013 23:15:00 +0000 (18:15 -0500)]
Remove silly SL limitation workaround in Mono.CompilerServices.SymbolWriter.dll

11 years agoPrefix aot symbols with something to prevent them from accidentally become a local...
Rolf Bjarne Kvinge [Mon, 11 Feb 2013 15:41:15 +0000 (16:41 +0100)]
Prefix aot symbols with something to prevent them from accidentally become a local symbol (i.e. prefixed with L)

11 years agoFix the ARM build.
Zoltan Varga [Mon, 11 Feb 2013 15:09:34 +0000 (16:09 +0100)]
Fix the ARM build.

11 years agoFix duplicate warning on obsolete GetEnumerator
Marek Safar [Mon, 11 Feb 2013 13:57:19 +0000 (14:57 +0100)]
Fix duplicate warning on obsolete GetEnumerator

11 years agoAdd obsolete attribute
Marek Safar [Mon, 11 Feb 2013 12:48:01 +0000 (13:48 +0100)]
Add obsolete attribute

11 years agoAdd guard against recursive base class with generic interfaces. Fixes #10196
Marek Safar [Mon, 11 Feb 2013 12:39:24 +0000 (13:39 +0100)]
Add guard against recursive base class with generic interfaces. Fixes #10196

11 years agoImplement FilterUIHintAttribute
Marek Safar [Mon, 11 Feb 2013 12:33:17 +0000 (13:33 +0100)]
Implement FilterUIHintAttribute

11 years agorenamed test
Mikko Korkalo [Mon, 11 Feb 2013 07:34:11 +0000 (09:34 +0200)]
renamed test

11 years agoimproved encoder tests for I18N.MidEast
Mikko Korkalo [Mon, 11 Feb 2013 07:28:08 +0000 (09:28 +0200)]
improved encoder tests for I18N.MidEast

11 years agore-generated codepages with new ucm2cp.c: removed dotnet 1.0 support for cleaner...
Mikko Korkalo [Mon, 11 Feb 2013 07:26:26 +0000 (09:26 +0200)]
re-generated codepages with new ucm2cp.c: removed dotnet 1.0 support for cleaner code

11 years agochanged ucm2cp.c to generate less changes, also removed NET < 2.0 support
Mikko Korkalo [Mon, 11 Feb 2013 07:25:04 +0000 (09:25 +0200)]
changed ucm2cp.c to generate less changes, also removed NET < 2.0 support

11 years agoTests for MidEast encodings (stub, only turkish and generic handlefallback tests)
Mikko Korkalo [Sun, 10 Feb 2013 23:39:58 +0000 (01:39 +0200)]
Tests for MidEast encodings (stub, only turkish and generic handlefallback tests)

11 years agoregenerated encoder classes with a patched ucm2cp.c with proper EncoderFallback support
Mikko Korkalo [Sun, 10 Feb 2013 22:48:36 +0000 (00:48 +0200)]
regenerated encoder classes with a patched ucm2cp.c with proper EncoderFallback support

11 years agoucm2cp.c: generate codepage classes with proper EncoderFallback support
Mikko Korkalo [Sun, 10 Feb 2013 22:47:15 +0000 (00:47 +0200)]
ucm2cp.c: generate codepage classes with proper EncoderFallback support

11 years agoSystem.Web: Implenent 4.0 HttpRequest.GetBufferlessInputStream, implemented blind...
Miguel de Icaza [Sun, 10 Feb 2013 20:13:34 +0000 (15:13 -0500)]
System.Web: Implenent 4.0 HttpRequest.GetBufferlessInputStream, implemented blind, without access to the real ASP.NET to verify, but should be correct

11 years ago[monodoc] Rework version number inclusion in .tree files to be backward compatible...
Jérémie Laval [Sun, 10 Feb 2013 19:44:52 +0000 (19:44 +0000)]
[monodoc] Rework version number inclusion in .tree files to be backward compatible with previous Mono version.

11 years agoFixed formatting
Steven Robbins [Sun, 10 Feb 2013 11:59:56 +0000 (11:59 +0000)]
Fixed formatting

11 years agoAdded test for In32 IsValid
Steven Robbins [Tue, 12 Feb 2013 14:59:50 +0000 (14:59 +0000)]
Added test for In32 IsValid

11 years agoFixed issue with TypeConverter.IsValid always returning true
Steven Robbins [Tue, 12 Feb 2013 14:54:38 +0000 (14:54 +0000)]
Fixed issue with TypeConverter.IsValid always returning true

Now returns true if null and true if the type passed in can be
converted to, and the conversion itself didn't throw an exception.

If the type cannot be converted to, or the conversion threw, then
it returns false.

11 years ago[System.Security]: Fix broken NTLM nunit tests.
Martin Baulig [Sun, 10 Feb 2013 11:38:23 +0000 (12:38 +0100)]
[System.Security]: Fix broken NTLM nunit tests.

11 years agoFix the build.
Martin Baulig [Sun, 10 Feb 2013 11:07:25 +0000 (12:07 +0100)]
Fix the build.

11 years agoMerge pull request #475 from pruiz/xamarin-bug-7408
Miguel de Icaza [Sat, 9 Feb 2013 22:24:45 +0000 (14:24 -0800)]
Merge pull request #475 from pruiz/xamarin-bug-7408

Implemented UrlAuthorizationModule.CheckUrlAccessForPrincipal(...) (fixes xamarin bug #7408)

11 years agoMerge pull request #524 from pruiz/mvc-allowhtml-fix
Miguel de Icaza [Sat, 9 Feb 2013 22:21:58 +0000 (14:21 -0800)]
Merge pull request #524 from pruiz/mvc-allowhtml-fix

Fixes xamarin-bug #8965: AllowHtmlAttribute ignored throwing exception on POST using ASP.NET mvc3

11 years agoMerge pull request #546 from QuickJack/master
Miguel de Icaza [Sat, 9 Feb 2013 20:32:50 +0000 (12:32 -0800)]
Merge pull request #546 from QuickJack/master

Fixes a problem in Mono's ASP.NET Menu Control

11 years agoMerge pull request #547 from jack-pappas/patch-1
Miguel de Icaza [Sat, 9 Feb 2013 20:32:18 +0000 (12:32 -0800)]
Merge pull request #547 from jack-pappas/patch-1

Organized .gitignore and added new patterns.

11 years agoC# Evaluator, Terse syntax fix.
Miguel de Icaza [Sat, 9 Feb 2013 20:30:23 +0000 (15:30 -0500)]
C# Evaluator, Terse syntax fix.

The terse syntax added a semicolon automatically, but that also meant
that things lik:

csharp> for (int i = 0; i < 10; i++)

Would never get a continuation for partial input, since the semicolon
woudl make that a valid block.

Fix that by first trying to add a block at the end, if that works, then
we know we want to continue, otherwise we insert the semicolon.

11 years agoAdd missing flags
Marek Safar [Sat, 9 Feb 2013 12:42:36 +0000 (13:42 +0100)]
Add missing flags

11 years agoDon't report user operator error during probing user conversions. Fixes #10170, ...
Marek Safar [Sat, 9 Feb 2013 10:44:29 +0000 (11:44 +0100)]
Don't report user operator error during probing user conversions. Fixes #10170, #10171

11 years agoAdd helper functions to avoid the if (cfg->generic_sharing_context) context_used...
Zoltan Varga [Sat, 9 Feb 2013 04:36:03 +0000 (05:36 +0100)]
Add helper functions to avoid the if (cfg->generic_sharing_context) context_used= idiom in the JIT code.

11 years agoPass the original call signature too to the code handling MONO_METHOD_MONO_RGCTX_INFO...
Zoltan Varga [Sat, 9 Feb 2013 03:59:04 +0000 (04:59 +0100)]
Pass the original call signature too to the code handling MONO_METHOD_MONO_RGCTX_INFO_METHOD_GSHAREDVT_OUT_TRAMPOLINE, it was previously using oti->data for that, but that might not equal the original called method in all cases.

11 years agoRaise an exception for user types under FULL_AOT_RUNTIME instead of crashing.
Rodrigo Kumpera [Fri, 8 Feb 2013 20:10:58 +0000 (15:10 -0500)]
Raise an exception for user types under FULL_AOT_RUNTIME instead of crashing.

11 years agoAdd explicit interface GetType implementation to avoid object::GetType become proxy...
Marek Safar [Fri, 8 Feb 2013 17:31:49 +0000 (18:31 +0100)]
Add explicit interface GetType implementation to avoid object::GetType become proxy. Fixes #10148

11 years agoMerge pull request #551 from jack-pappas/sgen-patch
Rodrigo Kumpera [Fri, 8 Feb 2013 16:57:49 +0000 (08:57 -0800)]
Merge pull request #551 from jack-pappas/sgen-patch

Fix thread stack initialization on BSD platforms.

11 years agoAdd test which is now working
Marek Safar [Fri, 8 Feb 2013 15:12:19 +0000 (16:12 +0100)]
Add test which is now working

11 years agoFix type inference for methodgroup arguments where one of methodgroup delegate parame...
Marek Safar [Fri, 8 Feb 2013 15:01:49 +0000 (16:01 +0100)]
Fix type inference for methodgroup arguments where one of methodgroup delegate parameter is generic type with dependant type parameter.