mono.git
9 years agoMerge pull request #1208 from Mailaender/ppc-build-fixes
Zoltan Varga [Sat, 16 Aug 2014 14:11:15 +0000 (10:11 -0400)]
Merge pull request #1208 from Mailaender/ppc-build-fixes

PowerPC Garbage Collector build fixes

9 years ago[mcs] Extend missing type check to type lookups. Fixes #20933
Marek Safar [Sat, 16 Aug 2014 12:48:39 +0000 (14:48 +0200)]
[mcs] Extend missing type check to type lookups. Fixes #20933

9 years ago[mcs] Fix copy and paste error in constraints checker. Fixes #22131
Marek Safar [Sat, 16 Aug 2014 08:42:36 +0000 (10:42 +0200)]
[mcs] Fix copy and paste error in constraints checker. Fixes #22131

9 years agoMerge pull request #1207 from nlhepler/master
Marek Safar [Sat, 16 Aug 2014 08:27:56 +0000 (10:27 +0200)]
Merge pull request #1207 from nlhepler/master

Fix buffer overflow for long paths in jay

9 years agofix ppc build failures
Matthias Mailänder [Sat, 16 Aug 2014 06:28:55 +0000 (08:28 +0200)]
fix ppc build failures

9 years agoHandle long paths in jay
Lance Hepler [Fri, 15 Aug 2014 23:06:11 +0000 (16:06 -0700)]
Handle long paths in jay

9 years ago[jit] Fix yet another native types problem. Fixes #22053.
Zoltan Varga [Fri, 15 Aug 2014 19:31:47 +0000 (15:31 -0400)]
[jit] Fix yet another native types problem. Fixes #22053.

9 years ago[mcs] Add dictionary initializer
Marek Safar [Fri, 15 Aug 2014 18:43:03 +0000 (20:43 +0200)]
[mcs] Add dictionary initializer

9 years ago[System.IO.Compression] Fixed Zip support for empty directories.
João Matos [Fri, 15 Aug 2014 18:12:49 +0000 (19:12 +0100)]
[System.IO.Compression] Fixed Zip support for empty directories.

9 years ago[runtime] Fix the leaking of mach ports introduced by 98bbf8512aec0fa01b4426583280f6d...
Zoltan Varga [Fri, 15 Aug 2014 13:56:47 +0000 (09:56 -0400)]
[runtime] Fix the leaking of mach ports introduced by 98bbf8512aec0fa01b4426583280f6d231d22187. Fixes #22068.

9 years ago[runtime] Make more wrappers use a WrapperInfo structure.
Zoltan Varga [Fri, 15 Aug 2014 02:06:15 +0000 (22:06 -0400)]
[runtime] Make more wrappers use a WrapperInfo structure.

9 years ago[runtime] Integrate calls to mono_wrapper_info_set () into mono_mb_create_and_cache...
Zoltan Varga [Fri, 15 Aug 2014 01:45:31 +0000 (21:45 -0400)]
[runtime] Integrate calls to mono_wrapper_info_set () into mono_mb_create_and_cache () to fix races when a wrapper is placed into a cache without its wrapper info set.

9 years ago[jit] Add support for constrained calls with vtype return types in gsharedvt code...
Zoltan Varga [Thu, 14 Aug 2014 19:54:08 +0000 (15:54 -0400)]
[jit] Add support for constrained calls with vtype return types in gsharedvt code. Fixes #22109.

9 years ago[jit] Fix the stack alignment checking code in the x86 trampolines.
Zoltan Varga [Thu, 14 Aug 2014 19:51:09 +0000 (15:51 -0400)]
[jit] Fix the stack alignment checking code in the x86 trampolines.

9 years ago[mcs] Improve commit 409024fcab7a571abd602a3701e5986d810356cc
Marek Safar [Thu, 14 Aug 2014 19:01:28 +0000 (21:01 +0200)]
[mcs] Improve commit 409024fcab7a571abd602a3701e5986d810356cc

