mono.git
8 years agoMerge pull request #1857 from slluis/fix-assembly-resolver
Ankit Jain [Fri, 5 Jun 2015 14:11:54 +0000 (19:41 +0530)]
Merge pull request #1857 from slluis/fix-assembly-resolver

[MSBuild] Fix assembly resolution issue

8 years ago[MSBuild] Fix minor assembly resolution issue
Lluis Sanchez [Fri, 5 Jun 2015 12:48:49 +0000 (14:48 +0200)]
[MSBuild] Fix minor assembly resolution issue

When getting the assembly name of a file, don't cache it if the
file has just been deleted.

8 years ago[MSBuild] Fix assembly resolution issue
Lluis Sanchez [Fri, 5 Jun 2015 10:00:34 +0000 (12:00 +0200)]
[MSBuild] Fix assembly resolution issue

The ResolveAssemblyReference task class keeps a reference to an
instance of AssemblyResolver, and AssemblyResolver keeps a cache
of assembly names, indexed by file name. The problem is that
the cache doesn't take into account that files can change between
builds.

For example, if a referenced assembly doesn't exist, the cache
will store that the file doesn't have an assembly name. If after
the build the file is created and a new build operation is started,
the cache will still return that the file doesn't have a name.

This is not a problem when running xbuild from the command line,
since every build starts a new process, but MonoDevelop uses
the MSBuild API to load and build projects, and doesn't start
a new process every time, so the cache is never cleared.

The solution is to keep the last write timestamp in the cache,
so that it can check if the file changed before returning the
cached name. It also needs to do a better handling of non existant
files.

8 years ago[sdb] Avoid marking seq points as nonempty-stack if they have a sym seq point. Fix...
Zoltan Varga [Thu, 4 Jun 2015 20:45:09 +0000 (16:45 -0400)]
[sdb] Avoid marking seq points as nonempty-stack if they have a sym seq point. Fix the linking of seq points when an endfinally instruction is in a separate bblock. Fixes #30617.

8 years agoMerge pull request #1849 from esdrubal/rfix
Rodrigo Kumpera [Thu, 4 Jun 2015 20:16:26 +0000 (15:16 -0500)]
Merge pull request #1849 from esdrubal/rfix

[corlib] MonoAssembly.LoadWithPartialNameInternal.

8 years ago[llvm] Decrease the basic block size cutoff to 3000 instructions, 5000 still leads...
Zoltan Varga [Thu, 4 Jun 2015 19:10:50 +0000 (15:10 -0400)]
[llvm] Decrease the basic block size cutoff to 3000 instructions, 5000 still leads to large slowdowns in llc on armv7 (TypeTest.GetProperties_Flags ()).

8 years ago[arm] Implement support for nullable arguments in the dyncall code. Fixes #29491.
Zoltan Varga [Thu, 4 Jun 2015 16:46:22 +0000 (12:46 -0400)]
[arm] Implement support for nullable arguments in the dyncall code. Fixes #29491.

8 years ago[aot] Enable the direct emission of llvm object files in asmonly mode if the llvm...
Zoltan Varga [Thu, 4 Jun 2015 02:45:53 +0000 (22:45 -0400)]
[aot] Enable the direct emission of llvm object files in asmonly mode if the llvm output file ends with .o.

8 years ago[jit] Emulate OP_RREM if OP_FREM is emulated. Fixes #30698.
Zoltan Varga [Wed, 3 Jun 2015 18:40:24 +0000 (14:40 -0400)]
[jit] Emulate OP_RREM if OP_FREM is emulated. Fixes #30698.

8 years ago[sdb] Fix interface/virtual calls to valuetype methods.
Zoltan Varga [Wed, 3 Jun 2015 17:52:46 +0000 (13:52 -0400)]
[sdb] Fix interface/virtual calls to valuetype methods.

8 years agoMerge pull request #1854 from svedm/master
João Matos [Wed, 3 Jun 2015 17:41:26 +0000 (18:41 +0100)]
Merge pull request #1854 from svedm/master

Fix typo

8 years agoFix typo
Svetoslav [Wed, 3 Jun 2015 17:20:18 +0000 (22:20 +0500)]
Fix typo

