mono.git
9 years ago[Socket] Move remaining icalls and struct from Socket_2_1.cs to Socket.cs
Ludovic Henry [Thu, 9 Apr 2015 10:52:43 +0000 (11:52 +0100)]
[Socket] Move remaining icalls and struct from Socket_2_1.cs to Socket.cs

9 years ago[Socket] Inline InvalidAsyncOp into ValidateEndIAsyncResult
Ludovic Henry [Thu, 9 Apr 2015 10:46:30 +0000 (11:46 +0100)]
[Socket] Inline InvalidAsyncOp into ValidateEndIAsyncResult

9 years ago[Socket] Move Dispose related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:44:04 +0000 (11:44 +0100)]
[Socket] Move Dispose related methods to their region

9 years ago[Socket] Move Shutdown related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:40:53 +0000 (11:40 +0100)]
[Socket] Move Shutdown related methods to their region

9 years ago[Socket] Move Close related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:38:38 +0000 (11:38 +0100)]
[Socket] Move Close related methods to their region

9 years ago[Socket] Move IOControl related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:32:35 +0000 (11:32 +0100)]
[Socket] Move IOControl related methods to their region

9 years ago[Socket] Move Poll related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:26:37 +0000 (11:26 +0100)]
[Socket] Move Poll related methods to their region

9 years ago[Socket] Move SetSocketOption related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:23:11 +0000 (11:23 +0100)]
[Socket] Move SetSocketOption related methods to their region

9 years ago[Socket] Move GetSocketOption related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:15:29 +0000 (11:15 +0100)]
[Socket] Move GetSocketOption related methods to their region

9 years ago[Socket] Move SendPackets related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:08:41 +0000 (11:08 +0100)]
[Socket] Move SendPackets related methods to their region

9 years ago[Socket] Move Listen related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:06:36 +0000 (11:06 +0100)]
[Socket] Move Listen related methods to their region

9 years ago[Socket] Move DuplicateAndClose related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 10:03:29 +0000 (11:03 +0100)]
[Socket] Move DuplicateAndClose related methods to their region

9 years ago[Socket] Remove unused CheckRange method
Ludovic Henry [Thu, 9 Apr 2015 09:59:32 +0000 (10:59 +0100)]
[Socket] Remove unused CheckRange method

9 years ago[Socket] Move Bind related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 09:57:01 +0000 (10:57 +0100)]
[Socket] Move Bind related methods to their region

9 years ago[Socket] Move SendFile related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 09:53:34 +0000 (10:53 +0100)]
[Socket] Move SendFile related methods to their region

9 years ago[Socket] Move SendTo related methods to their region
Ludovic Henry [Thu, 9 Apr 2015 09:39:51 +0000 (10:39 +0100)]
[Socket] Move SendTo related methods to their region

9 years ago[Socket] Move Send related methods to their region
Ludovic Henry [Wed, 8 Apr 2015 21:38:25 +0000 (22:38 +0100)]
[Socket] Move Send related methods to their region

9 years ago[Socket] Move ReceiveMessageFrom related methods to their region
Ludovic Henry [Wed, 8 Apr 2015 21:19:17 +0000 (22:19 +0100)]
[Socket] Move ReceiveMessageFrom related methods to their region

9 years ago[Socket] Move ReceiveFrom related methods to their region
Ludovic Henry [Wed, 8 Apr 2015 21:03:37 +0000 (22:03 +0100)]
[Socket] Move ReceiveFrom related methods to their region

9 years ago[Socket] Move Receive related methods to their region
Ludovic Henry [Wed, 8 Apr 2015 20:32:41 +0000 (21:32 +0100)]
[Socket] Move Receive related methods to their region

9 years ago[Socket] Move Disconnect related methods to their region
Ludovic Henry [Wed, 8 Apr 2015 20:12:24 +0000 (21:12 +0100)]
[Socket] Move Disconnect related methods to their region