9 years ago[mcs] null propagating operator on delegate invocation
Marek Safar [Thu, 14 Aug 2014 15:12:36 +0000 (17:12 +0200)]
[mcs] null propagating operator on delegate invocation

9 years agoWarnings cleanup
Marek Safar [Thu, 14 Aug 2014 13:10:03 +0000 (15:10 +0200)]
Warnings cleanup

9 years ago[mcs] Speed up nullable tokenizer. Fixes #20195
Marek Safar [Thu, 14 Aug 2014 13:08:35 +0000 (15:08 +0200)]
[mcs] Speed up nullable tokenizer. Fixes #20195

9 years agoMerge pull request #1188 from arktronic/master
Marek Safar [Thu, 14 Aug 2014 12:16:19 +0000 (14:16 +0200)]
Merge pull request #1188 from arktronic/master

[TimeZoneInfo] Fix DST bug and implement To/FromSerializedString

9 years ago[mcs] coalescing operator if the lhs of a null is a integer type that is larger than...
Marek Safar [Thu, 14 Aug 2014 09:49:46 +0000 (11:49 +0200)]
[mcs] coalescing operator if the lhs of a null is a integer type that is larger than the integer type on the rhs. Fixes #22054

9 years agoMerge pull request #1205 from akoeplinger/fix-tests
Marek Safar [Thu, 14 Aug 2014 06:54:24 +0000 (08:54 +0200)]
Merge pull request #1205 from akoeplinger/fix-tests

[System] Use xamarin.com instead of mono-project.com for DNS tests

9 years ago[System] Use xamarin.com instead of mono-project.com for DNS tests
Alexander Köplinger [Wed, 13 Aug 2014 23:21:20 +0000 (01:21 +0200)]
[System] Use xamarin.com instead of mono-project.com for DNS tests

The latter is now hosted on a different IP behind a CDN and the IP may change depending on location.
Using xamarin.com instead fixes the tests for now.

9 years ago[jit] Disable delegate virtual optimisation while we are fixing it
Ludovic Henry [Wed, 13 Aug 2014 20:34:00 +0000 (16:34 -0400)]
[jit] Disable delegate virtual optimisation while we are fixing it

9 years ago[sgen] Use a power of two as the cement hash size.
Mark Probst [Wed, 13 Aug 2014 19:59:24 +0000 (12:59 -0700)]
[sgen] Use a power of two as the cement hash size.

Cementing, specifically the hashing, showed up when profiling GC heavy
code.  This reduces the footprint.

9 years ago[sgen] In the GC pause visualizer histogram, label the axis.
Mark Probst [Wed, 13 Aug 2014 19:53:27 +0000 (12:53 -0700)]
[sgen] In the GC pause visualizer histogram, label the axis.

9 years ago[gc] Measure Boehm GC time correctly.
Mark Probst [Wed, 13 Aug 2014 19:51:46 +0000 (12:51 -0700)]
[gc] Measure Boehm GC time correctly.

9 years ago[runtime] Fix the PLATFORM_GNU check so it works with gnueabi etc. as well. Fixes...
Zoltan Varga [Wed, 13 Aug 2014 19:33:40 +0000 (15:33 -0400)]
[runtime] Fix the PLATFORM_GNU check so it works with gnueabi etc. as well. Fixes #21520.

9 years ago[runtime] Don't make runtime invoke signatures generic. Fixes #21973.
Zoltan Varga [Wed, 13 Aug 2014 19:17:29 +0000 (15:17 -0400)]
[runtime] Don't make runtime invoke signatures generic. Fixes #21973.

9 years agoMerge pull request #1204 from VQComms/claimsprincipaloverloads
Marek Safar [Wed, 13 Aug 2014 18:22:22 +0000 (20:22 +0200)]
Merge pull request #1204 from VQComms/claimsprincipaloverloads

Added HasClaim, FindFirst, FindAll into ClaimsPrincipal