8 years agoMerge pull request #1851 from esdrubal/mmf
Marek Safar [Wed, 3 Jun 2015 16:07:39 +0000 (18:07 +0200)]
Merge pull request #1851 from esdrubal/mmf

MemoryMappedFile improvements

8 years ago[corlib] Referencesource UnmanagedMemoryAccessor.
Marcos Henrich [Wed, 3 Jun 2015 14:17:43 +0000 (15:17 +0100)]
[corlib] Referencesource UnmanagedMemoryAccessor.

Corlib now uses referencesource System.IO.UnmanagedMemoryAccessor.

8 years ago[System.Core] Implemented PointerOffset
Marcos Henrich [Wed, 3 Jun 2015 14:10:15 +0000 (15:10 +0100)]
[System.Core] Implemented PointerOffset

Implemented MemoryMappedViewAccessor.PointerOffset and
MemoryMappedViewStream.PointerOffset.

8 years ago[System.Core] Test MemoryMappedFile views.
Marcos Henrich [Wed, 3 Jun 2015 14:06:38 +0000 (15:06 +0100)]
[System.Core] Test MemoryMappedFile views.

MemoryMappedViewAccessor and MemoryMappedViewStream are now tested with
offsets.

8 years ago[bcl] Fix a sys.drawing test so it doesn't fail on misconfigured systems.
Zoltan Varga [Wed, 3 Jun 2015 12:49:40 +0000 (08:49 -0400)]
[bcl] Fix a sys.drawing test so it doesn't fail on misconfigured systems.

8 years ago[mcs] Recursivelly check for left-hand side of an assignment of a null propagating...
Marek Safar [Wed, 3 Jun 2015 10:01:24 +0000 (12:01 +0200)]
[mcs] Recursivelly check for left-hand side of an assignment of a null propagating operator. Fixes #30695

8 years agoFix "make dist" for mono/utils/mono-complex.h
Jo Shields [Wed, 3 Jun 2015 07:01:24 +0000 (08:01 +0100)]
Fix "make dist" for mono/utils/mono-complex.h

8 years ago[System.IO.KeventWatcher] Fix handling some cases where an item is moved out of the...
Alexis Christoforides [Tue, 2 Jun 2015 23:10:48 +0000 (19:10 -0400)]
[System.IO.KeventWatcher] Fix handling some cases where an item is moved out of the watched path.
If a file or directory are moved out of the watcher's path they are removed from the index, but they might still have events in the kevent() changelist. This would sometimes cause an exception.

8 years ago[jit] Fix the coop amd64 backend.
Rodrigo Kumpera [Tue, 2 Jun 2015 19:46:42 +0000 (14:46 -0500)]
[jit] Fix the coop amd64 backend.

8 years agoMerge pull request #1847 from alexanderkyte/left_shift_dynamic
Marek Safar [Tue, 2 Jun 2015 19:34:53 +0000 (21:34 +0200)]
Merge pull request #1847 from alexanderkyte/left_shift_dynamic

[runtime] Emit the necessary left shift anding in the LambdaCompiler

8 years ago[runtime] Emit the necessary left shift anding in the LambdaCompiler
Alexander Kyte [Mon, 1 Jun 2015 18:14:00 +0000 (18:14 +0000)]
[runtime] Emit the necessary left shift anding in the LambdaCompiler

We were observing dtest-006.exe test failing on armhf. This test
checks that a right shift with a negative shift amount and a
dynamic base is shifted by the right amount.

We were failing it because we were excluding the step that we
do in regular code generation, which is to do a binary and of the shift
amount so it behaves like we are shifting by the original shift
amount modulo 32. The C# spec defines left shift like so.

This commit adds that to the LambdaCompiler.

8 years ago[mcs] Apply explicit property param target to correct parameter index. Fixes #30587
Marek Safar [Tue, 2 Jun 2015 18:36:13 +0000 (20:36 +0200)]
[mcs] Apply explicit property param target to correct parameter index. Fixes #30587

8 years ago[mcs] Add special HostProtection handling to deletes
Marek Safar [Tue, 2 Jun 2015 15:53:54 +0000 (17:53 +0200)]
[mcs] Add special HostProtection handling to deletes

