mono.git
9 years agoRevert "Fixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources"
Marek Safar [Wed, 13 May 2015 18:14:46 +0000 (20:14 +0200)]
Revert "Fixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources"

This reverts commit c98a779e9105cdb3101a35eb7beff8eac94b9a15.

9 years agoFixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources
Marek Safar [Wed, 13 May 2015 17:46:16 +0000 (19:46 +0200)]
Fixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources

9 years ago[system.web] Add System.Design reference instead of referencing files
Marek Safar [Wed, 13 May 2015 17:44:07 +0000 (19:44 +0200)]
[system.web] Add System.Design reference instead of referencing files

9 years ago[referencesource] Import System.Double and System.Simple
Ludovic Henry [Wed, 13 May 2015 16:20:58 +0000 (17:20 +0100)]
[referencesource] Import System.Double and System.Simple

9 years agoMerge pull request #1784 from alexrp/profiler-init
Alex Rønne Petersen [Wed, 13 May 2015 17:02:50 +0000 (19:02 +0200)]
Merge pull request #1784 from alexrp/profiler-init

[profiler] Initialize threads in runtime initialization callback

9 years ago[system.web.service] desktop version from reference sources
Marek Safar [Wed, 13 May 2015 15:41:08 +0000 (17:41 +0200)]
[system.web.service] desktop version from reference sources

9 years ago[System.Data.Design] Make TypedDataSetSchemaImporterExtension not working instead...
Marek Safar [Wed, 13 May 2015 15:38:43 +0000 (17:38 +0200)]
[System.Data.Design] Make TypedDataSetSchemaImporterExtension not working instead of throwing NIE

9 years ago[system.xml] Serialization from reference sources for desktop
Marek Safar [Tue, 12 May 2015 16:52:30 +0000 (18:52 +0200)]
[system.xml] Serialization from reference sources for desktop

9 years agoMerge pull request #1797 from schani/feature-pinning-stats
Alex Rønne Petersen [Wed, 13 May 2015 16:42:52 +0000 (18:42 +0200)]
Merge pull request #1797 from schani/feature-pinning-stats

[sgen] Fix pinning statistics

9 years ago[runtime] Fix the initialization of the pid array in ves_icall_System_Diagnostics_Pro...
Zoltan Varga [Wed, 13 May 2015 16:40:53 +0000 (18:40 +0200)]
[runtime] Fix the initialization of the pid array in ves_icall_System_Diagnostics_Process_GetProcesses_internal ().

9 years agoMerge pull request #1799 from evincarofautumn/fix-heavy-stat-warnings
Alex Rønne Petersen [Wed, 13 May 2015 11:48:09 +0000 (13:48 +0200)]
Merge pull request #1799 from evincarofautumn/fix-heavy-stat-warnings

[sgen] Fix warnings with heavy stats.

9 years ago[sgen] Fix warnings with heavy stats.
Jon Purdy [Tue, 12 May 2015 22:41:18 +0000 (15:41 -0700)]
[sgen] Fix warnings with heavy stats.

The types of these counters were changed in 5f33085d, so the atomic
updates (should have) stopped working. We can just mutate them
non-atomically.

9 years ago[sgen] Make pinning stats operational again.
Mark Probst [Tue, 12 May 2015 21:16:06 +0000 (14:16 -0700)]
[sgen] Make pinning stats operational again.

9 years ago[sgen] `mono_gc_printf` should not append newlines.
Mark Probst [Tue, 12 May 2015 21:15:25 +0000 (14:15 -0700)]
[sgen] `mono_gc_printf` should not append newlines.

9 years ago[sgen] Simplify `sgen_conservatively_pin_objects_from()`.
Mark Probst [Tue, 12 May 2015 00:41:05 +0000 (17:41 -0700)]
[sgen] Simplify `sgen_conservatively_pin_objects_from()`.

We're doing essentially the same check twice, and not doing the
pinning stats correctly.

9 years agoMerge pull request #1796 from evincarofautumn/fix-heavy-stats-2
Mark Probst [Tue, 12 May 2015 21:39:25 +0000 (14:39 -0700)]
Merge pull request #1796 from evincarofautumn/fix-heavy-stats-2

[sgen] Actually fix heavy stats.

9 years ago[sgen] Actually fix heavy stats.
Jon Purdy [Tue, 12 May 2015 21:31:29 +0000 (14:31 -0700)]
[sgen] Actually fix heavy stats.