9 years ago[Socket] Move Connect related methods to their region
Ludovic Henry [Wed, 8 Apr 2015 20:02:58 +0000 (21:02 +0100)]
[Socket] Move Connect related methods to their region

9 years ago[Socket] Move Accept related methods to their own region
Ludovic Henry [Wed, 8 Apr 2015 19:30:06 +0000 (20:30 +0100)]
[Socket] Move Accept related methods to their own region

9 years ago[Socket] Move properties to their own region
Ludovic Henry [Wed, 8 Apr 2015 19:05:16 +0000 (20:05 +0100)]
[Socket] Move properties to their own region

9 years ago[Socket] Move Select related methods to their own region
Ludovic Henry [Wed, 8 Apr 2015 18:34:02 +0000 (19:34 +0100)]
[Socket] Move Select related methods to their own region

9 years ago[Socket] Move CheckProtocolSupport to static constructor
Ludovic Henry [Wed, 8 Apr 2015 18:29:51 +0000 (19:29 +0100)]
[Socket] Move CheckProtocolSupport to static constructor

9 years ago[Socket] Move Socket constructors to Socket.cs
Ludovic Henry [Wed, 8 Apr 2015 18:26:20 +0000 (19:26 +0100)]
[Socket] Move Socket constructors to Socket.cs

9 years ago[Socket] Move Socket fields out of Socket_2_1.cs to Socket.cs
Ludovic Henry [Wed, 8 Apr 2015 18:11:50 +0000 (19:11 +0100)]
[Socket] Move Socket fields out of Socket_2_1.cs to Socket.cs

9 years ago[Socket] Move SocketAsyncCall out of Socket_2_1.cs to SocketAsyncCallback.cs
Ludovic Henry [Wed, 8 Apr 2015 17:23:36 +0000 (18:23 +0100)]
[Socket] Move SocketAsyncCall out of Socket_2_1.cs to SocketAsyncCallback.cs

9 years ago[Socket] Move Worker out of Socket_2_1.cs to SocketAsyncWorker.cs
Ludovic Henry [Wed, 8 Apr 2015 16:56:56 +0000 (17:56 +0100)]
[Socket] Move Worker out of Socket_2_1.cs to SocketAsyncWorker.cs

9 years ago[Socket] Move SocketAsyncResult out of Socket_2_1.cs
Ludovic Henry [Wed, 8 Apr 2015 16:46:41 +0000 (17:46 +0100)]
[Socket] Move SocketAsyncResult out of Socket_2_1.cs

9 years ago[Socket] Move SocketOperation out of Socket_2_1.cs
Ludovic Henry [Wed, 8 Apr 2015 16:34:37 +0000 (17:34 +0100)]
[Socket] Move SocketOperation out of Socket_2_1.cs

9 years ago[metadata] Remove old monosn.c (we have a managed sn now).
Alex Rønne Petersen [Wed, 8 Apr 2015 14:48:05 +0000 (16:48 +0200)]
[metadata] Remove old monosn.c (we have a managed sn now).

9 years ago[corlib] System attributes from reference sources
Marek Safar [Wed, 8 Apr 2015 13:20:57 +0000 (15:20 +0200)]
[corlib] System attributes from reference sources

9 years ago[corlib] IO exceptions from reference sources
Marek Safar [Wed, 8 Apr 2015 13:04:41 +0000 (15:04 +0200)]
[corlib] IO exceptions from reference sources

9 years ago[mono.1] Document MONO_THREADPOOL
Miguel de Icaza [Wed, 8 Apr 2015 12:20:03 +0000 (08:20 -0400)]
[mono.1] Document MONO_THREADPOOL

9 years ago[corlib] TypeLoadException from reference sources
Marek Safar [Wed, 8 Apr 2015 11:25:16 +0000 (13:25 +0200)]
[corlib] TypeLoadException from reference sources

9 years ago[corlib] Add System.Object type handling in TypeInfo. Fixes #28369
Marek Safar [Wed, 8 Apr 2015 07:31:00 +0000 (09:31 +0200)]
[corlib] Add System.Object type handling in TypeInfo. Fixes #28369