8 years ago[corlib] MonoAssembly.LoadWithPartialNameInternal.
Marcos Henrich [Tue, 2 Jun 2015 13:52:02 +0000 (14:52 +0100)]
[corlib] MonoAssembly.LoadWithPartialNameInternal.

Implemented MonoAssembly.LoadWithPartialNameInternal.
Implementation is not 100% correct without handling stackMark properly.
Improving this would require the generous amount of work of adding
StackCrawlMark support to the runtime.

Fixes #27103.

8 years agoMerge pull request #1846 from BillSeurer/master
Alex Rønne Petersen [Tue, 2 Jun 2015 11:59:05 +0000 (13:59 +0200)]
Merge pull request #1846 from BillSeurer/master

Add tailcall opcode for powerpc64le

8 years agoMerge pull request #1848 from tritao/complex_math
João Matos [Tue, 2 Jun 2015 11:53:12 +0000 (12:53 +0100)]
Merge pull request #1848 from tritao/complex_math

Cross-platform complex math / MS Threadpool portability

8 years ago[corlib] Fix test after 5cee52916.
Rolf Bjarne Kvinge [Tue, 2 Jun 2015 10:42:31 +0000 (12:42 +0200)]
[corlib] Fix test after 5cee52916.

8 years ago[ms-threadpool] Replaced complex math with portable Mono APIs.
Joao Matos [Mon, 1 Jun 2015 09:48:22 +0000 (10:48 +0100)]
[ms-threadpool] Replaced complex math with portable Mono APIs.

8 years ago[runtime] Implemented cross-platform complex math code.
Joao Matos [Mon, 1 Jun 2015 09:47:30 +0000 (10:47 +0100)]
[runtime] Implemented cross-platform complex math code.

8 years agoBump ikvm & ikdasm
Marek Safar [Tue, 2 Jun 2015 06:51:06 +0000 (08:51 +0200)]
Bump ikvm & ikdasm

8 years ago[System.IO.KeventWatcher] Disable the watcher when the root directory is deleted...
Alexis Christoforides [Tue, 2 Jun 2015 03:06:31 +0000 (23:06 -0400)]
[System.IO.KeventWatcher] Disable the watcher when the root directory is deleted. Fixes #30043
This matches MS.NET behavior.

8 years agoMerge pull request #1841 from BrzVlad/fix-managed-alloc
BrzVlad [Mon, 1 Jun 2015 23:41:02 +0000 (16:41 -0700)]
Merge pull request #1841 from BrzVlad/fix-managed-alloc

Fix managed allocator

8 years ago[amd64] Fully initialize the the MonoContext used by the generic trampoline code.
Zoltan Varga [Mon, 1 Jun 2015 22:42:32 +0000 (18:42 -0400)]
[amd64] Fully initialize the the MonoContext used by the generic trampoline code.

8 years ago[corlib] Make corlib use the v4 runtime version in mobile profiles.
Zoltan Varga [Mon, 1 Jun 2015 21:32:18 +0000 (17:32 -0400)]
[corlib] Make corlib use the v4 runtime version in mobile profiles.

8 years ago[jit] Fix the hashing/equals check for MONO_PATCH_INFO_JIT_ICALL_ADDR.
Zoltan Varga [Mon, 1 Jun 2015 20:42:35 +0000 (16:42 -0400)]
[jit] Fix the hashing/equals check for MONO_PATCH_INFO_JIT_ICALL_ADDR.

8 years ago[sgen] The normal managed allocator receives only one argument
Vlad Brezae [Thu, 28 May 2015 23:18:51 +0000 (16:18 -0700)]
[sgen] The normal managed allocator receives only one argument

Changed in a83f965db02244e83a93ee186a13b1461adeafa5

8 years agoRemove more CAS code.
Zoltan Varga [Mon, 1 Jun 2015 19:24:22 +0000 (15:24 -0400)]
Remove more CAS code.

8 years agoRemove more CAS code.
Zoltan Varga [Mon, 1 Jun 2015 19:08:02 +0000 (15:08 -0400)]
Remove more CAS code.

