mono.git
10 years agoMerge pull request #856 from madewokherd/textcontrol
Alex Rønne Petersen [Fri, 17 Jan 2014 08:24:50 +0000 (00:24 -0800)]
Merge pull request #856 from madewokherd/textcontrol

Avoid adjusting selection twice in TextControl.

10 years agoMerge pull request #861 from RobertZenz/patch-1
Alex Rønne Petersen [Fri, 17 Jan 2014 08:23:09 +0000 (00:23 -0800)]
Merge pull request #861 from RobertZenz/patch-1

Noted that the fullname attribute is not the same as Type.FullName.

10 years agoMerge pull request #875 from justincc/master
Alex Rønne Petersen [Fri, 17 Jan 2014 08:20:44 +0000 (00:20 -0800)]
Merge pull request #875 from justincc/master

Change Mono manpage to correct effect of MONO_THREADS_PER_CPU env var

10 years agoFix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.
Zoltan Varga [Fri, 17 Jan 2014 06:50:05 +0000 (07:50 +0100)]
Fix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.

10 years ago[runtime] Remove some unused includes.
Zoltan Varga [Fri, 17 Jan 2014 06:27:48 +0000 (07:27 +0100)]
[runtime] Remove some unused includes.

10 years ago[runtime] Simplify mono_thread_state_init_from_handle () on darwin a bit.
Zoltan Varga [Fri, 17 Jan 2014 06:26:40 +0000 (07:26 +0100)]
[runtime] Simplify mono_thread_state_init_from_handle () on darwin a bit.

10 years ago[runtime] Store the values of some TLS variables into an array in MonoThreadInfo...
Zoltan Varga [Fri, 17 Jan 2014 03:59:23 +0000 (04:59 +0100)]
[runtime] Store the values of some TLS variables into an array in MonoThreadInfo, and use it in mono_thread_state_init_from_handle () on darwin to avoid the usage of platform specific hacks to obtain their values.

10 years ago[runtime] Add a mono_thread_info_yield () function.
Zoltan Varga [Fri, 17 Jan 2014 02:29:33 +0000 (03:29 +0100)]
[runtime] Add a mono_thread_info_yield () function.

10 years ago[runtime] Use mono_thread_info_get_stack_bounds () in sgen instead of duplicating...
Zoltan Varga [Fri, 17 Jan 2014 02:13:10 +0000 (03:13 +0100)]
[runtime] Use mono_thread_info_get_stack_bounds () in sgen instead of duplicating code.

10 years ago[runtime] Move mono_thread_get_stack_bounds () to utils/mono-threads.
Zoltan Varga [Fri, 17 Jan 2014 02:06:22 +0000 (03:06 +0100)]
[runtime] Move mono_thread_get_stack_bounds () to utils/mono-threads.

10 years ago[aot] Add the rgctx trampolines required by array helper wrappers in the normal place...
Zoltan Varga [Fri, 17 Jan 2014 01:14:45 +0000 (02:14 +0100)]
[aot] Add the rgctx trampolines required by array helper wrappers in the normal place instead of in mono_aot_get_method () so they won't interfere with gsharedvt. Fixes #17284.

10 years agoDisable a gsharedvt test which depends on async functionality which no longer works.
Zoltan Varga [Fri, 17 Jan 2014 00:58:45 +0000 (01:58 +0100)]
Disable a gsharedvt test which depends on async functionality which no longer works.

10 years agodriver.c: Revert "Update message"
Aaron Bockover [Thu, 16 Jan 2014 23:02:08 +0000 (18:02 -0500)]
driver.c: Revert "Update message"

This reverts commit 85841d0bbdb10e73373032ba4f2cd88a4ec9f80d.

Some scripts unfortunately depend on the verbage "Mono JIT compiler"
in the "mono --version" message. While this was never a blessed
or supported way of getting the version (use pkg-config) of Mono,
nonetheless this breaks some important stuff. We can use the better
message in the (somewhat distant) future.