9 years ago[aot] Enable partial sharing when using full aot.
Zoltan Varga [Wed, 8 Apr 2015 03:29:30 +0000 (23:29 -0400)]
[aot] Enable partial sharing when using full aot.

9 years ago[aot] Fix overflows when printing stats.
Zoltan Varga [Wed, 8 Apr 2015 03:29:11 +0000 (23:29 -0400)]
[aot] Fix overflows when printing stats.

9 years ago[llvm] Remove an arm restriction, its no longer needed.
Zoltan Varga [Wed, 8 Apr 2015 00:02:53 +0000 (20:02 -0400)]
[llvm] Remove an arm restriction, its no longer needed.

9 years ago[llvm] Fix the previous change.
Zoltan Varga [Tue, 7 Apr 2015 23:51:40 +0000 (19:51 -0400)]
[llvm] Fix the previous change.

9 years ago[llvm] Avoid generating invalid llvm il for volatile sbyte variables.
Zoltan Varga [Tue, 7 Apr 2015 23:47:02 +0000 (19:47 -0400)]
[llvm] Avoid generating invalid llvm il for volatile sbyte variables.

9 years agoRevert "[configure] Clean up target name matching for $host != $target case."
Zoltan Varga [Tue, 7 Apr 2015 22:18:16 +0000 (18:18 -0400)]
Revert "[configure] Clean up target name matching for $host != $target case."

This reverts commit 53f55647a5ac698eff594834ccdadea4bfb4c181.

Revert this as it breaks the mobile build.

9 years ago[runtime] Update the offsets table for amd64.
Rodrigo Kumpera [Tue, 7 Apr 2015 22:03:38 +0000 (17:03 -0500)]
[runtime] Update the offsets table for amd64.

9 years ago[jit] Disable deadce in the liveness2 pass as well when compiling for sdb. Fixes...
Zoltan Varga [Tue, 7 Apr 2015 21:50:44 +0000 (17:50 -0400)]
[jit] Disable deadce in the liveness2 pass as well when compiling for sdb. Fixes #28847.

9 years ago[utils] Use open instead of fopen on unix targets.
Rodrigo Kumpera [Tue, 7 Apr 2015 21:14:16 +0000 (16:14 -0500)]
[utils] Use open instead of fopen on unix targets.

9 years agoportability fixes.
Rodrigo Kumpera [Tue, 7 Apr 2015 21:13:41 +0000 (16:13 -0500)]
portability fixes.

9 years ago[System.ServiceModel.Internals] Cleanup makefile
Marek Safar [Tue, 7 Apr 2015 20:57:08 +0000 (22:57 +0200)]
[System.ServiceModel.Internals] Cleanup makefile

9 years ago[runtime] Make some threadpool icalls non static to fix the mobile build.
Zoltan Varga [Tue, 7 Apr 2015 20:29:05 +0000 (16:29 -0400)]
[runtime] Make some threadpool icalls non static to fix the mobile build.

9 years ago[corlib] Add back some helper methods to String which were removed during the transit...
Zoltan Varga [Tue, 7 Apr 2015 20:28:41 +0000 (16:28 -0400)]
[corlib] Add back some helper methods to String which were removed during the transition to reference sources.

9 years ago[configure] Clean up target name matching for $host != $target case.
Alex Rønne Petersen [Tue, 7 Apr 2015 20:24:48 +0000 (22:24 +0200)]
[configure] Clean up target name matching for $host != $target case.

We fully control the $target values here as we don't use canonicalization for
them. So we have no reason or excuse to be using wildcards in them.

E.g. any Linux $target in this case would previously be assumed to be Android.

9 years ago[jit] Make mono_thread_state_init_from_sigctx work with a coop cross compiler.
Rodrigo Kumpera [Tue, 7 Apr 2015 20:03:32 +0000 (16:03 -0400)]
[jit] Make mono_thread_state_init_from_sigctx work with a coop cross compiler.

