mono.git
9 years agoMerge pull request #1773 from ztzg/sql-server-datetime2
Atsushi Eno [Thu, 7 May 2015 10:03:11 +0000 (19:03 +0900)]
Merge pull request #1773 from ztzg/sql-server-datetime2

Allow transferring datetime2/datetimeoffset to/from SQL Server 2012

9 years agoMerge pull request #1772 from ztzg/sql-server-variant
Atsushi Eno [Thu, 7 May 2015 09:54:49 +0000 (18:54 +0900)]
Merge pull request #1772 from ztzg/sql-server-variant

Fix SQL Server 2012 variant parameters and return values

9 years agoMerge pull request #1771 from ztzg/sql-server-bulk-insert
Atsushi Eno [Thu, 7 May 2015 09:53:41 +0000 (18:53 +0900)]
Merge pull request #1771 from ztzg/sql-server-bulk-insert

Fix SQL Server 2012 bulk insert issues

9 years ago[xbuild] for resolving assemblies from pkg-config, prefer specified version
Atsushi Eno [Thu, 7 May 2015 07:25:32 +0000 (16:25 +0900)]
[xbuild] for resolving assemblies from pkg-config, prefer specified version

... even if SpecificVersion is false. There is no reason to prefer any
mismatching version when SpecificVersion=false.

That behavior caused monodevelop build failures because of incorrectly-
resolved gtk# packages. After this fix, this issue goes away.
https://github.com/mono/monodevelop/blob/2436ad1874694ec811871dacf9a659a79b5fad0d/README.md#known-problems

9 years ago[tests] Trim whitespace from testname in dummy unit test XML, Jenkins test display...
Alexander Köplinger [Thu, 7 May 2015 01:28:11 +0000 (03:28 +0200)]
[tests] Trim whitespace from testname in dummy unit test XML, Jenkins test display doesn't like it

9 years ago[tests] Small fixes to the dummy unit test XML output to make it a compliant NUnit...
Alexander Köplinger [Wed, 6 May 2015 21:36:13 +0000 (17:36 -0400)]
[tests] Small fixes to the dummy unit test XML output to make it a compliant NUnit file

9 years ago[jit] Treat MONO_ARCH_IMT_REG as allways defined.
Zoltan Varga [Wed, 6 May 2015 21:31:23 +0000 (17:31 -0400)]
[jit] Treat MONO_ARCH_IMT_REG as allways defined.

9 years ago[runtime] Fix configure so it really uses -fvisibility=hidden.
Zoltan Varga [Wed, 6 May 2015 20:15:54 +0000 (16:15 -0400)]
[runtime] Fix configure so it really uses -fvisibility=hidden.

9 years ago[threading] Fix a race during shutdown where a thread could have a suspend requested...
Rodrigo Kumpera [Wed, 6 May 2015 20:11:41 +0000 (16:11 -0400)]
[threading] Fix a race during shutdown where a thread could have a suspend requested after it's too late for it to be served.

During thread shutdown, it gets to a point where the thread can no longer server suspend requests. To fix that
we ensure the thread gets one last suspend opportunity before going down.

9 years ago[runtime] Don't call managed code when OVF.
Rodrigo Kumpera [Fri, 1 May 2015 19:31:18 +0000 (15:31 -0400)]
[runtime] Don't call managed code when OVF.

9 years ago[coop] Fix marshal code of reset-abort calls to use an IntPtr cookie var instead...
Rodrigo Kumpera [Thu, 30 Apr 2015 20:14:40 +0000 (16:14 -0400)]
[coop] Fix marshal code of reset-abort calls to use an IntPtr cookie var instead of int32.

9 years ago[coop] Ensure the polling tramp has a wrapper.
Rodrigo Kumpera [Thu, 30 Apr 2015 18:45:48 +0000 (14:45 -0400)]
[coop] Ensure the polling tramp has a wrapper.

9 years agoMerge pull request #1750 from alexrp/precise-ctx-static-scan
Alex Rønne Petersen [Wed, 6 May 2015 19:02:04 +0000 (21:02 +0200)]
Merge pull request #1750 from alexrp/precise-ctx-static-scan

Improve thread/context static field scanning

9 years agoMerge pull request #1742 from alexrp/symbol-renaming
Alex Rønne Petersen [Wed, 6 May 2015 18:56:13 +0000 (20:56 +0200)]
Merge pull request #1742 from alexrp/symbol-renaming