9 years ago[mcs] null operator on address locations
Marek Safar [Wed, 13 Aug 2014 18:20:44 +0000 (20:20 +0200)]
[mcs] null operator on address locations

9 years ago[mcs] Check for duplicate destructors. Fixes #21983
Marek Safar [Wed, 13 Aug 2014 18:20:06 +0000 (20:20 +0200)]
[mcs] Check for duplicate destructors. Fixes #21983

9 years ago[aot] Fix a small memory leak.
Zoltan Varga [Wed, 13 Aug 2014 17:59:09 +0000 (13:59 -0400)]
[aot] Fix a small memory leak.

9 years agoAdded space before parenthesis according to Mono guidelines
Jonathan Channon [Wed, 13 Aug 2014 17:11:11 +0000 (18:11 +0100)]
Added space before parenthesis according to Mono guidelines

9 years agoadded HasClaim, FindFirst, FindAll System.Security.Claims.ClaimsPrincipal method...
Jonathan Channon [Wed, 13 Aug 2014 16:57:55 +0000 (17:57 +0100)]
added HasClaim, FindFirst, FindAll System.Security.Claims.ClaimsPrincipal method overloads - This change in released under the MIT license.

9 years ago[MS.Build] when building MSBuild task, inherit properties.
Atsushi Eno [Wed, 13 Aug 2014 10:32:51 +0000 (19:32 +0900)]
[MS.Build] when building MSBuild task, inherit properties.

This makes difference when the build has started from a solution especially
via command line with /p option. Those command-line-passed properties need
to be inherited to each project, but they weren't.
xbuild worked fine here.

9 years ago[MS.Build] add test regarding item condition and target-generated property.
Atsushi Eno [Wed, 13 Aug 2014 10:32:38 +0000 (19:32 +0900)]
[MS.Build] add test regarding item condition and target-generated property.

9 years ago[mcs] nameof operator with unbound type arguments
Marek Safar [Tue, 12 Aug 2014 16:11:26 +0000 (18:11 +0200)]
[mcs] nameof operator with unbound type arguments

9 years ago[arm64] Allow v8..v15 in unwind info on arm64. Fixes part of #21615.
Zoltan Varga [Tue, 12 Aug 2014 23:52:47 +0000 (19:52 -0400)]
[arm64] Allow v8..v15 in unwind info on arm64. Fixes part of #21615.

9 years agoMerge pull request #1161 from ludovic-henry/pr22-delegate-virtual-trampoline
Zoltan Varga [Tue, 12 Aug 2014 17:53:49 +0000 (13:53 -0400)]
Merge pull request #1161 from ludovic-henry/pr22-delegate-virtual-trampoline

[delegate virtual] Improve trampoline caching

9 years ago[delegate-virtual-trampoline] Add virtual functions delegate trampoline support
Ludovic Henry [Mon, 14 Jul 2014 15:04:24 +0000 (11:04 -0400)]
[delegate-virtual-trampoline] Add virtual functions delegate trampoline support

This optimization is activated in the ldvirtftn + delegate case, and is deactivated in the case where the architecture does not support it (mono_arch_get_delegate_virtual_invoke_impl return NULL)

9 years ago[delegate-virtual-trampoline] Add virtual parameter to existing JIT time code path
Ludovic Henry [Fri, 11 Jul 2014 18:06:16 +0000 (14:06 -0400)]
[delegate-virtual-trampoline] Add virtual parameter to existing JIT time code path

9 years ago[System] Restrict GZip/DeflateStream tests to .NET 4.5.
João Matos [Tue, 12 Aug 2014 16:36:26 +0000 (17:36 +0100)]
[System] Restrict GZip/DeflateStream tests to .NET 4.5.

9 years ago[System] Implemented .NET 4.5 overloads for GZipStream and DeflateStream.
João Matos [Tue, 12 Aug 2014 15:16:29 +0000 (16:16 +0100)]
[System] Implemented .NET 4.5 overloads for GZipStream and DeflateStream.