9 years ago[configure] Add new target.
Rodrigo Kumpera [Tue, 7 Apr 2015 20:02:48 +0000 (16:02 -0400)]
[configure] Add new target.

9 years ago[SMDiagnostics] Fixes mobile build
Marek Safar [Tue, 7 Apr 2015 18:20:39 +0000 (20:20 +0200)]
[SMDiagnostics] Fixes mobile build

9 years ago[corlib] Fixes mobile build
Marek Safar [Tue, 7 Apr 2015 17:58:08 +0000 (19:58 +0200)]
[corlib] Fixes mobile build

9 years ago[system.data] Fixes mobile build
Marek Safar [Tue, 7 Apr 2015 17:34:20 +0000 (19:34 +0200)]
[system.data] Fixes mobile build

9 years ago[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING on PPC.
Alex Rønne Petersen [Tue, 7 Apr 2015 17:19:54 +0000 (19:19 +0200)]
[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING on PPC.

9 years ago[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING on x86.
Alex Rønne Petersen [Tue, 7 Apr 2015 17:14:58 +0000 (19:14 +0200)]
[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING on x86.

9 years ago[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING on MIPS.
Alex Rønne Petersen [Tue, 7 Apr 2015 17:14:39 +0000 (19:14 +0200)]
[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING on MIPS.

9 years agoMerge pull request #1684 from Garciat/fix-zlib-helper
João Matos [Tue, 7 Apr 2015 16:31:12 +0000 (17:31 +0100)]
Merge pull request #1684 from Garciat/fix-zlib-helper

[System] Fix DeflateStream throw on empty flush, double flush. Fixes #28777

9 years agoMerge pull request #1689 from alexrp/remove-cruft
Zoltan Varga [Tue, 7 Apr 2015 16:27:06 +0000 (12:27 -0400)]
Merge pull request #1689 from alexrp/remove-cruft

Remove cruft

9 years ago[mcs] Fix betterness of candidates with optional parameters against unexpanded params...
Marek Safar [Tue, 7 Apr 2015 15:55:15 +0000 (17:55 +0200)]
[mcs] Fix betterness of candidates with optional parameters against unexpanded params parameters. Fixes #28837

9 years agoMerge pull request #1690 from nealef/master
Zoltan Varga [Tue, 7 Apr 2015 16:23:03 +0000 (12:23 -0400)]
Merge pull request #1690 from nealef/master

s390x fixes/enhancements

9 years agoMerge pull request #1661 from HellBrick/connection-group-deadlock
Martin Baulig [Tue, 7 Apr 2015 16:16:26 +0000 (18:16 +0200)]
Merge pull request #1661 from HellBrick/connection-group-deadlock

Fixed deadlock in WebConnectionGroup.Close()

9 years agodecimal-ms.c:
Neale Ferguson [Tue, 7 Apr 2015 16:15:43 +0000 (12:15 -0400)]
decimal-ms.c:
- Fix handling of lo64 on big endian systems (fixes 28672)

mono-endian.h:
- Add optimization for s390x read64/read32/read16 operations

exceptions-s390x.c:
- Add profiling support for exception handler

9 years ago[runtime] Fix the arm build.
Zoltan Varga [Tue, 7 Apr 2015 15:35:15 +0000 (11:35 -0400)]
[runtime] Fix the arm build.

9 years ago[runtime] Fix the mobile build.
Zoltan Varga [Tue, 7 Apr 2015 14:57:50 +0000 (10:57 -0400)]
[runtime] Fix the mobile build.

9 years ago[mcs] Clone stack-alloc type expression. Fixes #28774
Marek Safar [Tue, 7 Apr 2015 14:34:28 +0000 (16:34 +0200)]
[mcs] Clone stack-alloc type expression. Fixes #28774

9 years ago[mcs] Report missing property accessor for auto-implemented properties only when...
Marek Safar [Tue, 7 Apr 2015 14:11:23 +0000 (16:11 +0200)]
[mcs] Report missing property accessor for auto-implemented properties only when base has it. Fixes #28772

9 years agoRemove old make-bundle stuff.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:59:10 +0000 (14:59 +0200)]
Remove old make-bundle stuff.

This has all since been replaced with mkbundle.

9 years agoRemove outdated TODO files in the mono subdirectory.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:58:16 +0000 (14:58 +0200)]
Remove outdated TODO files in the mono subdirectory.

9 years agoRemove mono/mini/README.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:56:38 +0000 (14:56 +0200)]
Remove mono/mini/README.

No real information in this one.

9 years agoRemove mono/mini/mini.prj.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:55:25 +0000 (14:55 +0200)]
Remove mono/mini/mini.prj.

This hasn't been updated for ages.

9 years ago[mcs] Bump ikvm to get fixed known custom attribute handling. Fixes #28014
Marek Safar [Tue, 7 Apr 2015 12:53:05 +0000 (14:53 +0200)]
[mcs] Bump ikvm to get fixed known custom attribute handling. Fixes #28014

9 years ago[profiler] Remove the old version of the log profiler.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:52:22 +0000 (14:52 +0200)]
[profiler] Remove the old version of the log profiler.

9 years ago[profiler] Remove old mono-cov profiler.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:51:27 +0000 (14:51 +0200)]
[profiler] Remove old mono-cov profiler.