Clean up some C symbols polluting the global namespace

9 years agoMerge pull request #1776 from evincarofautumn/fix-independent-sgen
João Matos [Wed, 6 May 2015 18:51:47 +0000 (19:51 +0100)]
Merge pull request #1776 from evincarofautumn/fix-independent-sgen

[sgen] Fix non-Mono SGen clients.

9 years ago[sgen] Fix non-Mono SGen clients.
Jon Purdy [Wed, 6 May 2015 18:17:05 +0000 (11:17 -0700)]
[sgen] Fix non-Mono SGen clients.

9 years ago[jit] Print out the numeric opcode name in mono_inst_name () when logging is disabled.
Zoltan Varga [Wed, 6 May 2015 18:37:39 +0000 (14:37 -0400)]
[jit] Print out the numeric opcode name in mono_inst_name () when logging is disabled.

9 years agoMerge pull request #1775 from StephenMcConnel/bug-29724A
João Matos [Wed, 6 May 2015 16:37:46 +0000 (17:37 +0100)]
Merge pull request #1775 from StephenMcConnel/bug-29724A

Fix bug in new SWF.MWFFileView.Dispose method (Xamarin 29724)

9 years agoFix bug in new SWF.MWFFileView.Dispose method (Xamarin 29724)
Stephen McConnel [Wed, 6 May 2015 16:34:52 +0000 (11:34 -0500)]
Fix bug in new SWF.MWFFileView.Dispose method (Xamarin 29724)

The fix for Xamarin 29724 submitted a day or two ago wasn't quite right.

9 years ago[build] Fixes reference sources hash
Marek Safar [Wed, 6 May 2015 15:17:00 +0000 (17:17 +0200)]
[build] Fixes reference sources hash

9 years ago[bcl] Mobile profiles fixes
Marek Safar [Wed, 6 May 2015 15:11:02 +0000 (17:11 +0200)]
[bcl] Mobile profiles fixes

9 years ago[runtime] Fixed `always_inline function might not be inlinable` warning on GCC.
João Matos [Wed, 6 May 2015 14:08:17 +0000 (15:08 +0100)]
[runtime] Fixed `always_inline function might not be inlinable` warning on GCC.

This fix was suggested by @schani to the warning spam that we've started to see.

9 years ago[runtime] Fixed warning by including <winsock2.h> before <windows.h>.
João Matos [Wed, 6 May 2015 14:05:04 +0000 (15:05 +0100)]
[runtime] Fixed warning by including <winsock2.h> before <windows.h>.

9 years ago[runtime] Fixed unused `count` variable warning by moving some code around.
João Matos [Wed, 6 May 2015 14:04:30 +0000 (15:04 +0100)]
[runtime] Fixed unused `count` variable warning by moving some code around.

9 years ago[runtime] Fixed warning by including <winsock2.h> before <windows.h>.
João Matos [Wed, 6 May 2015 14:03:58 +0000 (15:03 +0100)]
[runtime] Fixed warning by including <winsock2.h> before <windows.h>.

9 years ago[runtime] Fixed warning by only using #pragma warning on MSVC.
João Matos [Wed, 6 May 2015 14:02:32 +0000 (15:02 +0100)]
[runtime] Fixed warning by only using #pragma warning on MSVC.

9 years ago[mini] Do not try to set the usermode exception policy unless we're targeting Windows.
João Matos [Wed, 6 May 2015 14:01:40 +0000 (15:01 +0100)]
[mini] Do not try to set the usermode exception policy unless we're targeting Windows.

Fixes Windows cross-compilation.

9 years ago[mini] Do not use the ELF writer when hosting on Windows.
João Matos [Wed, 6 May 2015 14:00:18 +0000 (15:00 +0100)]
[mini] Do not use the ELF writer when hosting on Windows.

9 years ago[runtime] Fix support for callvirt delegates with a vtype first argument. Fixes ...
Zoltan Varga [Wed, 6 May 2015 08:56:52 +0000 (04:56 -0400)]
[runtime] Fix support for callvirt delegates with a vtype first argument. Fixes #29665.

9 years agoMerge pull request #1774 from akoeplinger/unit-test-reporting-improvements
Marek Safar [Wed, 6 May 2015 07:28:04 +0000 (09:28 +0200)]
Merge pull request #1774 from akoeplinger/unit-test-reporting-improvements