Fixes xambug #21982.

9 years ago[runtime] Fix logic when allocating code region if the first try at a fixed address...
Paolo Molaro [Tue, 12 Aug 2014 13:30:10 +0000 (15:30 +0200)]
[runtime] Fix logic when allocating code region if the first try at a fixed address fails.

9 years agoRe-enable valid tests
Marek Safar [Tue, 12 Aug 2014 08:34:33 +0000 (10:34 +0200)]
Re-enable valid tests

9 years ago[System.Net.Http] Handle quoted filename value. Fixes #21960
Marek Safar [Tue, 12 Aug 2014 08:31:32 +0000 (10:31 +0200)]
[System.Net.Http] Handle quoted filename value. Fixes #21960

9 years ago[corlib] Remove heavyweight EndsWith from 1bff9d890f95e72e4145d48980a05908c87b53ce
Marek Safar [Tue, 12 Aug 2014 06:49:29 +0000 (08:49 +0200)]
[corlib] Remove heavyweight EndsWith from 1bff9d890f95e72e4145d48980a05908c87b53ce

9 years ago[mcs] nameof operator
Marek Safar [Tue, 12 Aug 2014 06:15:55 +0000 (08:15 +0200)]
[mcs] nameof operator

9 years ago[mcs] Any type parameter is allowed for null propagating operator
Marek Safar [Fri, 8 Aug 2014 11:05:57 +0000 (13:05 +0200)]
[mcs] Any type parameter is allowed for null propagating operator

9 years ago[mcs] auto-property initializer can be array initializer
Marek Safar [Fri, 8 Aug 2014 11:05:15 +0000 (13:05 +0200)]
[mcs] auto-property initializer can be array initializer

9 years agoMerge pull request #1192 from LogosBible/regex-fixes-21803
Miguel de Icaza [Tue, 12 Aug 2014 03:27:48 +0000 (23:27 -0400)]
Merge pull request #1192 from LogosBible/regex-fixes-21803

Regex substring fix

9 years ago[ms.build] add some cyclic dependency related tests (some are not working).
Atsushi Eno [Mon, 11 Aug 2014 07:54:30 +0000 (16:54 +0900)]
[ms.build] add some cyclic dependency related tests (some are not working).

9 years ago[ms.build] Fix bug #20961 - add KeepDuplicates etc. to 4.0 as internal.
Atsushi Eno [Mon, 11 Aug 2014 07:51:34 +0000 (16:51 +0900)]
[ms.build] Fix bug #20961 - add KeepDuplicates etc. to 4.0 as internal.

Since NET_4_0 and NET_4_5 share the same ToolsVersion (4.0) there seems no
way to distinguish the appropriate framework .targets file, so I ended up
to add the missing members as internal for 4.0.

9 years ago[ms.build] Do not try to release threads upon finalization.
Atsushi Eno [Mon, 11 Aug 2014 07:38:51 +0000 (16:38 +0900)]
[ms.build] Do not try to release threads upon finalization.

9 years agoMerge pull request #1190 from esdrubal/encoder-convert
Marek Safar [Mon, 11 Aug 2014 08:50:03 +0000 (10:50 +0200)]
Merge pull request #1190 from esdrubal/encoder-convert

System.Text.Encoder convert

9 years agoMerge pull request #1201 from crisdut/fix-win-mono-dependencies
Zoltan Varga [Fri, 8 Aug 2014 20:46:36 +0000 (22:46 +0200)]
Merge pull request #1201 from crisdut/fix-win-mono-dependencies

Adding the mutex header file dependency

9 years agoFixed Path.GetFullPath to work correctly when the current path is '/'.
João Matos [Fri, 8 Aug 2014 17:57:14 +0000 (18:57 +0100)]
Fixed Path.GetFullPath to work correctly when the current path is '/'.

Fixes xambug #833.