We're replacing this with coverage support in the log profiler.

9 years agoRemove mono/profiler/log-profiler.txt.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:49:28 +0000 (14:49 +0200)]
Remove mono/profiler/log-profiler.txt.

This is just the man page.

9 years agoRemove outdated documentation from the docs subdirectory.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:46:41 +0000 (14:46 +0200)]
Remove outdated documentation from the docs subdirectory.

9 years agoRemove old notes subdirectory.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:37:38 +0000 (14:37 +0200)]
Remove old notes subdirectory.

9 years agoRemove build-mingw32.sh.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:33:15 +0000 (14:33 +0200)]
Remove build-mingw32.sh.

This script has not been maintained for a very long time and (as far
as I know) is not used by anyone.

9 years agoRemove AUTHORS file.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:31:08 +0000 (14:31 +0200)]
Remove AUTHORS file.

We've tried to keep up-to-date files/pages on active maintainers and it's
failed every time. This file is no exception.

9 years agoRemove README.vsnet as it's largely irrelevant now.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:29:59 +0000 (14:29 +0200)]
Remove README.vsnet as it's largely irrelevant now.

9 years agoRemove spec file as we don't use it anymore.
Alex Rønne Petersen [Tue, 7 Apr 2015 12:28:46 +0000 (14:28 +0200)]
Remove spec file as we don't use it anymore.

See: https://github.com/directhex/mono-snapshot

9 years ago[System] Fix DeflateStream throw on empty flush, double flush. Fixes #28777
Gabriel Garcia [Mon, 6 Apr 2015 17:59:43 +0000 (13:59 -0400)]
[System] Fix DeflateStream throw on empty flush, double flush. Fixes #28777

9 years ago[profiler] Update data format version.
Alex Rønne Petersen [Tue, 7 Apr 2015 04:21:37 +0000 (06:21 +0200)]
[profiler] Update data format version.

ed663c84a66ca324c796a8674a1d2460aba51277 introduced a new enum value.

9 years agoMerge pull request #1688 from alexanderkyte/handle_changing_processor_num
Zoltan Varga [Tue, 7 Apr 2015 02:38:48 +0000 (22:38 -0400)]
Merge pull request #1688 from alexanderkyte/handle_changing_processor_num

[runtime] Use _SC_NPROCESSORS_CONF not _SC_NPROCESSORS_ONLN

9 years ago[runtime] Allocate more space to thunks in dynamic methods. Fixes #28747.
Zoltan Varga [Tue, 7 Apr 2015 01:44:57 +0000 (21:44 -0400)]
[runtime] Allocate more space to thunks in dynamic methods. Fixes #28747.