[RFC] Improve unit test reporting when test runner crashes

9 years ago[RFC] Improve unit test reporting when test runner crashes
Alexander Köplinger [Wed, 6 May 2015 01:39:35 +0000 (21:39 -0400)]
[RFC] Improve unit test reporting when test runner crashes

9 years ago[sgen] Fix an accidental symbol export in sgen-workers.c.
Alex Rønne Petersen [Wed, 6 May 2015 01:02:54 +0000 (03:02 +0200)]
[sgen] Fix an accidental symbol export in sgen-workers.c.

9 years ago[mini] Rename machine description symbol names to avoid global namespace pollution.
Alex Rønne Petersen [Fri, 17 Apr 2015 10:10:44 +0000 (12:10 +0200)]
[mini] Rename machine description symbol names to avoid global namespace pollution.

9 years ago[utils] Rename JSON writer symbols to avoid global namespace pollution.
Alex Rønne Petersen [Fri, 17 Apr 2015 10:03:18 +0000 (12:03 +0200)]
[utils] Rename JSON writer symbols to avoid global namespace pollution.

9 years ago[mini] Rename image writer symbols to avoid global namespace pollution.
Alex Rønne Petersen [Fri, 17 Apr 2015 09:59:19 +0000 (11:59 +0200)]
[mini] Rename image writer symbols to avoid global namespace pollution.

9 years ago[runtime] Rename seq point symbols to avoid global namespace pollution.
Alex Rønne Petersen [Fri, 17 Apr 2015 09:11:27 +0000 (11:11 +0200)]
[runtime] Rename seq point symbols to avoid global namespace pollution.

9 years ago[runtime] Remove unused _mono_debug_address_from_il_offset function.
Alex Rønne Petersen [Fri, 17 Apr 2015 08:50:03 +0000 (10:50 +0200)]
[runtime] Remove unused _mono_debug_address_from_il_offset function.

9 years ago[utils] Avoid symbol namespace pollution in iomap code.
Alex Rønne Petersen [Fri, 17 Apr 2015 08:48:15 +0000 (10:48 +0200)]
[utils] Avoid symbol namespace pollution in iomap code.

9 years ago[utils] Rename SHA-1 symbols to not pollute the global namespace.
Alex Rønne Petersen [Fri, 17 Apr 2015 08:44:13 +0000 (10:44 +0200)]
[utils] Rename SHA-1 symbols to not pollute the global namespace.

9 years ago[runtime] Rename GCHandle_CheckCurrentDomain to not pollute the global namespace.
Alex Rønne Petersen [Fri, 17 Apr 2015 08:42:06 +0000 (10:42 +0200)]
[runtime] Rename GCHandle_CheckCurrentDomain to not pollute the global namespace.

9 years ago[wapi] Fix some symbol names to be remapped the same way as the rest.
Alex Rønne Petersen [Fri, 17 Apr 2015 08:41:55 +0000 (10:41 +0200)]
[wapi] Fix some symbol names to be remapped the same way as the rest.

This is in the interest of reducing namespace pollution.

9 years ago[runtime] Rework special static offset handling.
Alex Rønne Petersen [Fri, 1 May 2015 19:27:58 +0000 (21:27 +0200)]
[runtime] Rework special static offset handling.

Special static offsets now have a less magical format:

 [0]   6-bit index into the array of chunks.
 [6]   25-bit offset into the array.
 [31]  Bit indicating thread or context static.

Also wrapped accesses to these fields in macros and a bitfield struct.

9 years ago[runtime] Unify thread/context static field scanning and management.
Alex Rønne Petersen [Wed, 29 Apr 2015 07:00:17 +0000 (09:00 +0200)]
[runtime] Unify thread/context static field scanning and management.

Context static data is now scanned precisely in the same way as thread static
data. To facilitate this, the memory management of context static data has been
fixed to work similarly to thread static data. This further required that all
contexts be available for iteration, so contexts are now added to a global hash
table (by GC handle) when they are created.

9 years ago[remoting] Increment the context ID counter atomically.
Alex Rønne Petersen [Wed, 29 Apr 2015 06:59:16 +0000 (08:59 +0200)]
[remoting] Increment the context ID counter atomically.

9 years ago[runtime] Rewrite TLS slot marking to use MonoBitSet.
Alex Rønne Petersen [Tue, 28 Apr 2015 14:21:29 +0000 (16:21 +0200)]
[runtime] Rewrite TLS slot marking to use MonoBitSet.