8 years ago[corlib] Xamarin.Mac to continue default to the OS default codepage
Sebastien Pouliot [Mon, 1 Jun 2015 19:20:18 +0000 (15:20 -0400)]
[corlib] Xamarin.Mac to continue default to the OS default codepage

XM 2.0 was the first version to ship the mobile (w/unified) and it used
the OS default codepage.

The previous, system mono, profile was already using the OS default
codepage so it make sense for XM to be consistent across profiles (
including the 4.5 subset)

8 years ago[BCL] Partial revert of b83af940ff298f432952562e1fb83726a6958e11 to use the right...
Rodrigo Kumpera [Mon, 1 Jun 2015 18:37:14 +0000 (14:37 -0400)]
[BCL] Partial revert of b83af940ff298f432952562e1fb83726a6958e11 to use the right reference sources.

8 years ago[BCL] Fix the mobile_static profile.
Rodrigo Kumpera [Mon, 1 Jun 2015 18:17:33 +0000 (14:17 -0400)]
[BCL] Fix the mobile_static profile.

8 years ago[aot] Fix thumb support after the separate llvm changes. Fixes #30472.
Zoltan Varga [Mon, 1 Jun 2015 18:27:03 +0000 (14:27 -0400)]
[aot] Fix thumb support after the separate llvm changes. Fixes #30472.

8 years ago[runtime] Fix the windows build.
Zoltan Varga [Mon, 1 Jun 2015 18:21:22 +0000 (14:21 -0400)]
[runtime] Fix the windows build.

8 years agoAdd tailcall opcode for powerpc64le
Bill Seurer [Mon, 1 Jun 2015 18:20:01 +0000 (13:20 -0500)]
Add tailcall opcode for powerpc64le

8 years ago[runtime] Update object offsets.
Zoltan Varga [Mon, 1 Jun 2015 16:01:05 +0000 (12:01 -0400)]
[runtime] Update object offsets.

8 years agoFix make dist.
Zoltan Varga [Mon, 1 Jun 2015 15:40:24 +0000 (11:40 -0400)]
Fix make dist.

8 years ago[corlib] Update failing test
Marek Safar [Mon, 1 Jun 2015 14:51:48 +0000 (16:51 +0200)]
[corlib] Update failing test

8 years ago[amd64] Add fregs to MonoContext, only used by the trampoline code currently.
Zoltan Varga [Mon, 1 Jun 2015 14:34:33 +0000 (10:34 -0400)]
[amd64] Add fregs to MonoContext, only used by the trampoline code currently.

8 years agoMerge pull request #1845 from esdrubal/httpfix
Marek Safar [Mon, 1 Jun 2015 14:25:11 +0000 (16:25 +0200)]
Merge pull request #1845 from esdrubal/httpfix

HttpListenerRequest Uri is now unescaped.

8 years agoBump reference sources
Marek Safar [Mon, 1 Jun 2015 13:47:42 +0000 (15:47 +0200)]
Bump reference sources

8 years ago[System.Runtime.Serialization] Update public api
Marek Safar [Mon, 1 Jun 2015 13:46:38 +0000 (15:46 +0200)]
[System.Runtime.Serialization] Update public api

8 years ago[System] HttpListenerRequest Uri is now unescaped.
Marcos Henrich [Mon, 1 Jun 2015 10:36:02 +0000 (11:36 +0100)]
[System] HttpListenerRequest Uri is now unescaped.

Fixes #29927

8 years ago[System] Added HttpListenerRequestUriBuilder
Marcos Henrich [Mon, 1 Jun 2015 12:50:51 +0000 (13:50 +0100)]
[System] Added HttpListenerRequestUriBuilder

Referencesource HttpListenerRequestUriBuilder can now be used.

8 years ago[ilasm] Add support for undocumented modopt/modreq using primitive types
Marek Safar [Mon, 1 Jun 2015 12:52:11 +0000 (14:52 +0200)]
[ilasm] Add support for undocumented modopt/modreq using primitive types