9 years agoMerge pull request #1196 from tritao/master
João Matos [Fri, 8 Aug 2014 17:42:29 +0000 (18:42 +0100)]
Merge pull request #1196 from tritao/master

System.IO.Compression.FileSystem implementation

9 years agoImplemented System.IO.Compression.FileSystem.
João Matos [Wed, 6 Aug 2014 17:57:54 +0000 (18:57 +0100)]
Implemented System.IO.Compression.FileSystem.

9 years agoadding the mutex header file dependency
Armando C. Dutra [Fri, 8 Aug 2014 07:29:40 +0000 (04:29 -0300)]
adding the mutex header file dependency

9 years ago[jit] Reorganize the locking in mono_jit_compile_method_inner, the domain lock alread...
Zoltan Varga [Fri, 8 Aug 2014 00:17:54 +0000 (02:17 +0200)]
[jit] Reorganize the locking in mono_jit_compile_method_inner, the domain lock already makes the code lookup+insert atomic, no need to do more work inside the jit code hash lock. Also lock jit_code_hash in mono_jit_free_method ().

9 years ago[jit] Avoid taking the loader lock in mono_jit_compile_method_inner (), it shouldn...
Zoltan Varga [Fri, 8 Aug 2014 00:09:06 +0000 (02:09 +0200)]
[jit] Avoid taking the loader lock in mono_jit_compile_method_inner (), it shouldn't be needed any more.

9 years ago[sdb] Avoid asserting when a cattr cannot be loaded. Fixes #21653.
Zoltan Varga [Thu, 7 Aug 2014 22:36:31 +0000 (00:36 +0200)]
[sdb] Avoid asserting when a cattr cannot be loaded. Fixes #21653.

9 years ago[System] Disable failing test
Marek Safar [Thu, 7 Aug 2014 18:01:46 +0000 (20:01 +0200)]
[System] Disable failing test

9 years ago[mcs] null propagating operator and expressions which cannot be null
Marek Safar [Thu, 7 Aug 2014 14:53:55 +0000 (16:53 +0200)]
[mcs] null propagating operator and expressions which cannot be null

9 years ago[runtime] Fix Process.PrivateMemorySize64 etc. on ios. Fixes #21882.
Zoltan Varga [Thu, 7 Aug 2014 12:56:33 +0000 (14:56 +0200)]
[runtime] Fix Process.PrivateMemorySize64 etc. on ios. Fixes #21882.

9 years ago[mcs] null propagating operator and extension methods
Marek Safar [Thu, 7 Aug 2014 12:24:40 +0000 (14:24 +0200)]
[mcs] null propagating operator and extension methods

9 years ago[jit] Fix enum->int casts in gsharedvt code. Fixes #21893.
Zoltan Varga [Thu, 7 Aug 2014 11:56:35 +0000 (13:56 +0200)]
[jit] Fix enum->int casts in gsharedvt code. Fixes #21893.

9 years ago[mcs] null propagating operator with nested receiver
Marek Safar [Thu, 7 Aug 2014 09:03:33 +0000 (11:03 +0200)]
[mcs] null propagating operator with nested receiver

9 years agoAdded classes EncodingEncoder and EncodingDecoder.
Marcos Henrich [Mon, 4 Aug 2014 15:15:12 +0000 (16:15 +0100)]
Added classes EncodingEncoder and EncodingDecoder.
EncodingEncoder and EncodingDecoder override Encoder.Convert.
The Convert overrides allow retrieval of chars/bytes buffers with the same size as .NET.

9 years agoMerge pull request #1199 from esdrubal/packurihelper
Marek Safar [Thu, 7 Aug 2014 08:25:47 +0000 (10:25 +0200)]
Merge pull request #1199 from esdrubal/packurihelper

PackUriHelper

9 years agoAdded argument validations to ComparePackUri an ComparePartUri.
Marcos Henrich [Thu, 7 Aug 2014 08:10:53 +0000 (09:10 +0100)]
Added argument validations to ComparePackUri an ComparePartUri.