9 years ago[utils] Add MONO_BITSET_FOREACH macro.
Alex Rønne Petersen [Tue, 28 Apr 2015 14:18:05 +0000 (16:18 +0200)]
[utils] Add MONO_BITSET_FOREACH macro.

9 years ago[sgen] Fix logging format specifiers. `t` modifier is not standard.
Mark Probst [Tue, 5 May 2015 22:21:58 +0000 (15:21 -0700)]
[sgen] Fix logging format specifiers. `t` modifier is not standard.

9 years ago[Mono.Data.Tds] Serialize GUIDs as 16-byte arrays (rather than zero)
Damien Diederen [Wed, 21 Jan 2015 19:07:30 +0000 (20:07 +0100)]
[Mono.Data.Tds] Serialize GUIDs as 16-byte arrays (rather than zero)

Make sure we do not accidentally to encode an object by breaking out for
unknown TypeCode.Object instances (this is where the zero bytes used to
silently come from).

9 years ago[System.Data.SqlClient] Enable bulk insert of DateTime{,Offset} instances
Damien Diederen [Wed, 21 Jan 2015 21:17:49 +0000 (22:17 +0100)]
[System.Data.SqlClient] Enable bulk insert of DateTime{,Offset} instances

This commit adds the missing mapping from DateTimeOffset to its SqlDbType,
and makes sure they are converted to string 1. in a locale-insensitive
manner, and 2. with maximum precision.

9 years ago[System.Data.SqlClient] Avoid "invalid source table" exception in bulk inserts
Damien Diederen [Tue, 5 May 2015 19:55:28 +0000 (21:55 +0200)]
[System.Data.SqlClient] Avoid "invalid source table" exception in bulk inserts

Mono's implementation of DataTableMappingCollection used not to care,
but MS', merged from the .NET reference sources, throws an exception
if the source table name is empty.

9 years ago[System.Data.SqlClient] Bulk copy: Query metadata in pending transaction
Damien Diederen [Tue, 20 Jan 2015 19:03:55 +0000 (20:03 +0100)]
[System.Data.SqlClient] Bulk copy: Query metadata in pending transaction

Without this, the bulk copy engine fails with a nested transaction error.

We now just reuse the current transaction to do the work.

9 years ago[Mono.Data.Tds] Deserialize variant-wrapped fixed-size integers (1-8 bytes)
Damien Diederen [Fri, 16 Jan 2015 14:05:51 +0000 (15:05 +0100)]
[Mono.Data.Tds] Deserialize variant-wrapped fixed-size integers (1-8 bytes)

Without this, variant output parameters are left unconsumed in the
input stream, and null is returned.

The new code skips the max length uint, and decodes a subset of the
variant types.  What is not recognized is skipped, and we return null
as the previous code used to do.

(Ideally, the subset of GetColumnValue which decodes types which can
be embedded in a variant should be factored out to a different method,
and reused from GetVariantValue.)

9 years ago[Mono.Data.Tds] Register TdsColumnType.Variant as a "blob" type
Damien Diederen [Fri, 16 Jan 2015 13:45:50 +0000 (14:45 +0100)]
[Mono.Data.Tds] Register TdsColumnType.Variant as a "blob" type

On the wire, Variants are preceded by uint-encoded max length and
actual length (not bytes like smaller types).  Without this patch,
SQL Server 2008 SP2 rejects our requests as truncated.

9 years ago[Mono.Data.Tds] Add "sql_variant" case to TdsMetaParameter.GetMetaType
Damien Diederen [Fri, 16 Jan 2015 13:41:02 +0000 (14:41 +0100)]
[Mono.Data.Tds] Add "sql_variant" case to TdsMetaParameter.GetMetaType

9 years ago[System.Data.SqlClient] Set SqlParameter.SqlDbType even for SqlDbType.Variant
Damien Diederen [Fri, 16 Jan 2015 13:39:49 +0000 (14:39 +0100)]
[System.Data.SqlClient] Set SqlParameter.SqlDbType even for SqlDbType.Variant

Without this, the TdsMetaParameter.TypeName ends up being null, which
crashes TdsMetaParameter.GetMetaType () when the variant value is
about to be serialized on the wire.