8 years ago[System] Test HttpRequest Uri unescaping
Marcos Henrich [Mon, 1 Jun 2015 10:30:33 +0000 (11:30 +0100)]
[System] Test HttpRequest Uri unescaping

Covers #29927

8 years ago[runtime] Fix the locking around the assembly->tokens table. Fixes #30551.
Zoltan Varga [Sun, 31 May 2015 16:43:21 +0000 (12:43 -0400)]
[runtime] Fix the locking around the assembly->tokens table. Fixes #30551.

8 years ago[amd64] Make the generic trampolines fill out a MonoContext structure on the stack...
Zoltan Varga [Sun, 31 May 2015 01:04:28 +0000 (21:04 -0400)]
[amd64] Make the generic trampolines fill out a MonoContext structure on the stack, and put its address into MonoLMFTramp.

8 years ago[amd64] Compute frame size precisely for the generic trampoline.
Zoltan Varga [Sun, 31 May 2015 00:42:19 +0000 (20:42 -0400)]
[amd64] Compute frame size precisely for the generic trampoline.

8 years ago[amd64] Simplify the throw trampolines by constructing and passing a MonoContext...
Zoltan Varga [Sat, 30 May 2015 22:48:46 +0000 (18:48 -0400)]
[amd64] Simplify the throw trampolines by constructing and passing a MonoContext instead of a reg array.

8 years agoRevert "[amd64] Simplify the throw trampolines by constructing and passing a MonoCont...
Zoltan Varga [Sat, 30 May 2015 15:18:33 +0000 (11:18 -0400)]
Revert "[amd64] Simplify the throw trampolines by constructing and passing a MonoContext instead of a reg array."

This reverts commit c409bc9311ba44449123cf355df854cef7390033.

Revert this as it breaks on linux.

8 years agoRevert "[amd64] Add back a dummy argument to the throw trampolines to fix unaligned...
Zoltan Varga [Sat, 30 May 2015 15:18:07 +0000 (11:18 -0400)]
Revert "[amd64] Add back a dummy argument to the throw trampolines to fix unaligned stack problems."

This reverts commit d262c343d13f2a1c6e586663bca86f8e207797aa.

Revert this as it breaks on linux.

8 years ago[amd64] Add back a dummy argument to the throw trampolines to fix unaligned stack...
Zoltan Varga [Sat, 30 May 2015 14:51:24 +0000 (10:51 -0400)]
[amd64] Add back a dummy argument to the throw trampolines to fix unaligned stack problems.

8 years agoMerge pull request #1816 from esdrubal/getdaylight
Marek Safar [Sat, 30 May 2015 08:11:05 +0000 (10:11 +0200)]
Merge pull request #1816 from esdrubal/getdaylight

[corlib] Fixed TimeZoneInfo.GetDaylightChanges.

8 years ago[amd64] Simplify the throw trampolines by constructing and passing a MonoContext...
Zoltan Varga [Sat, 30 May 2015 01:13:23 +0000 (21:13 -0400)]
[amd64] Simplify the throw trampolines by constructing and passing a MonoContext instead of a reg array.

8 years ago[runtime] Update object offsets.
Zoltan Varga [Sat, 30 May 2015 01:01:38 +0000 (21:01 -0400)]
[runtime] Update object offsets.

8 years ago[amd64] Use a register array in MonoContext instead of named fields, this simplifies...
Zoltan Varga [Sat, 30 May 2015 01:00:11 +0000 (21:00 -0400)]
[amd64] Use a register array in MonoContext instead of named fields, this simplifies a lot of code.

8 years ago[llvm] Use the generic IL code for generic class inits.
Zoltan Varga [Fri, 29 May 2015 23:15:55 +0000 (19:15 -0400)]
[llvm] Use the generic IL code for generic class inits.

8 years ago[jit] Refactor the calls to class init trampolines into a common function.
Zoltan Varga [Fri, 29 May 2015 23:07:03 +0000 (19:07 -0400)]
[jit] Refactor the calls to class init trampolines into a common function.

8 years ago[amd64] Make generic_class_init as clob:c.
Zoltan Varga [Fri, 29 May 2015 23:05:03 +0000 (19:05 -0400)]
[amd64] Make generic_class_init as clob:c.