10 years agoChange Mono manpage to correct effect of MONO_THREADS_PER_CPU env var
Justin Clark-Casey [Thu, 16 Jan 2014 20:02:53 +0000 (20:02 +0000)]
Change Mono manpage to correct effect of MONO_THREADS_PER_CPU env var

1.  MONO_THREADS_PER_CPU affects ThreadPool min threads rather than max threads
2.  Effect is MONO_THREADS_PER_CPU * cpu_cores, there is no +20
3.  Default is 1, not 10

10 years agoprofiles: define xammac (Xamarin.Mac) profile
Aaron Bockover [Thu, 16 Jan 2014 19:16:59 +0000 (14:16 -0500)]
profiles: define xammac (Xamarin.Mac) profile

Based on the Mobile profile and modeled after
the MonoDroid profile.

10 years agobuild: use MOBILE_DYNAMIC instead of MONODROID
Aaron Bockover [Thu, 16 Jan 2014 19:13:10 +0000 (14:13 -0500)]
build: use MOBILE_DYNAMIC instead of MONODROID

Some conditional compilation shouldn't really
be bound to MONODROID, instead add a new define
that can be reused, MOBILE_DYNAMIC.

10 years agoconfigure.in: remove --with-mobile
Aaron Bockover [Thu, 16 Jan 2014 19:09:55 +0000 (14:09 -0500)]
configure.in: remove --with-mobile

It doesn't actually do anything. Was quite
misleading.

10 years ago[jit] Handle native types in mini_type_get_underlying_type () as well.
Zoltan Varga [Thu, 16 Jan 2014 14:32:03 +0000 (15:32 +0100)]
[jit] Handle native types in mini_type_get_underlying_type () as well.

10 years agoFix the --enable-native-types build.
Zoltan Varga [Thu, 16 Jan 2014 03:03:36 +0000 (04:03 +0100)]
Fix the --enable-native-types build.

10 years agoFix the build.
Zoltan Varga [Thu, 16 Jan 2014 02:37:21 +0000 (03:37 +0100)]
Fix the build.

10 years ago[runtime] Make gsharing and explicit configure extension.
Rodrigo Kumpera [Thu, 16 Jan 2014 01:29:03 +0000 (20:29 -0500)]
[runtime] Make gsharing and explicit configure extension.

10 years ago[runtime]Add native type extension.
Rodrigo Kumpera [Thu, 16 Jan 2014 01:22:46 +0000 (20:22 -0500)]
[runtime]Add native type extension.

10 years agoNew test file
Marek Safar [Wed, 15 Jan 2014 22:03:30 +0000 (23:03 +0100)]
New test file