9 years ago[Mono.Data.Tds] Serialize SqlDbType.DateTime{2,Offset} as char(n)
Damien Diederen [Fri, 16 Jan 2015 17:30:31 +0000 (18:30 +0100)]
[Mono.Data.Tds] Serialize SqlDbType.DateTime{2,Offset} as char(n)

DateTime2 and DateTimeOffset are not directly supported by the TDS 7.1
wire protocol, which is the version implemented by Mono's current TDS
driver.  (Tds80.cs does in fact advertise version 0x00000071.)

Bumping the protocol version to 0x03000a73 or 0x03000b73, for TDS
7.3.A/7.3.B, is not sufficient; the stream generated by the driver
causes SQL Server to kill the connection right after the login packet.
More investigation is needed on that front.

SQL Server is fine, however, with us sending timestamps in
literal (ISO 8601) format down the wire, packed within ASCII char(n)
strings.  Which is what this patch does, which allows client code
perform inserts using, e.g.:

    var param = new SqlParameter("@Value", SqlDbType.DateTime2);
    param.Value = DateTime.Now;
    command.Parameters.Add(param);

9 years ago[System.Data.SqlClient] Map SqlDbType.DateTime{2,Offset}
Damien Diederen [Fri, 16 Jan 2015 17:12:32 +0000 (18:12 +0100)]
[System.Data.SqlClient] Map SqlDbType.DateTime{2,Offset}

9 years ago[threadpool-ms] Disable cleanup
Ludovic Henry [Tue, 5 May 2015 18:30:01 +0000 (19:30 +0100)]
[threadpool-ms] Disable cleanup

The cleanup code would wait for all worker threads to finish, but that could lead to some workload that would block. By disabling the cleanup code, we do not wait on anything to happen, we count on the OS to clean everything up.

9 years ago[delegate] Replace multicast delegate implementation
Ludovic Henry [Tue, 14 Apr 2015 09:33:30 +0000 (10:33 +0100)]
[delegate] Replace multicast delegate implementation

Replace the reversed linked implementation by an array based implementation. This will improve Combine performance, as well as ease delegate to virtual function optimization.

9 years agoLink to the general releases page instead of a specific version in NEWS.
João Matos [Tue, 5 May 2015 15:15:42 +0000 (16:15 +0100)]
Link to the general releases page instead of a specific version in NEWS.

Addresses some feedback from c30887a23ed5f1cea97057acc26b2c4014a072a4.

9 years agoUpdate release notes URLs in the NEWS file.
João Matos [Tue, 5 May 2015 15:00:39 +0000 (16:00 +0100)]
Update release notes URLs in the NEWS file.

9 years agoMerge pull request #1766 from alexrp/sgen-separation
Alex Rønne Petersen [Tue, 5 May 2015 14:30:26 +0000 (16:30 +0200)]
Merge pull request #1766 from alexrp/sgen-separation

[sgen] Move the independent parts of SGen to a separate library

9 years ago[runtime] Add more 3.0 fx assemblies to remapping table. Fixes #29459
Marek Safar [Tue, 5 May 2015 13:27:36 +0000 (15:27 +0200)]
[runtime] Add more 3.0 fx assemblies to remapping table. Fixes #29459

9 years ago[mcs] Use reference from closest storey which holds captured this. Fixes #29506
Marek Safar [Tue, 5 May 2015 13:01:29 +0000 (15:01 +0200)]
[mcs] Use reference from closest storey which holds captured this. Fixes #29506

9 years ago[runtime] Remove more unused CAS code.
Zoltan Varga [Tue, 5 May 2015 11:28:01 +0000 (07:28 -0400)]
[runtime] Remove more unused CAS code.

9 years ago[build] Revert part of 036c41714ac8e727cfcc264a6da279413095d59b
Marek Safar [Tue, 5 May 2015 09:42:36 +0000 (11:42 +0200)]
[build] Revert part of 036c41714ac8e727cfcc264a6da279413095d59b

9 years ago[arm] Use the OP_TAILCALL code on ios as well.
Zoltan Varga [Tue, 5 May 2015 02:20:46 +0000 (22:20 -0400)]
[arm] Use the OP_TAILCALL code on ios as well.

9 years ago[sdb] Substract 1 from the ip in the soft breakpoint handling code to avoid associati...
Zoltan Varga [Tue, 5 May 2015 02:20:27 +0000 (22:20 -0400)]
[sdb] Substract 1 from the ip in the soft breakpoint handling code to avoid associating the ip with the next seq point if two sequence points are emitted after each other.