8 years ago[sdb] Fix reading/writing locals when not all of the them have associated debug info...
Zoltan Varga [Fri, 29 May 2015 18:21:27 +0000 (14:21 -0400)]
[sdb] Fix reading/writing locals when not all of the them have associated debug info. Fixes #30529.

8 years ago[jit] Remove generic class init trampolines, all architectures either use OP_GENERIC_...
Zoltan Varga [Fri, 29 May 2015 17:49:47 +0000 (13:49 -0400)]
[jit] Remove generic class init trampolines, all architectures either use OP_GENERIC_CLASS_INIT trampoline or an IL fallback.

8 years ago[jit] Emit a fallback IL version of generic class initialization.
Zoltan Varga [Fri, 29 May 2015 17:21:43 +0000 (13:21 -0400)]
[jit] Emit a fallback IL version of generic class initialization.

8 years ago[Version] I am sick of the mono --version showing '((detached/XX)', fixed it
Miguel de Icaza [Tue, 19 May 2015 21:31:30 +0000 (17:31 -0400)]
[Version] I am sick of the mono --version showing '((detached/XX)', fixed it

8 years agoMerge pull request #1817 from alexanderkyte/bug30085
Rodrigo Kumpera [Fri, 29 May 2015 16:21:23 +0000 (11:21 -0500)]
Merge pull request #1817 from alexanderkyte/bug30085

[runtime] Fix resolution of a type with an incorrect assembly name.

8 years ago[PEAPI] Fixes custom attributes with byte array constant
Marek Safar [Fri, 29 May 2015 15:41:12 +0000 (17:41 +0200)]
[PEAPI] Fixes custom attributes with byte array constant

8 years ago[corlib] Avoid a nullref in CustomAttributeData.ToString () if its called without...
Zoltan Varga [Fri, 29 May 2015 14:07:36 +0000 (10:07 -0400)]
[corlib] Avoid a nullref in CustomAttributeData.ToString () if its called without calling ConstructorArguments/NamedArguments.

8 years agoBump referencesource
Marcos Henrich [Fri, 29 May 2015 13:58:24 +0000 (14:58 +0100)]
Bump referencesource

8 years agoUpdated .csproj files.
Marcos Henrich [Fri, 29 May 2015 12:28:43 +0000 (13:28 +0100)]
Updated .csproj files.

8 years ago[ilasm] Extend syntax of custom attribute constructor constants
Marek Safar [Fri, 29 May 2015 10:37:25 +0000 (12:37 +0200)]
[ilasm] Extend syntax of custom attribute constructor constants

8 years ago[corlib] Fixes commit f0bea6966af0d1f18b8467a06b3f8ee01574fd81
Marek Safar [Fri, 29 May 2015 08:56:13 +0000 (10:56 +0200)]
[corlib] Fixes commit f0bea6966af0d1f18b8467a06b3f8ee01574fd81

8 years ago[corlib] Add timeout to NestedLeakingSynchronizationContext
Marek Safar [Fri, 29 May 2015 06:36:52 +0000 (08:36 +0200)]
[corlib] Add timeout to NestedLeakingSynchronizationContext

8 years ago[boehm] Use managed allocator only for objects with known jit compile time size.
Vlad Brezae [Thu, 28 May 2015 23:08:37 +0000 (16:08 -0700)]
[boehm] Use managed allocator only for objects with known jit compile time size.

The allocator always expects to receive two arguments.

8 years ago[runtime] Fix resolution of a type with an incorrect assembly name.
Alexander Kyte [Mon, 18 May 2015 19:21:34 +0000 (15:21 -0400)]
[runtime] Fix resolution of a type with an incorrect assembly name.

8 years ago[mcs] Double closing parens don't have priority inside interpolated string. Fixes...
Marek Safar [Thu, 28 May 2015 15:22:34 +0000 (17:22 +0200)]
[mcs] Double closing parens don't have priority inside interpolated string. Fixes #30469

8 years ago[arm64] Add generic_class_init to cpu-arm64.md.
Zoltan Varga [Tue, 26 May 2015 20:41:53 +0000 (16:41 -0400)]
[arm64] Add generic_class_init to cpu-arm64.md.