9 years agoChanged Check.PartUriIsValid to throw ArgumentException.
Marcos Henrich [Thu, 7 Aug 2014 08:09:22 +0000 (09:09 +0100)]
Changed Check.PartUriIsValid to throw ArgumentException.

9 years agoRemoved [Category("NotWorking")] from PackUriHelperTests.
Marcos Henrich [Thu, 7 Aug 2014 08:02:49 +0000 (09:02 +0100)]
Removed [Category("NotWorking")] from PackUriHelperTests.
CompareInvalidTest is still not working because .NET PackUriHelper.ComparePackUri is doing something that uses Uri and throws an exception whereas Mono is not.

9 years agoMerge pull request #1198 from chriswebb/master
Marek Safar [Thu, 7 Aug 2014 06:18:30 +0000 (08:18 +0200)]
Merge pull request #1198 from chriswebb/master

Fixed issue where XmlReflectionImporter unable to handle XmlEnums with colons

9 years agoFixed issue related to fully qualified namespaces being used for XmlEnumAttribute...
Chris Webb [Wed, 6 Aug 2014 09:00:29 +0000 (09:00 +0000)]
Fixed issue related to fully qualified namespaces being used for XmlEnumAttribute values.

9 years agoMerge pull request #1197 from akoeplinger/remove-csproj
Marek Safar [Thu, 7 Aug 2014 05:44:36 +0000 (07:44 +0200)]
Merge pull request #1197 from akoeplinger/remove-csproj

[Cleanup] Removed a bunch of superfluous .csproj and .sln files

9 years ago[Cleanup] Removed a bunch of superfluous .csproj and .sln files
Alexander Köplinger [Sun, 4 May 2014 18:34:51 +0000 (20:34 +0200)]
[Cleanup] Removed a bunch of superfluous .csproj and .sln files

Most of these files weren't updated in the last >5 years and serve no purpose today, so they only clutter the repository.

9 years agoMerge pull request #1195 from akoeplinger/fix-uri-with-digits
Marek Safar [Wed, 6 Aug 2014 13:11:53 +0000 (15:11 +0200)]
Merge pull request #1195 from akoeplinger/fix-uri-with-digits

[System] Fix parsing of URI schemes with digits

9 years ago[System] Fix parsing of URI schemes with digits
Alexander Köplinger [Wed, 6 Aug 2014 12:52:42 +0000 (14:52 +0200)]
[System] Fix parsing of URI schemes with digits

Initializing an Uri previously throwed an exception when the URI scheme contained a digit (e.g. net.p2p).
The loop was missing a digit check, similar to https://github.com/mono/mono/blob/1f1dc988ad7b165603a1175bf0a92156c4372c43/mcs/class/System/System/Uri.cs#L767

9 years agoMerge pull request #1168 from esdrubal/iriparsing
Marek Safar [Wed, 6 Aug 2014 10:47:14 +0000 (12:47 +0200)]
Merge pull request #1168 from esdrubal/iriparsing

IriParsing

9 years agoMerge pull request #1193 from esdrubal/decimal-round
Marek Safar [Wed, 6 Aug 2014 10:41:39 +0000 (12:41 +0200)]
Merge pull request #1193 from esdrubal/decimal-round

Decimal.Round trailing zeros

9 years agoMerge pull request #1180 from akoeplinger/no-net40-in-make-check
Marek Safar [Wed, 6 Aug 2014 10:40:30 +0000 (12:40 +0200)]
Merge pull request #1180 from akoeplinger/no-net40-in-make-check

Don't run net_4_0 tests during "make check"

9 years ago[mcs] switch statement with constant block at first label. Fixes #21805
Marek Safar [Wed, 6 Aug 2014 07:51:52 +0000 (09:51 +0200)]
[mcs] switch statement with constant block at first label. Fixes #21805