9 years agoUpdate, drop ssapre from the man page
Miguel de Icaza [Tue, 5 May 2015 02:02:31 +0000 (22:02 -0400)]
Update, drop ssapre from the man page

9 years agoUpdate documentation, add float32 section
Miguel de Icaza [Tue, 5 May 2015 01:26:37 +0000 (21:26 -0400)]
Update documentation, add float32 section

9 years ago[jit] Disable the binary writer on arm, dlopen () can't read the images it creates...
Zoltan Varga [Tue, 5 May 2015 00:41:22 +0000 (20:41 -0400)]
[jit] Disable the binary writer on arm, dlopen () can't read the images it creates on some newer linux versions.

9 years agoMerge pull request #1768 from StephenMcConnel/bug-29724
Zoltan Varga [Tue, 5 May 2015 00:13:38 +0000 (20:13 -0400)]
Merge pull request #1768 from StephenMcConnel/bug-29724

Fix memory leak in SWF.FileDialog due to thumbnail images

9 years ago[arm] Use gcc --shared for linking aot images.
Zoltan Varga [Tue, 5 May 2015 00:11:47 +0000 (20:11 -0400)]
[arm] Use gcc --shared for linking aot images.

9 years agoFix memory leak in SWF.FileDialog due to thumbnail images
Stephen McConnel [Mon, 4 May 2015 23:43:38 +0000 (18:43 -0500)]
Fix memory leak in SWF.FileDialog due to thumbnail images

This fixes https://bugzilla.xamarin.com/show_bug.cgi?id=29724.

9 years agoFix a warning.
Zoltan Varga [Mon, 4 May 2015 22:19:56 +0000 (18:19 -0400)]
Fix a warning.

9 years ago[arm] Fix the DISABLE_JIT build.
Zoltan Varga [Mon, 4 May 2015 21:57:44 +0000 (17:57 -0400)]
[arm] Fix the DISABLE_JIT build.

9 years ago[jit] Remove unfinished regalloc2.
Zoltan Varga [Mon, 4 May 2015 21:50:51 +0000 (17:50 -0400)]
[jit] Remove unfinished regalloc2.

9 years ago[runtime] Remove CAS stuff from configure.
Zoltan Varga [Mon, 4 May 2015 21:40:12 +0000 (17:40 -0400)]
[runtime] Remove CAS stuff from configure.

9 years ago[runtime] Remove CAS stuff from configure.
Zoltan Varga [Mon, 4 May 2015 21:39:56 +0000 (17:39 -0400)]
[runtime] Remove CAS stuff from configure.

9 years ago[runtime] Remove CAS tests.
Zoltan Varga [Mon, 4 May 2015 21:35:29 +0000 (17:35 -0400)]
[runtime] Remove CAS tests.

9 years ago[corlib] Remove unused CAS icalls.
Zoltan Varga [Mon, 4 May 2015 21:35:09 +0000 (17:35 -0400)]
[corlib] Remove unused CAS icalls.

9 years ago[runtime] Remove --security=smcs-temporary-hack and --security=cas options and the...
Zoltan Varga [Mon, 4 May 2015 21:22:43 +0000 (17:22 -0400)]
[runtime] Remove --security=smcs-temporary-hack and --security=cas options and the code supporting them.

9 years agoMerge pull request #1767 from alexanderkyte/err_namespace_fix
Alex Rønne Petersen [Mon, 4 May 2015 19:56:13 +0000 (21:56 +0200)]
Merge pull request #1767 from alexanderkyte/err_namespace_fix

[runtime] Use correct namespace for FileNotFoundException

9 years ago[runtime] Use correct namespace for FileNotFoundException
Alexander Kyte [Mon, 4 May 2015 17:45:16 +0000 (13:45 -0400)]
[runtime] Use correct namespace for FileNotFoundException

9 years ago[sgen] Move the independent parts of SGen to a separate library.
Alex Rønne Petersen [Mon, 4 May 2015 00:22:58 +0000 (02:22 +0200)]
[sgen] Move the independent parts of SGen to a separate library.

9 years ago[System.IO.Compression] Fixed reading of Zip archives with malformed extra data entries.
João Matos [Mon, 4 May 2015 17:30:05 +0000 (18:30 +0100)]
[System.IO.Compression] Fixed reading of Zip archives with malformed extra data entries.