10 years ago[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadata
Alan McGovern [Wed, 15 Jan 2014 20:17:10 +0000 (15:17 -0500)]
[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadata

It is incorrect to escape the FullPath metadata for a build item when
we invoke GetEvaluatedMetadata. If we do this we end up completely breaking
every file with a special character in it as things like this would always
fail as we'd pass an escaped path to the filesystem:
File.Exists (item.GetEvaluatedMetadata ("FullPath"))

The iOS designer encountered this issue when we added retina images
called "foo@2x.png" to our solution.

With tests.

10 years ago[mcs] Add additional l-value checks on member access properties as well. Fixes #9571
Marek Safar [Wed, 15 Jan 2014 19:45:58 +0000 (20:45 +0100)]
[mcs] Add additional l-value checks on member access properties as well. Fixes #9571

10 years ago[mcs] Import extension methods dynamic generic arguments correctly.
Marek Safar [Wed, 15 Jan 2014 19:08:59 +0000 (20:08 +0100)]
[mcs] Import extension methods dynamic generic arguments correctly.

10 years ago[jit] Use the jit lock instead of the loader lock in mono_tramp_info_register ().
Zoltan Varga [Wed, 15 Jan 2014 17:50:47 +0000 (18:50 +0100)]
[jit] Use the jit lock instead of the loader lock in mono_tramp_info_register ().

10 years ago[runtime] Get rid of SuspendThread()/ResumeThread(), integrate its functionality...
Zoltan Varga [Wed, 15 Jan 2014 17:34:34 +0000 (18:34 +0100)]
[runtime] Get rid of SuspendThread()/ResumeThread(), integrate its functionality into mono-thread-info.c.

10 years ago[jit] Fix dwarf line number info generation, make AOT use it again instead of the...
Zoltan Varga [Wed, 15 Jan 2014 03:22:37 +0000 (04:22 +0100)]
[jit] Fix dwarf line number info generation, make AOT use it again instead of the .loc/.file directives of GAS, since CLANG only supports those with assembly, not with .byte directives. Fixes part of #15202.

10 years ago[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad19347 change
Marek Safar [Tue, 14 Jan 2014 18:22:48 +0000 (19:22 +0100)]
[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad19347 change

10 years agoAdd support for stdout returns
Miguel de Icaza [Tue, 14 Jan 2014 17:52:18 +0000 (12:52 -0500)]
Add support for stdout returns

10 years ago[runtime] Fix a regression caused by a0afa38296b8a3b0382bf34ce777357d2553c0f0.
Zoltan Varga [Tue, 14 Jan 2014 17:23:10 +0000 (18:23 +0100)]
[runtime] Fix a regression caused by a0afa38296b8a3b0382bf34ce777357d2553c0f0.

10 years agoThe monotouch_runtime profile needs the DISABLE_COM flag too.
Rolf Bjarne Kvinge [Tue, 14 Jan 2014 16:50:23 +0000 (17:50 +0100)]
The monotouch_runtime profile needs the DISABLE_COM flag too.

10 years ago[runtime] Fix regressions caused by 9e5b23eee3a38cf03059542666c6762cc4885697.
Zoltan Varga [Tue, 14 Jan 2014 16:51:53 +0000 (17:51 +0100)]
[runtime] Fix regressions caused by 9e5b23eee3a38cf03059542666c6762cc4885697.

10 years agoRevert "[runtime] Get rid of ResumeThread(), use mono_thread_info_resume () instead."
Zoltan Varga [Tue, 14 Jan 2014 16:14:34 +0000 (17:14 +0100)]
Revert "[runtime] Get rid of ResumeThread(), use mono_thread_info_resume () instead."

This reverts commit e0cff630135268203eea6ec2fa25069363f78d5d.

Revert this as its racy.

10 years agoAdd missing (new) file for System.Net.Http.dll (monotouch build)
Sebastien Pouliot [Tue, 14 Jan 2014 16:51:11 +0000 (11:51 -0500)]
Add missing (new) file for System.Net.Http.dll (monotouch build)

10 years agoThe monotouch_runtime profile needs the DISABLE_REMOTING flag.
Rolf Bjarne Kvinge [Tue, 14 Jan 2014 16:30:30 +0000 (17:30 +0100)]
The monotouch_runtime profile needs the DISABLE_REMOTING flag.

Since the corresponding mono runtime being used has also disabled remoting.

10 years ago[mcs] Disable container definition check on platforms which don't support it
Marek Safar [Tue, 14 Jan 2014 16:30:02 +0000 (17:30 +0100)]
[mcs] Disable container definition check on platforms which don't support it

10 years ago[linker] Add missing descriptors
Marek Safar [Tue, 14 Jan 2014 16:29:16 +0000 (17:29 +0100)]
[linker] Add missing descriptors

10 years ago[runtime] Fix the windows build.
Zoltan Varga [Tue, 14 Jan 2014 15:50:45 +0000 (16:50 +0100)]
[runtime] Fix the windows build.

10 years agoThe mobile profile can support IBindingRuntimePreferences on WebHttpBinding. Fix...
Sebastien Pouliot [Tue, 14 Jan 2014 15:12:11 +0000 (10:12 -0500)]
The mobile profile can support IBindingRuntimePreferences on WebHttpBinding. Fix one S.SM.W unit test failure for XI

10 years agoThere's no need for those special NET_2_1 cases (not using NameValueCollection like...
Sebastien Pouliot [Tue, 14 Jan 2014 15:11:21 +0000 (10:11 -0500)]
There's no need for those special NET_2_1 cases (not using NameValueCollection like MS) anymore and it fixes 7 S.SM.W unit tests failures for XI (e.g. case sensitiveness)

10 years agoThere's no need for those special NET_2_1 cases (excluding System.Char) anymore and...
Sebastien Pouliot [Tue, 14 Jan 2014 15:10:35 +0000 (10:10 -0500)]
There's no need for those special NET_2_1 cases (excluding System.Char) anymore and it fixes 6 S.SM.W unit tests failures for XI.

10 years ago[test] Disable a test for XI (only) as it does not support dynamic proxy code generation
Sebastien Pouliot [Tue, 14 Jan 2014 15:09:46 +0000 (10:09 -0500)]
[test] Disable a test for XI (only) as it does not support dynamic proxy code generation

10 years agoFix a warning.
Zoltan Varga [Tue, 14 Jan 2014 13:51:47 +0000 (14:51 +0100)]
Fix a warning.

10 years agoRevert "Fix a warning."
Zoltan Varga [Tue, 14 Jan 2014 13:50:42 +0000 (14:50 +0100)]
Revert "Fix a warning."

This reverts commit c5104c091af3ffa65ac5be45f320e993ff833427.

10 years agoFixes failing test
Marek Safar [Tue, 14 Jan 2014 13:45:38 +0000 (14:45 +0100)]
Fixes failing test

10 years ago[build] Add Microsoft.CSharp to monotouch profile
Marek Safar [Tue, 14 Jan 2014 13:25:01 +0000 (14:25 +0100)]
[build] Add Microsoft.CSharp to monotouch profile

10 years ago[System] Use generic equality comparer in Find/FindLast methods. Fixes #5245
Marek Safar [Tue, 14 Jan 2014 13:21:55 +0000 (14:21 +0100)]
[System] Use generic equality comparer in Find/FindLast methods. Fixes #5245

10 years ago[arm] Fix an assert caused by large offsets. Fixes #17208.
Zoltan Varga [Tue, 14 Jan 2014 03:37:43 +0000 (04:37 +0100)]
[arm] Fix an assert caused by large offsets. Fixes #17208.

10 years ago[runtime] Get rid of ResumeThread(), use mono_thread_info_resume () instead.
Zoltan Varga [Tue, 14 Jan 2014 02:47:26 +0000 (03:47 +0100)]
[runtime] Get rid of ResumeThread(), use mono_thread_info_resume () instead.

10 years agoFix a warning.
Zoltan Varga [Tue, 14 Jan 2014 01:51:54 +0000 (02:51 +0100)]
Fix a warning.

10 years ago[runtime] Centralize low-level thread creation in utils/mono-threads.c. Get rid of...
Zoltan Varga [Tue, 14 Jan 2014 01:49:03 +0000 (02:49 +0100)]
[runtime] Centralize low-level thread creation in utils/mono-threads.c. Get rid of the CreateThread () function in io-layer.

10 years ago[xbuild] Add 4.0 client profile
Michael Hutchinson [Mon, 13 Jan 2014 19:57:52 +0000 (14:57 -0500)]
[xbuild] Add 4.0 client profile

BXC1426 - xbuild should include the ".NET 4.0 client" framework profile

10 years ago[xbuild] 4.0 test targets go in 4.5 profile
Michael Hutchinson [Sun, 12 Jan 2014 20:49:10 +0000 (15:49 -0500)]
[xbuild] 4.0 test targets go in 4.5 profile

10 years ago[jit] Call mini_replace_type () in one place.
Zoltan Varga [Mon, 13 Jan 2014 18:03:00 +0000 (19:03 +0100)]
[jit] Call mini_replace_type () in one place.

10 years ago[runtime] Fix an assert caused by a157ac79e8f404f0eb9b263f5de697f13528deec.
Zoltan Varga [Mon, 13 Jan 2014 17:27:49 +0000 (18:27 +0100)]
[runtime] Fix an assert caused by a157ac79e8f404f0eb9b263f5de697f13528deec.

10 years ago[sdb] Fix setting of byref variables in registers. Fixes #17185.
Zoltan Varga [Mon, 13 Jan 2014 16:13:30 +0000 (17:13 +0100)]
[sdb] Fix setting of byref variables in registers. Fixes #17185.

10 years ago[io-layer] Add essay on my choices for is_file_writable.
Rodrigo Kumpera [Mon, 13 Jan 2014 15:52:49 +0000 (10:52 -0500)]
[io-layer] Add essay on my choices for is_file_writable.

10 years agoMerge pull request #844 from scottmcarthur/master
Marek Safar [Mon, 13 Jan 2014 14:24:13 +0000 (06:24 -0800)]
Merge pull request #844 from scottmcarthur/master

Check for null item in BindingList<T>.InsertItem

10 years agoTests update
Marek Safar [Mon, 13 Jan 2014 14:13:40 +0000 (15:13 +0100)]
Tests update

10 years ago[System.Net.Http] Add parsing of multi-value strings. Fixes #17132
Marek Safar [Mon, 13 Jan 2014 13:46:58 +0000 (14:46 +0100)]
[System.Net.Http] Add parsing of multi-value strings. Fixes #17132

10 years agoFix the build.
Zoltan Varga [Mon, 13 Jan 2014 13:03:25 +0000 (14:03 +0100)]
Fix the build.

10 years ago[runtime] Fix the --disable-boehm build.
Zoltan Varga [Mon, 13 Jan 2014 12:59:28 +0000 (13:59 +0100)]
[runtime] Fix the --disable-boehm build.

10 years agoMerge pull request #872 from Unity-Technologies/upstreaming/customize-suspend-policy2
Zoltan Varga [Mon, 13 Jan 2014 12:35:19 +0000 (04:35 -0800)]
Merge pull request #872 from Unity-Technologies/upstreaming/customize-suspend-policy2

allow users to specify a suspension policy when enabling an event

10 years agoallow users to specify a suspension policy when enabling an event
Lucas Meijer [Mon, 13 Jan 2014 07:52:17 +0000 (08:52 +0100)]
allow users to specify a suspension policy when enabling an event

10 years agoMerge pull request #871 from tumtumtum/master
Marek Safar [Mon, 13 Jan 2014 07:19:36 +0000 (23:19 -0800)]
Merge pull request #871 from tumtumtum/master

Fix for transactions hanging and timing out if PreparingEnlistment.Done() is called

10 years ago[io-layer] Properly check write permission of a file. Fixes #3501.
Rodrigo Kumpera [Mon, 13 Jan 2014 05:56:04 +0000 (00:56 -0500)]
[io-layer] Properly check write permission of a file. Fixes #3501.

The existing check only verified if owner had write privileges.
Which returns the wrong value when the file is not owned by the user.

And doesn't work when the file is globally writeable or the user
belongs to the user of the file.

We check flags for when euid/egid matches file's. Otherwise we fallback
to access(2), which sucks, but it's the only thing close to working
that exists on unix and has a reasonably portable behavior.

10 years agoMove the mono_thread_create () function into utils/mono-threads.h/c, change/simplify...
Zoltan Varga [Mon, 13 Jan 2014 03:00:58 +0000 (04:00 +0100)]
Move the mono_thread_create () function into utils/mono-threads.h/c, change/simplify its signature a bit.

10 years agoClean up the thread startup code by moving common code into a new create_thread ...
Zoltan Varga [Mon, 13 Jan 2014 00:48:33 +0000 (01:48 +0100)]
Clean up the thread startup code by moving common code into a new create_thread () function.

10 years agoQuickfix for transactions timing out and not committing when PreparingEnlistment...
Thong Nguyen [Sun, 12 Jan 2014 21:59:39 +0000 (21:59 +0000)]
Quickfix for transactions timing out and not committing when PreparingEnlistment.Done is called instead of PreparingEnlistment.Prepared

10 years agoAdd LOCK_THREAD/UNLOCK_THREAD macros, get rid of ensure_synch_cs_set ().
Zoltan Varga [Sun, 12 Jan 2014 13:21:37 +0000 (14:21 +0100)]
Add LOCK_THREAD/UNLOCK_THREAD macros, get rid of ensure_synch_cs_set ().

10 years agoClean up the setup of thread->synch_cs. Initialize it when the MonoInternalThread...
Zoltan Varga [Tue, 9 Apr 2013 17:25:50 +0000 (19:25 +0200)]
Clean up the setup of thread->synch_cs. Initialize it when the MonoInternalThread object is created, and delete it in the finalizer.

10 years agoMerge pull request #870 from wayoutmind/master
Marek Safar [Sun, 12 Jan 2014 08:34:55 +0000 (00:34 -0800)]
Merge pull request #870 from wayoutmind/master

[system] Add IsIPv6Teredo to System.Net.IpAddress

10 years ago[xbuild] Properly disable tests on 4.0 framework profile
Michael Hutchinson [Sun, 12 Jan 2014 05:32:35 +0000 (00:32 -0500)]
[xbuild] Properly disable tests on 4.0 framework profile

10 years ago[xbuild] Tests need older MSBuild targets
Michael Hutchinson [Sun, 12 Jan 2014 03:18:46 +0000 (22:18 -0500)]
[xbuild] Tests need older MSBuild targets

10 years agoMerge pull request #869 from alistair/copyfile
Rodrigo Kumpera [Sun, 12 Jan 2014 05:09:15 +0000 (21:09 -0800)]
Merge pull request #869 from alistair/copyfile

Don't raise an exception if we can't find the src assembly on a shadow copy appdomain

10 years ago[system] Add IsIPv6Teredo to System.Net.IpAddress
Fredrick Galoso [Sun, 12 Jan 2014 03:23:50 +0000 (21:23 -0600)]
[system] Add IsIPv6Teredo to System.Net.IpAddress

Adds support for checking for an IPv6 Teredo address, introduced in
.NET Framework 4.

10 years agoDon't raise an exception if we can't find the src assembly.
Alistair Bush [Sat, 11 Jan 2014 11:35:37 +0000 (00:35 +1300)]
Don't raise an exception if we can't find the src assembly.

These changes are released under the MIT license.

10 years agomono-api-info: avoid NumberOverflow
Aaron Bockover [Fri, 10 Jan 2014 19:13:02 +0000 (14:13 -0500)]
mono-api-info: avoid NumberOverflow

GetFlaggedEnumValue converts values to Int64 which
can cause a NumberOverflow exception when the value
is too large to fit (e.g. a large UInt64). Special
case UInt64 values for now (duplicates the logic,
which sucks).

10 years ago[csharp] do not try to read 0 characters for a string
Miguel de Icaza [Fri, 10 Jan 2014 17:37:09 +0000 (12:37 -0500)]
[csharp] do not try to read 0 characters for a string

10 years ago[csharp] Make the stream reader iterate until all data has been read
Miguel de Icaza [Fri, 10 Jan 2014 16:35:17 +0000 (11:35 -0500)]
[csharp] Make the stream reader iterate until all data has been read

10 years agoAdd new --client/--server[=server[:port] support for the shell
Miguel de Icaza [Mon, 6 Jan 2014 18:07:51 +0000 (16:07 -0200)]
Add new --client/--server[=server[:port] support for the shell

10 years agoupdate copyright
Miguel de Icaza [Thu, 19 Dec 2013 00:49:29 +0000 (22:49 -0200)]
update copyright

10 years ago[corlib] Update en-GB first day of week. Fixes #17151
Marek Safar [Fri, 10 Jan 2014 15:47:47 +0000 (16:47 +0100)]
[corlib] Update en-GB first day of week. Fixes #17151

10 years ago[mcs] Check type of index used in pointer array aritmetic. Fixes #17145
Marek Safar [Fri, 10 Jan 2014 14:56:13 +0000 (15:56 +0100)]
[mcs] Check type of index used in pointer array aritmetic. Fixes #17145

10 years ago[runtime] Fix large file support on android, it doesn't support -D_FILE_OFFSET_BITS...
Zoltan Varga [Fri, 10 Jan 2014 00:16:28 +0000 (19:16 -0500)]
[runtime] Fix large file support on android, it doesn't support -D_FILE_OFFSET_BITS=64, so call lseek64 directly. Fixes #17128.

10 years ago[corlib] Hunting down rare Task.WaitAll race
Marek Safar [Fri, 10 Jan 2014 13:38:35 +0000 (14:38 +0100)]
[corlib] Hunting down rare Task.WaitAll race

10 years agofix build.
Atsushi Eno [Fri, 10 Jan 2014 11:42:25 +0000 (20:42 +0900)]
fix build.

10 years ago[mdoc] Update expected result xml templates
Marek Safar [Fri, 10 Jan 2014 10:24:45 +0000 (11:24 +0100)]
[mdoc] Update expected result xml templates

10 years agofix bug #11335.
Atsushi Eno [Fri, 10 Jan 2014 10:04:58 +0000 (19:04 +0900)]
fix bug #11335.

10 years agoFix bug #11336.
Atsushi Eno [Fri, 10 Jan 2014 10:03:33 +0000 (19:03 +0900)]
Fix bug #11336.

10 years ago[System.Core] Update MonoTouch System.Linq.Expression to be 4.5 compatible
Marek Safar [Fri, 10 Jan 2014 09:45:51 +0000 (10:45 +0100)]
[System.Core] Update MonoTouch System.Linq.Expression to be 4.5 compatible

10 years ago[mcs] Add missing object to dynamic conversion for imported types
Marek Safar [Fri, 10 Jan 2014 09:29:05 +0000 (10:29 +0100)]
[mcs] Add missing object to dynamic conversion for imported types

10 years ago[xbuild] Do not allow running tests or installing exe w/4.0 profile
Michael Hutchinson [Fri, 10 Jan 2014 00:12:55 +0000 (19:12 -0500)]
[xbuild] Do not allow running tests or installing exe w/4.0 profile

It's not a usable MSBuild 4.0 toolset, that's in the 4.5 profile directory.

10 years ago[xbuild] The 4.0 toolset is in the 4.5 directory
Michael Hutchinson [Thu, 9 Jan 2014 23:27:40 +0000 (18:27 -0500)]
[xbuild] The 4.0 toolset is in the 4.5 directory

10 years ago[xbuild] Reorganize xbuild targets/frameworks/bin data
Michael Hutchinson [Thu, 9 Jan 2014 02:46:09 +0000 (21:46 -0500)]
[xbuild] Reorganize xbuild targets/frameworks/bin data

They had been squashed into one single source directory
despite being installed into very different locations.

Made it easier to follow what's what by separating them
into:

* data: targets and data files for xbuild bin directory
* targets: misc pcl/web targets for extension directory
* frameworks: framework definitions

10 years agoRevert "[runtime] Make mono_class_is_assignable_from lazy resolve its arguments....
Rodrigo Kumpera [Thu, 9 Jan 2014 21:22:41 +0000 (16:22 -0500)]
Revert "[runtime] Make mono_class_is_assignable_from lazy resolve its arguments." This broke WCF.

This reverts commit decc91e8dae894cc57a43acce0293f5b05f67be2.

10 years ago[runtime] Change MonoImage::field_cache lock from the loader lock to the image lock.
Rodrigo Kumpera [Thu, 9 Jan 2014 21:20:56 +0000 (16:20 -0500)]
[runtime] Change MonoImage::field_cache lock from the loader lock to the image lock.

10 years ago[System.Core] Add dynamic interpreter
Marek Safar [Thu, 9 Jan 2014 19:39:18 +0000 (20:39 +0100)]
[System.Core] Add dynamic interpreter