9 years agoAdded MonoString<->UTF-32 conversion helper functions.
Alexis Christoforides [Tue, 5 Aug 2014 23:58:51 +0000 (19:58 -0400)]
Added MonoString<->UTF-32 conversion helper functions.

9 years agoFix the build.
Zoltan Varga [Tue, 5 Aug 2014 23:33:48 +0000 (01:33 +0200)]
Fix the build.

9 years ago[runtime] Remove unused critical-sections files.
Zoltan Varga [Tue, 5 Aug 2014 21:52:07 +0000 (23:52 +0200)]
[runtime] Remove unused critical-sections files.

9 years ago[runtime] Use the mono_mutex types/functions instead of CriticalSection's.
Zoltan Varga [Tue, 5 Aug 2014 21:36:06 +0000 (23:36 +0200)]
[runtime] Use the mono_mutex types/functions instead of CriticalSection's.

9 years ago[jit] Use the mono_mutex types/functions of CriticalSection's.
Zoltan Varga [Tue, 5 Aug 2014 21:21:14 +0000 (23:21 +0200)]
[jit] Use the mono_mutex types/functions of CriticalSection's.

9 years agoAdd test for Regex RTL substring matching.
Dave Dunkin [Tue, 5 Aug 2014 15:51:38 +0000 (08:51 -0700)]
Add test for Regex RTL substring matching.

9 years agoDecimal.Round output no longer keeps trailing zeros.
Marcos Henrich [Tue, 5 Aug 2014 13:00:12 +0000 (14:00 +0100)]
Decimal.Round output no longer keeps trailing zeros.

9 years agoTest Decimal.ToString after rounding with trailing zeros.
Marcos Henrich [Tue, 5 Aug 2014 12:58:07 +0000 (13:58 +0100)]
Test Decimal.ToString after rounding with trailing zeros.

9 years ago[profiler] Increase the number of maximum and default frames in backtraces.
Paolo Molaro [Tue, 5 Aug 2014 11:14:11 +0000 (13:14 +0200)]
[profiler] Increase the number of maximum and default frames in backtraces.

9 years ago[jit] Emit OP_FMOVE instead of OP_MOVE for r4 arguments in hard float mode on arm.
Zoltan Varga [Tue, 5 Aug 2014 11:02:45 +0000 (13:02 +0200)]
[jit] Emit OP_FMOVE instead of OP_MOVE for r4 arguments in hard float mode on arm.

9 years ago[runtime] Don't assert when loading a generic methodspec with 0 arity (xambug #19097).
Paolo Molaro [Tue, 5 Aug 2014 09:52:35 +0000 (11:52 +0200)]
[runtime] Don't assert when loading a generic methodspec with 0 arity (xambug #19097).

9 years agoMiscellaneous changes per review
Sasha Kotlyar [Mon, 4 Aug 2014 23:15:10 +0000 (19:15 -0400)]
Miscellaneous changes per review

9 years agoRegex fixes for substring parsing.
Martin Potter [Fri, 17 Aug 2012 02:24:31 +0000 (19:24 -0700)]
Regex fixes for substring parsing.

9 years agoAdd test for Regex.Match with anchors on a substring.
Dave Dunkin [Mon, 4 Aug 2014 21:30:15 +0000 (14:30 -0700)]
Add test for Regex.Match with anchors on a substring.

9 years agoMerge pull request #1066 from esdrubal/bug19313
Rodrigo Kumpera [Mon, 4 Aug 2014 16:29:43 +0000 (12:29 -0400)]
Merge pull request #1066 from esdrubal/bug19313

Changed DeflateStream to stop reading base_stream sooner. Fixes #19313.

9 years agoMerge pull request #1063 from esdrubal/bug18482
Rodrigo Kumpera [Mon, 4 Aug 2014 16:28:50 +0000 (12:28 -0400)]
Merge pull request #1063 from esdrubal/bug18482

Resets all private key values on RSAManaged.ImportParameters. Fixes #18482.