9 years agoFix build broken by 4de22ecb2148f4faa3d2892c9835c0cf4b8024b6
Alexander Köplinger [Tue, 7 Apr 2015 01:19:28 +0000 (03:19 +0200)]
Fix build broken by 4de22ecb2148f4faa3d2892c9835c0cf4b8024b6

config.h needs to be included before HAVE_COMPLEX_H is used, or it won't work.

9 years ago[config] Move the complex.h check to autoconf instead of a PLATFORM_ANDROID check.
Rodrigo Kumpera [Mon, 6 Apr 2015 21:20:26 +0000 (17:20 -0400)]
[config] Move the complex.h check to autoconf instead of a PLATFORM_ANDROID check.

9 years agoMerge pull request #1686 from akoeplinger/integrate-net20_35-reference-assemblies
Rodrigo Kumpera [Mon, 6 Apr 2015 21:21:31 +0000 (17:21 -0400)]
Merge pull request #1686 from akoeplinger/integrate-net20_35-reference-assemblies

Integrate binary reference assemblies for v2.0/3.5 into the build system

9 years ago[runtime] Fix a double free when freeing some wrapper caches.
Zoltan Varga [Mon, 6 Apr 2015 21:13:00 +0000 (17:13 -0400)]
[runtime] Fix a double free when freeing some wrapper caches.

9 years ago[mini] Fix DISABLE_JIT support for simd.
Rodrigo Kumpera [Mon, 6 Apr 2015 20:39:26 +0000 (15:39 -0500)]
[mini] Fix DISABLE_JIT support for simd.

9 years ago[runtime] Remove unused wapi_interrupt_thread () fuction.
Zoltan Varga [Mon, 6 Apr 2015 20:05:11 +0000 (16:05 -0400)]
[runtime] Remove unused wapi_interrupt_thread () fuction.

9 years ago[runtime] Use _SC_NPROCESSORS_CONF not _SC_NPROCESSORS_ONLN
Alexander Kyte [Mon, 6 Apr 2015 19:42:49 +0000 (15:42 -0400)]
[runtime] Use _SC_NPROCESSORS_CONF not _SC_NPROCESSORS_ONLN

We had a failing arm test which exposed that our caching of the
number of processors was leading to some inconsistencies when
the number of processors increased. TODO: Use the actual number of
online processors when rebalancing threadpool.

9 years agoMerge pull request #1624 from esdrubal/getprocesstimes
Marcos Henrich [Mon, 6 Apr 2015 18:46:31 +0000 (19:46 +0100)]
Merge pull request #1624 from esdrubal/getprocesstimes

[runtime] GetProcessTimes now works with all processes.

9 years ago[runtime] Remove unused io-layer/system.{c,h}.
Zoltan Varga [Mon, 6 Apr 2015 18:46:29 +0000 (14:46 -0400)]
[runtime] Remove unused io-layer/system.{c,h}.

9 years agoIntegrate binary reference assemblies for v2.0/3.5 into the build system
Alexander Köplinger [Mon, 6 Apr 2015 18:37:34 +0000 (20:37 +0200)]
Integrate binary reference assemblies for v2.0/3.5 into the build system

Rename the net_4_0 profile which is already only used to trigger copying of reference assemblies
to binary_reference_assemblies and include the 2.0/3.5 files there. This should make it easier
to add more profiles in the future and doesn't clutter the build system as much as making separate
net_2_0 and net_3_5 profiles that do the same.

9 years agoMerge pull request #1665 from alexanderkyte/sgen-alloc-assert
Rodrigo Kumpera [Mon, 6 Apr 2015 18:14:20 +0000 (14:14 -0400)]
Merge pull request #1665 from alexanderkyte/sgen-alloc-assert

[runtime] Do not set flag to skip initialization of generic classes. Lea...

9 years agoUpdate the reference assemblies we ship in mono.
Rodrigo Kumpera [Mon, 6 Apr 2015 16:49:27 +0000 (12:49 -0400)]
Update the reference assemblies we ship in mono.