From a ZIP spec:

"Extra field: Used to store additional information.
The field consistes of a sequence of header and data pairs, where the header has a 2 byte identifier and a 2 byte data size field."

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=29625.

Reported upstream: https://github.com/adamhathcock/sharpcompress/issues/54

9 years ago[mcs] Auto-properties can still be assigned from constructor when no setter is specif...
Marek Safar [Mon, 4 May 2015 16:30:05 +0000 (18:30 +0200)]
[mcs] Auto-properties can still be assigned from constructor when no setter is specified. Fixes #29691

9 years ago[runtime] Fixed SeqPointInfo objects to also work under ARM64.
João Matos [Mon, 4 May 2015 15:28:05 +0000 (16:28 +0100)]
[runtime] Fixed SeqPointInfo objects to also work under ARM64.

9 years ago[runtime] Re-organized object offsets into shared and architecture-specific sections.
João Matos [Mon, 4 May 2015 15:27:29 +0000 (16:27 +0100)]
[runtime] Re-organized object offsets into shared and architecture-specific sections.

9 years ago[runtime] Improve readability on nested preprocessor defines.
João Matos [Mon, 4 May 2015 15:08:51 +0000 (16:08 +0100)]
[runtime] Improve readability on nested preprocessor defines.

9 years ago[runtime] Move x86_64 offsets next to the x86 ones.
João Matos [Mon, 4 May 2015 15:07:37 +0000 (16:07 +0100)]
[runtime] Move x86_64 offsets next to the x86 ones.

9 years ago[mcs] Report better error for assignment to readonly properties hiding type name
Marek Safar [Mon, 4 May 2015 15:33:31 +0000 (17:33 +0200)]
[mcs] Report better error for assignment to readonly properties hiding type name

9 years ago[corlib] Fixes DST without AdjustmentRules.
Marcos Henrich [Thu, 30 Apr 2015 12:35:24 +0000 (13:35 +0100)]
[corlib] Fixes DST without AdjustmentRules.

Fixes IsDaylightSavingTime returning false when
SupportsDaylightSavingTime was set to false because TimeZoneInfo was
create with no AdjustmentRules.

Now if TimeZoneInfo uses transitions SupportsDaylightSavingTime will be
set to true regardless of AdjustmentRules.

9 years ago[corlib] Bump security reference sources
Marek Safar [Mon, 4 May 2015 14:17:57 +0000 (16:17 +0200)]
[corlib] Bump security reference sources

9 years ago[runtime] Fixed LLVM Windows cross-compilation.
João Matos [Mon, 4 May 2015 13:51:14 +0000 (14:51 +0100)]
[runtime] Fixed LLVM Windows cross-compilation.

This configuration was broken with https://github.com/mono/mono/commit/4a20119029a0ba36866be8575909085c3742e85b.

Manifested as the following error:
```configure: error: LLVM executable /Users/builder/data/lanes/1196/47be2825/source/monodroid/builds/cross/windows-llvm/usr/bin/llvm-config not found.```

9 years agoMerge pull request #1752 from esdrubal/strefactor
Marcos Henrich [Mon, 4 May 2015 13:37:25 +0000 (14:37 +0100)]
Merge pull request #1752 from esdrubal/strefactor

[corlib] Deduplicated StackTrace ToString code.

9 years ago[jit] Remove the changes to mono-codeman in 62d46b469b5482eaa1e729199b5c77d26ecc3382...
Zoltan Varga [Mon, 4 May 2015 07:53:35 +0000 (03:53 -0400)]
[jit] Remove the changes to mono-codeman in 62d46b469b5482eaa1e729199b5c77d26ecc3382, they are not needed anymore with the new approach for handling thunks.

9 years ago[arm] Fix the build.
Zoltan Varga [Sun, 3 May 2015 23:22:39 +0000 (19:22 -0400)]
[arm] Fix the build.

9 years ago[x86] Fix the build.
Zoltan Varga [Sun, 3 May 2015 20:27:08 +0000 (16:27 -0400)]
[x86] Fix the build.

9 years agoMerge pull request #1765 from akoeplinger/fix-sgen-independence-win
Zoltan Varga [Sun, 3 May 2015 20:21:42 +0000 (16:21 -0400)]
Merge pull request #1765 from akoeplinger/fix-sgen-independence-win

[sgen] Fix Windows build