8 years ago[corlib] Remove unused defines
Marek Safar [Thu, 28 May 2015 13:45:54 +0000 (15:45 +0200)]
[corlib] Remove unused defines

8 years ago[corlib] Add role based security to desktop only
Marek Safar [Thu, 28 May 2015 13:40:40 +0000 (15:40 +0200)]
[corlib] Add role based security to desktop only

8 years ago[mcs] Await in finally clause with user catch block needs additional try scope. Fixes...
Marek Safar [Thu, 28 May 2015 13:36:49 +0000 (15:36 +0200)]
[mcs] Await in finally clause with user catch block needs additional try scope. Fixes #30478

8 years ago[build] Fix encoding attribute in crash XML to be utf-8
Alexander Köplinger [Thu, 28 May 2015 13:18:16 +0000 (15:18 +0200)]
[build] Fix encoding attribute in crash XML to be utf-8

Some tools choke on "utf8", it should be "utf-8" to be standards compliant.

8 years agoMerge pull request #1838 from esdrubal/assemblyname
Marek Safar [Thu, 28 May 2015 09:49:48 +0000 (11:49 +0200)]
Merge pull request #1838 from esdrubal/assemblyname

[corlib] AssemblyName.CultureName now matches .NET

8 years ago[corlib] AssemblyName.CultureName now matches .NET
Marcos Henrich [Thu, 28 May 2015 09:42:17 +0000 (10:42 +0100)]
[corlib] AssemblyName.CultureName now matches .NET

AssemblyName.CultureName was returning "neutral" for invariant culture
info whereas .NET returns "".

This was causing problems in Roslyn while comparing assemblies with
an empty culture name against references that would have culture name
set to "neutral".

Fixes #30502.

8 years ago[corlib] Test AssemblyName.CultureName
Marcos Henrich [Thu, 28 May 2015 09:39:22 +0000 (10:39 +0100)]
[corlib] Test AssemblyName.CultureName

Test that AssemblyName.CultureName matches .NET behaviour regarding
AssemblyName with invariant culture info.

8 years ago[runtime] Print wrapper methods in the same format as normal methods in stack traces...
Zoltan Varga [Wed, 27 May 2015 21:20:33 +0000 (17:20 -0400)]
[runtime] Print wrapper methods in the same format as normal methods in stack traces. Fixes #30507.

8 years ago[mini] Add assert around managed allocator to avoid passing it a zero size.
Rodrigo Kumpera [Wed, 27 May 2015 20:42:14 +0000 (16:42 -0400)]
[mini] Add assert around managed allocator to avoid passing it a zero size.

8 years agoRevert "[x86] Enable support for OP_GENERIC_CLASS_INIT."
Zoltan Varga [Wed, 27 May 2015 20:28:40 +0000 (16:28 -0400)]
Revert "[x86] Enable support for OP_GENERIC_CLASS_INIT."

This reverts commit 2575daaacca71a2ed6d9b14daf4a894574834ca9.

Revert this as it breaks llvm, which passes the vtable argument on the stack.

8 years ago[arm] Set more information in cinfo for fp returns, gsharedvt depends on it.
Zoltan Varga [Wed, 27 May 2015 19:34:34 +0000 (15:34 -0400)]
[arm] Set more information in cinfo for fp returns, gsharedvt depends on it.

8 years ago[corlib] Improve SynchronizationContext test dependency
Marek Safar [Wed, 27 May 2015 19:00:15 +0000 (21:00 +0200)]
[corlib] Improve SynchronizationContext test dependency

8 years ago[corlib] Let XI and XM define their own default encoding [#29928]
Sebastien Pouliot [Wed, 27 May 2015 17:35:38 +0000 (13:35 -0400)]
[corlib] Let XI and XM define their own default encoding [#29928]

605192528de1a9c9c95a97bc5a2de7d3c85b322d used UTF8Unmarked for MONOTOUCH
and XAMMAC. However it's initialized differently (than the old UTF8) and
caused unit test regressions in System and System.Net.Http unit tests

This new logic moves the default encoding creation into the products
themselves.