9 years agoMerge pull request #1795 from evincarofautumn/fix-heavy-stats
Mark Probst [Tue, 12 May 2015 21:18:40 +0000 (14:18 -0700)]
Merge pull request #1795 from evincarofautumn/fix-heavy-stats

[sgen] Fix heavy statistics.

9 years ago[sgen] Fix heavy statistics.
Jon Purdy [Tue, 12 May 2015 21:15:22 +0000 (14:15 -0700)]
[sgen] Fix heavy statistics.

9 years agoMerge pull request #1668 from alexanderkyte/bug1856
Rodrigo Kumpera [Tue, 12 May 2015 21:11:18 +0000 (17:11 -0400)]
Merge pull request #1668 from alexanderkyte/bug1856

[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.

9 years ago[runtime] Fixed typo in previous commit, added sleep
Alexis Christoforides [Tue, 12 May 2015 20:07:54 +0000 (16:07 -0400)]
[runtime] Fixed typo in previous commit, added sleep

9 years ago[runtime] When attaching a tools thread, spin-wait for thread system init. Fixes...
Alexis Christoforides [Tue, 12 May 2015 19:30:18 +0000 (15:30 -0400)]
[runtime] When attaching a tools thread, spin-wait for thread system init. Fixes #29538

9 years ago[system.xml] System.Xml.Serialization.Advanced from reference sources
Marek Safar [Tue, 12 May 2015 14:47:05 +0000 (16:47 +0200)]
[system.xml] System.Xml.Serialization.Advanced from reference sources

9 years agoMerge pull request #1794 from jbevain/monofield_getmodule
Marek Safar [Tue, 12 May 2015 14:50:07 +0000 (16:50 +0200)]
Merge pull request #1794 from jbevain/monofield_getmodule

[corlib] Implement MonoField Module property

9 years agoAdd unit test for FieldInfo.Module
Jb Evain [Tue, 12 May 2015 14:40:33 +0000 (16:40 +0200)]
Add unit test for FieldInfo.Module

9 years agoBump reference sources
Marek Safar [Tue, 12 May 2015 14:29:29 +0000 (16:29 +0200)]
Bump reference sources

9 years ago[corlib] Implement MonoField Module property
Jb Evain [Tue, 12 May 2015 14:22:18 +0000 (16:22 +0200)]
[corlib] Implement MonoField Module property

9 years ago[runtime] Really fix --disable-visibility-hidden.
Zoltan Varga [Tue, 12 May 2015 14:08:52 +0000 (16:08 +0200)]
[runtime] Really fix --disable-visibility-hidden.

9 years agoBump reference sources
Marek Safar [Tue, 12 May 2015 14:00:32 +0000 (16:00 +0200)]
Bump reference sources

9 years ago[corlib] Fix Test attribute name collisiong causing all tests to be ignored
Marek Safar [Tue, 12 May 2015 14:00:03 +0000 (16:00 +0200)]
[corlib] Fix Test attribute name collisiong causing all tests to be ignored

9 years ago[System.ComponentModel.DataAnnotations] Remove unused types
Marek Safar [Tue, 12 May 2015 12:39:05 +0000 (14:39 +0200)]
[System.ComponentModel.DataAnnotations] Remove unused types

9 years ago[build] Don't set special library path for monolite boostrap. It causes issue when...
Marek Safar [Tue, 12 May 2015 12:08:12 +0000 (14:08 +0200)]
[build] Don't set special library path for monolite boostrap. It causes issue when system and other assemblies during bootrap need to access mscorlib api which is newer than monolite.

9 years ago[corlib] Update SecurityCriticalAttribute test for updated mobile API.
Rolf Bjarne Kvinge [Tue, 12 May 2015 11:09:00 +0000 (13:09 +0200)]
[corlib] Update SecurityCriticalAttribute test for updated mobile API.

9 years ago[system.xml] Resource string from reference sources
Marek Safar [Tue, 12 May 2015 09:47:17 +0000 (11:47 +0200)]
[system.xml] Resource string from reference sources

9 years ago[mcs] Support multiple string resource files
Marek Safar [Tue, 12 May 2015 09:43:07 +0000 (11:43 +0200)]
[mcs] Support multiple string resource files

9 years agobump referencesource for System.Data (remove wrong MDAC ver. check for Odbc)
Atsushi Eno [Tue, 12 May 2015 06:54:34 +0000 (14:54 +0800)]
bump referencesource for System.Data (remove wrong MDAC ver. check for Odbc)

9 years agoFix System.dll mobile builds.
Atsushi Eno [Tue, 12 May 2015 06:53:05 +0000 (14:53 +0800)]
Fix System.dll mobile builds.

9 years agoRevert "[system.xml] System.Xml.Serialization.Advanced from reference sources"
Atsushi Eno [Tue, 12 May 2015 06:44:59 +0000 (14:44 +0800)]
Revert "[system.xml] System.Xml.Serialization.Advanced from reference sources"

This reverts commit e66d448104cf2c11d5fcfdaf47b12382cbc9c249.

9 years agoRevert "[system.xml] Serialization from reference sources for desktop"
Atsushi Eno [Tue, 12 May 2015 06:42:19 +0000 (14:42 +0800)]
Revert "[system.xml] Serialization from reference sources for desktop"

This reverts commit 6ae517ea65af8cf7585c3a080caaa53d05447cc1.

9 years agoMerge pull request #1783 from alexanderkyte/thread_transition_crash
Rodrigo Kumpera [Mon, 11 May 2015 18:59:04 +0000 (14:59 -0400)]
Merge pull request #1783 from alexanderkyte/thread_transition_crash

[runtime] Make thread abort synchronous

9 years ago[bcl] Fix Process.OnExited multiple call with the MS ThreadPool
Ludovic Henry [Mon, 11 May 2015 16:38:29 +0000 (17:38 +0100)]
[bcl] Fix Process.OnExited multiple call with the MS ThreadPool

9 years ago[runtime] Add a couple of asserts to thread attach methods
Alexis Christoforides [Mon, 11 May 2015 15:52:07 +0000 (11:52 -0400)]
[runtime] Add a couple of asserts to thread attach methods

9 years ago[system] CompilerParameters from reference sources
Marek Safar [Mon, 11 May 2015 14:55:52 +0000 (16:55 +0200)]
[system] CompilerParameters from reference sources

9 years ago[system.xml] Serialization from reference sources for desktop
Marek Safar [Mon, 11 May 2015 13:36:03 +0000 (15:36 +0200)]
[system.xml] Serialization from reference sources for desktop

9 years ago[System.Runtime.Caching] Fix warnings
Marek Safar [Mon, 11 May 2015 07:40:06 +0000 (09:40 +0200)]
[System.Runtime.Caching] Fix warnings

9 years agoMerge pull request #1788 from ermshiperete/master-Xamarin-29935
Marek Safar [Mon, 11 May 2015 13:33:23 +0000 (15:33 +0200)]
Merge pull request #1788 from ermshiperete/master-Xamarin-29935

Unit test that demonstrates Xamarin-29935

9 years agoUnit test that demonstrates Xamarin-29935
Eberhard Beilharz [Mon, 11 May 2015 13:04:41 +0000 (15:04 +0200)]
Unit test that demonstrates Xamarin-29935

Change-Id: I3510a2ccb897e0a0baf03af3a34bb74d6b700e03

9 years ago[threadpool-ms] Remove thread waiting and memory cleanup
Ludovic Henry [Mon, 11 May 2015 12:37:25 +0000 (13:37 +0100)]
[threadpool-ms] Remove thread waiting and memory cleanup

This could lead to hangs because threadpool->counter._.active would not be decremented. It means we cannot cleanup memory as the threads may still try to access the threadpool global variable.

9 years ago[threadpool-ms] Fix assertion error "threadpool-ms.c:731, condition `counter._.workin...
Ludovic Henry [Sat, 9 May 2015 17:20:07 +0000 (18:20 +0100)]
[threadpool-ms] Fix assertion error "threadpool-ms.c:731, condition `counter._.working >= 0' not met"

9 years ago[runtime] Implement support for locals info for portable pdb files.
Zoltan Varga [Mon, 11 May 2015 07:24:14 +0000 (03:24 -0400)]
[runtime] Implement support for locals info for portable pdb files.

9 years ago[runtime] Finish support for sequence point info for the portable pdb format.
Zoltan Varga [Sun, 10 May 2015 09:43:53 +0000 (05:43 -0400)]
[runtime] Finish support for sequence point info for the portable pdb format.

9 years ago[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().
Zoltan Varga [Sun, 10 May 2015 08:27:32 +0000 (04:27 -0400)]
[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().

9 years ago[runtime] Add mono_ppdb_get_seq_points () function, same as mono_debug_symfile_get_se...
Zoltan Varga [Sun, 10 May 2015 06:55:47 +0000 (02:55 -0400)]
[runtime] Add mono_ppdb_get_seq_points () function, same as mono_debug_symfile_get_seq_points () but for portable pdb files.

9 years ago[runtime] Add a mono_debug_get_seq_points () function which is a wrapper for mono_deb...
Zoltan Varga [Sun, 10 May 2015 06:43:00 +0000 (02:43 -0400)]
[runtime] Add a mono_debug_get_seq_points () function which is a wrapper for mono_debug_symfile_get_seq_points ().

9 years ago[runtime] Rename mono_debug_symfile_get_line_numbers_full () to mono_debug_symfile_ge...
Zoltan Varga [Sun, 10 May 2015 06:23:03 +0000 (02:23 -0400)]
[runtime] Rename mono_debug_symfile_get_line_numbers_full () to mono_debug_symfile_get_seq_points (), return most of the information in an array of MonoSymSeqPoint structures. Remove unused mono_debug_symfile_get_line_numbers () function.

9 years ago[runtime] Remove more unused debugger code.
Zoltan Varga [Sun, 10 May 2015 02:14:08 +0000 (22:14 -0400)]
[runtime] Remove more unused debugger code.

9 years ago[system.runtime.caching] Remove inappropropriate use of Marshal.SizeOf. Fixes #29667
Marek Safar [Sat, 9 May 2015 10:24:20 +0000 (12:24 +0200)]
[system.runtime.caching] Remove inappropropriate use of Marshal.SizeOf. Fixes #29667

9 years ago[system.data] Fix culture specific test
Marek Safar [Sat, 9 May 2015 09:49:45 +0000 (11:49 +0200)]
[system.data] Fix culture specific test

9 years ago[jit] Avoid an assertion in the virtual delegate optimization if the target method...
Zoltan Varga [Sat, 9 May 2015 05:15:44 +0000 (01:15 -0400)]
[jit] Avoid an assertion in the virtual delegate optimization if the target method is not virtual.

9 years ago[runtime] Add beginnings of support for Portable PDB symbol files.
Zoltan Varga [Sat, 9 May 2015 03:26:00 +0000 (23:26 -0400)]
[runtime] Add beginnings of support for Portable PDB symbol files.

9 years ago[runtime] Add support for the new metadata tables used by the Portable PDB file format.
Zoltan Varga [Sat, 9 May 2015 03:24:00 +0000 (23:24 -0400)]
[runtime] Add support for the new metadata tables used by the Portable PDB file format.

9 years ago[runtime] Add support for loading metadata images without a PE wrapper.
Zoltan Varga [Sat, 9 May 2015 03:21:33 +0000 (23:21 -0400)]
[runtime] Add support for loading metadata images without a PE wrapper.

9 years ago[profiler] Initialize threads in runtime initialization callback.
Alex Rønne Petersen [Sat, 9 May 2015 02:07:22 +0000 (04:07 +0200)]
[profiler] Initialize threads in runtime initialization callback.

For the helper and writer thread to actually work, we need Mono's threading
subsystem to be initialized (so we can use TLS and hazard pointers). We now
wait with starting these threads until Mono gives us the go-ahead.

This means that a bit more data will be buffered up in the thread-local log
buffers during startup, but it shouldn't really matter in practice.

9 years ago[runtime] Use a condvar for waiting for the finalizer thread to shut down.
Zoltan Varga [Fri, 8 May 2015 22:28:46 +0000 (18:28 -0400)]
[runtime] Use a condvar for waiting for the finalizer thread to shut down.

9 years ago[runtime] Add a mono_cond_timedwait_ms () function which takes a timeout argument...
Zoltan Varga [Fri, 8 May 2015 22:28:12 +0000 (18:28 -0400)]
[runtime] Add a mono_cond_timedwait_ms () function which takes a timeout argument in milliseconds.

9 years ago[runtime] Add a FIXME to mono_cond_timedwait () on windows.
Zoltan Varga [Fri, 8 May 2015 19:24:43 +0000 (15:24 -0400)]
[runtime] Add a FIXME to mono_cond_timedwait () on windows.

9 years ago[sgen] Only flush binary protocol buffers when world is stopped.
Mark Probst [Fri, 8 May 2015 18:32:08 +0000 (11:32 -0700)]
[sgen] Only flush binary protocol buffers when world is stopped.

9 years ago[monop] Band-aid, cope with IKVM's Type.Namespace crashing on generic types
Miguel de Icaza [Fri, 8 May 2015 17:13:11 +0000 (13:13 -0400)]
[monop] Band-aid, cope with IKVM's Type.Namespace crashing on generic types
[monop] Add test suite for monop

9 years ago[runtime] Make thread abort synchronous
Alexander Kyte [Fri, 8 May 2015 16:07:42 +0000 (12:07 -0400)]
[runtime] Make thread abort synchronous

Due to asynchronous abortion a crash is being seen on
posix systems where the abort signal handler is having a
data race and not exiting the suspend signal handler early.

When it tries to make a state transition because of this, it
cannot and it crashes.

This fixes it by making it synchronous.

9 years ago[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a72e2ece266a11ed4 as it causes...
Ludovic Henry [Fri, 8 May 2015 17:09:06 +0000 (18:09 +0100)]
[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a72e2ece266a11ed4 as it causes deadlocks on cleanup

9 years agoMerge pull request #1781 from alexrp/master
Alex Rønne Petersen [Fri, 8 May 2015 16:10:06 +0000 (18:10 +0200)]
Merge pull request #1781 from alexrp/master

[runtime] Improve context static LocalDataStoreSlot support

9 years agoMerge pull request #1782 from alexrp/profiler-symbol-fix
Alex Rønne Petersen [Fri, 8 May 2015 13:00:03 +0000 (15:00 +0200)]
Merge pull request #1782 from alexrp/profiler-symbol-fix

[utils] Export concurrent hash table and lock free queue functions

9 years ago[system.xml] System.Xml.Serialization.Advanced from reference sources
Marek Safar [Fri, 8 May 2015 11:52:28 +0000 (13:52 +0200)]
[system.xml] System.Xml.Serialization.Advanced from reference sources

9 years ago[system.xml] serialization handlers from reference sources
Marek Safar [Fri, 8 May 2015 11:14:12 +0000 (13:14 +0200)]
[system.xml] serialization handlers from reference sources

9 years ago[threadpool-ms] Reenable threadpool cleanup
Ludovic Henry [Thu, 7 May 2015 18:19:18 +0000 (19:19 +0100)]
[threadpool-ms] Reenable threadpool cleanup

9 years ago[threadpool-ms] Refactor worker creation and domain unloading
Ludovic Henry [Thu, 7 May 2015 17:01:47 +0000 (18:01 +0100)]
[threadpool-ms] Refactor worker creation and domain unloading

9 years ago[threadpool-ms] Ensure monitor thread does not start if runtime is shutting down
Ludovic Henry [Thu, 7 May 2015 16:28:37 +0000 (17:28 +0100)]
[threadpool-ms] Ensure monitor thread does not start if runtime is shutting down

9 years ago[threadpool-ms] Fix potential bug on monitor thread interuption
Ludovic Henry [Thu, 7 May 2015 16:27:55 +0000 (17:27 +0100)]
[threadpool-ms] Fix potential bug on monitor thread interuption

9 years ago[threadpool-ms] Refactor lock for working and parked threads
Ludovic Henry [Thu, 7 May 2015 16:25:14 +0000 (17:25 +0100)]
[threadpool-ms] Refactor lock for working and parked threads

9 years ago[threadpool-ms] Guarantee icall parameter size
Ludovic Henry [Thu, 7 May 2015 15:10:57 +0000 (16:10 +0100)]
[threadpool-ms] Guarantee icall parameter size

9 years ago[utils] Export concurrent hash table and lock free queue functions.
Alex Rønne Petersen [Fri, 8 May 2015 10:53:31 +0000 (12:53 +0200)]
[utils] Export concurrent hash table and lock free queue functions.

9 years ago[system.xml] System.Xml.Serialization.Configuration from reference sources
Marek Safar [Fri, 8 May 2015 09:15:50 +0000 (11:15 +0200)]
[system.xml] System.Xml.Serialization.Configuration from reference sources

9 years ago[runtime] Improve context static LocalDataStoreSlot support.
Alex Rønne Petersen [Fri, 8 May 2015 03:55:11 +0000 (05:55 +0200)]
[runtime] Improve context static LocalDataStoreSlot support.

The context-specific code now mirrors the thread-specific code and uses the
internal NamedDataSlot class. The runtime code now correctly frees context
static data allocated via this class.

9 years agoFix make dist.
Zoltan Varga [Fri, 8 May 2015 09:01:04 +0000 (05:01 -0400)]
Fix make dist.

9 years agoFix the build.
Zoltan Varga [Fri, 8 May 2015 08:59:08 +0000 (04:59 -0400)]
Fix the build.

9 years ago[corlib] Bump reference souces. Fixes #29808
Marek Safar [Fri, 8 May 2015 08:33:50 +0000 (10:33 +0200)]
[corlib] Bump reference souces. Fixes #29808

9 years ago[system.data] remove unused files from mobile profile
Marek Safar [Fri, 8 May 2015 06:49:01 +0000 (08:49 +0200)]
[system.data] remove unused files from mobile profile

9 years ago[sdb] Remove the usage of WaitForSingleObject (), use cond vars instead on all platforms.
Zoltan Varga [Fri, 8 May 2015 03:17:27 +0000 (23:17 -0400)]
[sdb] Remove the usage of WaitForSingleObject (), use cond vars instead on all platforms.

9 years ago[runtime] Implement support for condition variables on windows using the win32 CONDIT...
Zoltan Varga [Fri, 8 May 2015 03:06:11 +0000 (23:06 -0400)]
[runtime] Implement support for condition variables on windows using the win32 CONDITION_VARIABLE type available from Windows Vista.

9 years ago[runtime] Fix the windows build.
Zoltan Varga [Fri, 8 May 2015 02:47:47 +0000 (22:47 -0400)]
[runtime] Fix the windows build.

9 years ago[runtime] Update LocalDataStoreSlot code to the new special static offset format.
Alex Rønne Petersen [Fri, 8 May 2015 02:15:12 +0000 (04:15 +0200)]
[runtime] Update LocalDataStoreSlot code to the new special static offset format.

9 years agoMerge pull request #1778 from JetBrains/xbuild_do_not_stop_buildnodemanager
Atsushi Eno [Fri, 8 May 2015 01:58:39 +0000 (10:58 +0900)]
Merge pull request #1778 from JetBrains/xbuild_do_not_stop_buildnodemanager

xbuild: do not stop BuildNodeManager after one build

9 years ago[runtime] Disable the broken code which aligns small structs to 4/8 bytes. Add a...
Zoltan Varga [Fri, 8 May 2015 01:23:20 +0000 (21:23 -0400)]
[runtime] Disable the broken code which aligns small structs to 4/8 bytes. Add a MONO_DEBUG option to enable it.

9 years agoMerge pull request #1780 from alexrp/master
Zoltan Varga [Fri, 8 May 2015 01:03:18 +0000 (21:03 -0400)]
Merge pull request #1780 from alexrp/master

[runtime] Initialize contexts after the GC

9 years ago[runtime] Initialize contexts after the GC.
Alex Rønne Petersen [Fri, 8 May 2015 00:52:35 +0000 (02:52 +0200)]
[runtime] Initialize contexts after the GC.

This is necessary since they use GC handles. So the handles_section must
be initialized before we try to use it.

9 years ago[runtime] Fix a few warnings.
Mark Probst [Thu, 7 May 2015 21:45:07 +0000 (14:45 -0700)]
[runtime] Fix a few warnings.

9 years agoMerge pull request #1777 from alexrp/sgen-separation
Alex Rønne Petersen [Thu, 7 May 2015 20:48:30 +0000 (22:48 +0200)]
Merge pull request #1777 from alexrp/sgen-separation

[sgen] Move bridge debugging code out of the independent SGen code

9 years agoRevert "[genmdesc] Improved unknown specifier error handling for Perl version."
triton [Thu, 7 May 2015 19:31:12 +0000 (20:31 +0100)]
Revert "[genmdesc] Improved unknown specifier error handling for Perl version."

This reverts commit 05ce4f6ee1d52c4d4edd599f271988875efae763.

It's giving some problems on Monodroid build:

/Users/builder/data/lanes/1196/012ff355/source/mono/mono/mini/cpu-arm.md
Invalid specifier len:4 at line 51 at /Users/builder/data/lanes/1196/012ff355/source/mono/mono/mini/genmdesc.pl line 153, <DESC> line 51.

9 years ago[system.data] SqlConnectionStringBuilder from reference sources. Fixes #29823
Marek Safar [Thu, 7 May 2015 18:57:53 +0000 (20:57 +0200)]
[system.data] SqlConnectionStringBuilder from reference sources. Fixes #29823

9 years ago[mcs] Flow analysis assignment from field expressions is now aware of special cased...
Marek Safar [Thu, 7 May 2015 16:23:42 +0000 (18:23 +0200)]
[mcs] Flow analysis assignment from field expressions is now aware of special cased value types. Fixes #29276