mono.git
9 years ago[llvm] Refactor the calling convention handling code a bit, add support for returning...
Zoltan Varga [Thu, 19 Feb 2015 22:01:59 +0000 (17:01 -0500)]
[llvm] Refactor the calling convention handling code a bit, add support for returning fp structures by value.

9 years ago[tpl] Increase wait timing in test suite to adapt to the slower ramp up of the ThreadPool
Ludovic Henry [Thu, 19 Feb 2015 20:48:47 +0000 (15:48 -0500)]
[tpl] Increase wait timing in test suite to adapt to the slower ramp up of the ThreadPool

9 years ago[aot] Enable LLVM level inlining.
Zoltan Varga [Thu, 19 Feb 2015 19:34:27 +0000 (14:34 -0500)]
[aot] Enable LLVM level inlining.

9 years ago[system.web] Tests update
Marek Safar [Thu, 19 Feb 2015 19:12:31 +0000 (20:12 +0100)]
[system.web] Tests update

9 years ago[WindowsBase] Implement Vector formattable ToString
Marek Safar [Thu, 19 Feb 2015 19:11:05 +0000 (20:11 +0100)]
[WindowsBase] Implement Vector formattable ToString

9 years ago[corlib] BufferedStream from reference sources
Marek Safar [Thu, 19 Feb 2015 16:17:04 +0000 (17:17 +0100)]
[corlib] BufferedStream from reference sources

9 years ago[llvm] Mark methods with clauses as noinline.
Zoltan Varga [Thu, 19 Feb 2015 19:06:20 +0000 (14:06 -0500)]
[llvm] Mark methods with clauses as noinline.

9 years ago[jit] Fix the overflow checks in the liveness2 pass since the liveness ranges are...
Zoltan Varga [Thu, 19 Feb 2015 19:05:51 +0000 (14:05 -0500)]
[jit] Fix the overflow checks in the liveness2 pass since the liveness ranges are stored as signed ints.

9 years ago[aot] Fix catching exceptions in gshared methods on amd64.
Zoltan Varga [Thu, 19 Feb 2015 18:26:23 +0000 (13:26 -0500)]
[aot] Fix catching exceptions in gshared methods on amd64.

9 years ago[llvm] Mark the mono_aot_personality () function as used, to prevent llvm from optimi...
Zoltan Varga [Thu, 19 Feb 2015 17:10:02 +0000 (12:10 -0500)]
[llvm] Mark the mono_aot_personality () function as used, to prevent llvm from optimizing it away.

9 years ago[runtime] Export a few functions needed by xam.mac.
Zoltan Varga [Thu, 19 Feb 2015 16:41:05 +0000 (11:41 -0500)]
[runtime] Export a few functions needed by xam.mac.

9 years agoAdd ReferenceSources/mscorlib.txt to EXTRA_DIST (fixes distcheck)
Jo Shields [Thu, 19 Feb 2015 15:50:20 +0000 (15:50 +0000)]
Add ReferenceSources/mscorlib.txt to EXTRA_DIST (fixes distcheck)

9 years ago[corlib] Text streams from reference sources
Marek Safar [Thu, 19 Feb 2015 16:04:14 +0000 (17:04 +0100)]
[corlib] Text streams from reference sources

9 years ago[corlib] Use public TextWriter.Synchronized for Console synchronization and leave...
Marek Safar [Thu, 19 Feb 2015 15:42:57 +0000 (16:42 +0100)]
[corlib] Use public TextWriter.Synchronized for Console synchronization and leave stream closing handling to underlying stream

9 years ago[corlib] Stream, MemoryStream from reference sources
Marek Safar [Thu, 19 Feb 2015 12:04:16 +0000 (13:04 +0100)]
[corlib] Stream, MemoryStream from reference sources

9 years ago[corlib] Access null stream using public property
Marek Safar [Thu, 19 Feb 2015 11:47:40 +0000 (12:47 +0100)]
[corlib] Access null stream using public property

9 years ago[corlib] Rename IsDirectorySeparator method to match reference sources
Marek Safar [Thu, 19 Feb 2015 11:46:48 +0000 (12:46 +0100)]
[corlib] Rename IsDirectorySeparator method to match reference sources

9 years agoStop building with `-Wdeclaration-after-statement` since we're C99 now.
Alex Rønne Petersen [Thu, 19 Feb 2015 10:04:59 +0000 (11:04 +0100)]
Stop building with `-Wdeclaration-after-statement` since we're C99 now.

9 years ago[aot] Fix an assertion.
Zoltan Varga [Thu, 19 Feb 2015 01:35:47 +0000 (20:35 -0500)]
[aot] Fix an assertion.

9 years ago[llvm] Emit null checks for remainders as well.
Zoltan Varga [Thu, 19 Feb 2015 00:15:12 +0000 (19:15 -0500)]
[llvm] Emit null checks for remainders as well.

9 years ago[llvm] Emit null checks in div opcodes if needed.
Zoltan Varga [Thu, 19 Feb 2015 00:04:51 +0000 (19:04 -0500)]
[llvm] Emit null checks in div opcodes if needed.

9 years ago[aot] Fix binary search in the code offsets table when emitting llvm code separately.
Zoltan Varga [Thu, 19 Feb 2015 00:04:08 +0000 (19:04 -0500)]
[aot] Fix binary search in the code offsets table when emitting llvm code separately.

9 years ago[aot] Fix the computation of LLVM code ranges.
Zoltan Varga [Wed, 18 Feb 2015 23:24:44 +0000 (18:24 -0500)]
[aot] Fix the computation of LLVM code ranges.

9 years agoEnsure check-seq-point target exits immediately on failure.
Jo Shields [Wed, 18 Feb 2015 23:13:43 +0000 (23:13 +0000)]
Ensure check-seq-point target exits immediately on failure.

9 years ago[jit] Disable llvm support for the atomic load/store opcodes for now to fix corlib...
Zoltan Varga [Wed, 18 Feb 2015 22:31:02 +0000 (17:31 -0500)]
[jit] Disable llvm support for the atomic load/store opcodes for now to fix corlib test failures.

9 years ago[aot] Handle separate blocks of llvm and jitted code correctly.
Zoltan Varga [Wed, 18 Feb 2015 22:10:57 +0000 (17:10 -0500)]
[aot] Handle separate blocks of llvm and jitted code correctly.

9 years ago[sgen] Correctly calculate size of zero-based one-dimensional non-vector arrays.
Mark Probst [Wed, 18 Feb 2015 20:26:00 +0000 (12:26 -0800)]
[sgen] Correctly calculate size of zero-based one-dimensional non-vector arrays.

9 years ago[mcs] Make compiler output deterministic. Fixes #26842
Marek Safar [Wed, 18 Feb 2015 19:01:05 +0000 (20:01 +0100)]
[mcs] Make compiler output deterministic. Fixes #26842

9 years agoMerge pull request #1576 from McSherry/patch-1
Zoltan Varga [Wed, 18 Feb 2015 18:41:08 +0000 (13:41 -0500)]
Merge pull request #1576 from McSherry/patch-1

revises GZipStream ctor parameter names

9 years ago[runtime] Really fix the loadable LLVM build.
Zoltan Varga [Wed, 18 Feb 2015 18:39:00 +0000 (13:39 -0500)]
[runtime] Really fix the loadable LLVM build.

9 years agorevises GZipStream ctor parameter names
Liam McSherry [Wed, 18 Feb 2015 18:32:43 +0000 (18:32 +0000)]
revises GZipStream ctor parameter names

By changing the names of the parameters, code that uses .NET GZipStream constructors[1][2] with named parameters can use this GZipStream without change.

[1]: https://msdn.microsoft.com/en-us/library/as1ff51s(v=vs.110).aspx
[2]: https://msdn.microsoft.com/en-us/library/27ck2z1y(v=vs.110).aspx

9 years agoJust avoid BSD sed altogether.
Jo Shields [Wed, 18 Feb 2015 18:29:01 +0000 (18:29 +0000)]
Just avoid BSD sed altogether.

9 years agoMore fixes for BSD sed breaking check-seq-point target
Jo Shields [Wed, 18 Feb 2015 17:42:15 +0000 (17:42 +0000)]
More fixes for BSD sed breaking check-seq-point target

9 years agoFurther fixes to check-seq-point test
Jo Shields [Wed, 18 Feb 2015 17:17:21 +0000 (17:17 +0000)]
Further fixes to check-seq-point test

9 years agoFix test suite on OSX
Jo Shields [Wed, 18 Feb 2015 16:54:30 +0000 (16:54 +0000)]
Fix test suite on OSX

9 years ago[runtime] Fix the loadable LLVM build.
Zoltan Varga [Wed, 18 Feb 2015 16:43:25 +0000 (11:43 -0500)]
[runtime] Fix the loadable LLVM build.

9 years agoBump ikdasm to fix crashes on mobile mscorlib
Marek Safar [Wed, 18 Feb 2015 16:04:30 +0000 (17:04 +0100)]
Bump ikdasm to fix crashes on mobile mscorlib

9 years agoMerge pull request #1575 from mono/revert-1574-patch-1
João Matos [Wed, 18 Feb 2015 16:00:06 +0000 (16:00 +0000)]
Merge pull request #1575 from mono/revert-1574-patch-1

Revert "revises GZipStream ctor parameter names"

9 years agoRevert "revises GZipStream ctor parameter names"
João Matos [Wed, 18 Feb 2015 15:59:39 +0000 (15:59 +0000)]
Revert "revises GZipStream ctor parameter names"

9 years agoMerge pull request #1574 from McSherry/patch-1
João Matos [Wed, 18 Feb 2015 15:59:16 +0000 (15:59 +0000)]
Merge pull request #1574 from McSherry/patch-1

revises GZipStream ctor parameter names

9 years agorevises GZipStream ctor parameter names
Liam McSherry [Wed, 18 Feb 2015 15:55:01 +0000 (15:55 +0000)]
revises GZipStream ctor parameter names

By changing the names of the parameters, code that uses .NET GZipStream constructors[1][2] with named parameters can use this GZipStream without change.

[1]: https://msdn.microsoft.com/en-us/library/as1ff51s(v=vs.110).aspx
[2]: https://msdn.microsoft.com/en-us/library/27ck2z1y(v=vs.110).aspx

9 years ago[profiler] Fixed an Android build regression introduced by 2b74940f64fb39b727b882c278...
João Matos [Wed, 18 Feb 2015 15:28:59 +0000 (15:28 +0000)]
[profiler] Fixed an Android build regression introduced by 2b74940f64fb39b727b882c278eda31e06a15fcf.

9 years ago[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are exported...
Zoltan Varga [Wed, 18 Feb 2015 13:12:32 +0000 (08:12 -0500)]
[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are exported. Use a separate SHARED_CFLAGS variable so it only affects a subset of libs.

9 years agoRevert "[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are...
Zoltan Varga [Wed, 18 Feb 2015 13:10:44 +0000 (08:10 -0500)]
Revert "[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are exported."

This reverts commit 8a5a230aeca7e229d86761c0d4f7885112b8e2b8.

Revert this as it still causes test failures.

9 years ago[monodis] Fixed building against LLVM-compiled Mono.
João Matos [Wed, 18 Feb 2015 12:48:52 +0000 (12:48 +0000)]
[monodis] Fixed building against LLVM-compiled Mono.

9 years agoMerge pull request #1572 from directhex/emit-nunit-xml-in-unmanaged-tests
João Matos [Wed, 18 Feb 2015 12:26:09 +0000 (12:26 +0000)]
Merge pull request #1572 from directhex/emit-nunit-xml-in-unmanaged-tests

Emit NUnit representation of check-seq-points target.

9 years agoEmit NUnit representation of check-seq-points target.
Jo Shields [Wed, 18 Feb 2015 12:10:39 +0000 (12:10 +0000)]
Emit NUnit representation of check-seq-points target.

This generates an XML representation of the check-seq-points target,
as separate tests, which can be easily tracked by anything which
parses NUnit output (e.g. Jenkins or other CI systems). For example,
we are currently regressed on this on ARM.

9 years ago[corlib] Removes extra bufffer from FileStream async mode writes. Fixes #27086
Marek Safar [Wed, 18 Feb 2015 11:54:49 +0000 (12:54 +0100)]
[corlib] Removes extra bufffer from FileStream async mode writes. Fixes #27086

9 years agoMerge pull request #1464 from akoeplinger/fix-portable-target
Martin Baulig [Wed, 18 Feb 2015 07:12:08 +0000 (08:12 +0100)]
Merge pull request #1464 from akoeplinger/fix-portable-target

[xbuild] Only execute PCL target "ImplicitlyExpandTargetFramework" when corresponding property is true

9 years agoMerge pull request #1563 from directhex/emit-nunit-xml-in-unmanaged-tests
Miguel de Icaza [Wed, 18 Feb 2015 04:27:58 +0000 (23:27 -0500)]
Merge pull request #1563 from directhex/emit-nunit-xml-in-unmanaged-tests

Generate NUnit interpretation of whether "mono --regressions" passed

9 years ago[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are exported.
Zoltan Varga [Thu, 12 Feb 2015 07:25:12 +0000 (02:25 -0500)]
[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are exported.

9 years ago[runtime] Link the logging profiler against eglib.
Zoltan Varga [Tue, 17 Feb 2015 22:31:26 +0000 (17:31 -0500)]
[runtime] Link the logging profiler against eglib.

9 years ago[runtime] Export mono_threads_attach_tools_thread ().
Zoltan Varga [Tue, 17 Feb 2015 22:28:26 +0000 (17:28 -0500)]
[runtime] Export mono_threads_attach_tools_thread ().

9 years ago[build] Remove misused bootstrap profile definition
Marek Safar [Tue, 17 Feb 2015 20:58:23 +0000 (21:58 +0100)]
[build] Remove misused bootstrap profile definition

9 years ago[corlib] Remove duplicate source files
Marek Safar [Tue, 17 Feb 2015 20:42:54 +0000 (21:42 +0100)]
[corlib] Remove duplicate source files

9 years ago[corlib] Replace resource keys with actual messages during compilation
Marek Safar [Tue, 17 Feb 2015 20:40:59 +0000 (21:40 +0100)]
[corlib] Replace resource keys with actual messages during compilation

9 years agoMerge pull request #1570 from mono/fix27010
Rodrigo Kumpera [Tue, 17 Feb 2015 19:49:05 +0000 (13:49 -0600)]
Merge pull request #1570 from mono/fix27010

Bug 27010 - Difference in Assembly.GetExportedTypes with .NET

9 years agoMerge pull request #1571 from evincarofautumn/fix-warning
Alex Rønne Petersen [Tue, 17 Feb 2015 18:58:14 +0000 (19:58 +0100)]
Merge pull request #1571 from evincarofautumn/fix-warning

[utils] Fix warning in Makefile.am.

9 years ago[utils] Fix warning in Makefile.am.
Jon Purdy [Tue, 17 Feb 2015 18:56:01 +0000 (10:56 -0800)]
[utils] Fix warning in Makefile.am.

9 years ago[mini] Improve the driver to handle more cases of incompatible cross-compilation...
João Matos [Tue, 17 Feb 2015 16:12:49 +0000 (16:12 +0000)]
[mini] Improve the driver to handle more cases of incompatible cross-compilation targets.

9 years ago[metadata] Do not try to use host context members when cross-compiling.
João Matos [Tue, 17 Feb 2015 16:12:11 +0000 (16:12 +0000)]
[metadata] Do not try to use host context members when cross-compiling.

9 years ago[metadata] Add missing ARM64 object offsets.
João Matos [Tue, 17 Feb 2015 16:11:21 +0000 (16:11 +0000)]
[metadata] Add missing ARM64 object offsets.

This fixes the mobile products build with Mono master.

9 years ago[aot] Fix the emission of ElementAddr wrappers.
Zoltan Varga [Tue, 17 Feb 2015 12:46:11 +0000 (07:46 -0500)]
[aot] Fix the emission of ElementAddr wrappers.

9 years ago[runtime] Link monodis against libmonoruntime instead of libmono which can be a dynam...
Zoltan Varga [Tue, 17 Feb 2015 11:59:29 +0000 (06:59 -0500)]
[runtime] Link monodis against libmonoruntime instead of libmono which can be a dynamic lib.

9 years ago[gsharedvt] Implement support for multi-dimensional arrays in gsharedvt methods.
Zoltan Varga [Tue, 17 Feb 2015 11:57:43 +0000 (06:57 -0500)]
[gsharedvt] Implement support for multi-dimensional arrays in gsharedvt methods.

9 years agoFix a warning.
Zoltan Varga [Tue, 17 Feb 2015 10:44:58 +0000 (05:44 -0500)]
Fix a warning.

9 years ago[mcs] Single name meaning relaxation to match roslyn
Marek Safar [Tue, 17 Feb 2015 09:57:23 +0000 (10:57 +0100)]
[mcs] Single name meaning relaxation to match roslyn

9 years agoUpdate refsrc to get read-only interface changes for System/System.Core.
Alex Rønne Petersen [Tue, 17 Feb 2015 09:52:34 +0000 (10:52 +0100)]
Update refsrc to get read-only interface changes for System/System.Core.

9 years ago[mcs] Fixes check for overriden auto-properties.
Marek Safar [Tue, 17 Feb 2015 07:13:45 +0000 (08:13 +0100)]
[mcs] Fixes check for overriden auto-properties.

9 years agoBug 27010 - Difference in Assembly.GetExportedTypes with .NET
Ungureanu Marius [Tue, 17 Feb 2015 04:39:46 +0000 (06:39 +0200)]
Bug 27010 - Difference in Assembly.GetExportedTypes with .NET

9 years ago[mini] Fix a crash on armel.
Alex Rønne Petersen [Tue, 17 Feb 2015 01:03:58 +0000 (02:03 +0100)]
[mini] Fix a crash on armel.

9 years ago[jit] Add tests for arm64 gsharedvt argument passing.
Zoltan Varga [Mon, 16 Feb 2015 21:07:03 +0000 (16:07 -0500)]
[jit] Add tests for arm64 gsharedvt argument passing.

9 years ago[jit] Add tests for arm64 gsharedvt argument passing.
Zoltan Varga [Mon, 16 Feb 2015 20:20:11 +0000 (15:20 -0500)]
[jit] Add tests for arm64 gsharedvt argument passing.

9 years ago[Microsoft.Build.Tasks] Rethrow exception in Copy task
Alexander Köplinger [Mon, 16 Feb 2015 18:05:00 +0000 (19:05 +0100)]
[Microsoft.Build.Tasks] Rethrow exception in Copy task

This way we don't lose the original stacktrace.

9 years agoAdd new test
Marek Safar [Mon, 16 Feb 2015 16:03:50 +0000 (17:03 +0100)]
Add new test

9 years ago[mcs] Implements dictionary initializers on pointer types
Marek Safar [Mon, 16 Feb 2015 15:47:10 +0000 (16:47 +0100)]
[mcs] Implements dictionary initializers on pointer types

9 years agoMerge pull request #1542 from ninjarobot/UriTemplateMatchException
Miguel de Icaza [Mon, 16 Feb 2015 15:19:44 +0000 (10:19 -0500)]
Merge pull request #1542 from ninjarobot/UriTemplateMatchException

Fix to UriTemplate.Match to properly handle query parameters without a v...

9 years ago[System.ServiceModel] Prevent server crash when client disconnect
Miguel de Icaza [Mon, 16 Feb 2015 15:01:17 +0000 (10:01 -0500)]
[System.ServiceModel] Prevent server crash when client disconnect

This patch is an updated version of a pull request (377) from Rob
Wilkens to fix #5926

9 years ago[aot] Re-organize JSON dumping code.
João Matos [Mon, 16 Feb 2015 12:48:05 +0000 (12:48 +0000)]
[aot] Re-organize JSON dumping code.

9 years agoRevert "[aot] Re-organize JSON dumping code."
João Matos [Mon, 16 Feb 2015 12:46:29 +0000 (12:46 +0000)]
Revert "[aot] Re-organize JSON dumping code."

This reverts commit 25969466b5339ed263eaca87d5181ce5c4ef9baa.

9 years ago[git] Ignore Doxygen-related generated files.
João Matos [Mon, 16 Feb 2015 12:39:03 +0000 (12:39 +0000)]
[git] Ignore Doxygen-related generated files.

9 years ago[aot] Re-organize JSON dumping code.
Zoltan Varga [Mon, 16 Feb 2015 10:45:33 +0000 (05:45 -0500)]
[aot] Re-organize JSON dumping code.

9 years agoMerge pull request #1568 from akoeplinger/xbuild
Marek Safar [Mon, 16 Feb 2015 06:54:54 +0000 (07:54 +0100)]
Merge pull request #1568 from akoeplinger/xbuild

[Microsoft.Build.Tasks] Implement retries in Copy task and add a stub.

9 years agoMerge branch 'import-text-encoding-2'
Atsushi Eno [Mon, 16 Feb 2015 06:34:19 +0000 (14:34 +0800)]
Merge branch 'import-text-encoding-2'

9 years ago[Microsoft.Build.Tasks] Add stub for UseHardlinksIfPossible to Copy task
Alexander Köplinger [Mon, 16 Feb 2015 00:50:07 +0000 (01:50 +0100)]
[Microsoft.Build.Tasks] Add stub for UseHardlinksIfPossible to Copy task

Creating hardlinks in .NET doesn't have a nice API and using Mono.Unix/Pinvoke doesn't
seem worth the effort at this point since the feature is off by default on msbuild as well.

9 years ago[Microsoft.Build.Tasks] Implement retries in Copy task
Alexander Köplinger [Sun, 15 Feb 2015 13:03:48 +0000 (14:03 +0100)]
[Microsoft.Build.Tasks] Implement retries in Copy task

9 years ago[sys.xaml] serialize string value as string, do not try ValueConverter.
Atsushi Eno [Sun, 15 Feb 2015 19:32:49 +0000 (03:32 +0800)]
[sys.xaml] serialize string value as string, do not try ValueConverter.

Fixed some xwt object serialization.

9 years ago[jit] Fix a regression introduced by 00a28a7dfd44a10c3bc4c3b57449c93aa5124092 which...
Zoltan Varga [Sat, 14 Feb 2015 20:51:08 +0000 (15:51 -0500)]
[jit] Fix a regression introduced by 00a28a7dfd44a10c3bc4c3b57449c93aa5124092 which disabled liveness2 for most methods.

9 years ago[arm64] Add a test for vtype by ref returns in dyn calls.
Zoltan Varga [Fri, 13 Feb 2015 22:54:24 +0000 (17:54 -0500)]
[arm64] Add a test for vtype by ref returns in dyn calls.

9 years ago[runtime] Fixed TLS detection on AMD64 to support cross-compilation.
João Matos [Fri, 13 Feb 2015 16:45:33 +0000 (16:45 +0000)]
[runtime] Fixed TLS detection on AMD64 to support cross-compilation.

9 years ago[mcs] Better error reporting after delegate probing failed. Fixs #27043
Marek Safar [Fri, 13 Feb 2015 16:41:44 +0000 (17:41 +0100)]
[mcs] Better error reporting after delegate probing failed. Fixs #27043

9 years ago[aot] Added JSON dumping support.
João Matos [Fri, 13 Feb 2015 16:40:35 +0000 (16:40 +0000)]
[aot] Added JSON dumping support.

This is enabled by passing "aot=dump" to the Mono AOT driver and will create a JSON file in the working directory with the name of the assembly.

It's still a work-in-progress and will see improvements in the data dumped as it's needed.

9 years ago[mcs] Set fixed buffer layourt wihout StructLayoutAttribute when possible. Fixes...
Marek Safar [Fri, 13 Feb 2015 15:49:22 +0000 (16:49 +0100)]
[mcs] Set fixed buffer layourt wihout StructLayoutAttribute when possible. Fixes #27020

9 years ago[corlib] Random from reference sources
Marek Safar [Fri, 13 Feb 2015 14:05:43 +0000 (15:05 +0100)]
[corlib] Random from reference sources

9 years ago[corlib] MissingMember exceptions from reference sources
Marek Safar [Fri, 13 Feb 2015 13:58:40 +0000 (14:58 +0100)]
[corlib] MissingMember exceptions from reference sources

9 years ago[corlib] UnitySerialization from reference sources
Marek Safar [Fri, 13 Feb 2015 13:45:46 +0000 (14:45 +0100)]
[corlib] UnitySerialization from reference sources

9 years ago[system.net.http] Parsing of nested parens inside comment. Fixes #27036
Marek Safar [Fri, 13 Feb 2015 13:26:25 +0000 (14:26 +0100)]
[system.net.http] Parsing of nested parens inside comment. Fixes #27036

9 years ago[mcs] Resolve using aliases on demand to fix issue with nested types. Fixes #27001
Marek Safar [Fri, 13 Feb 2015 12:37:23 +0000 (13:37 +0100)]
[mcs] Resolve using aliases on demand to fix issue with nested types. Fixes #27001

9 years ago[monodis] Attempt to fix the Cygwin build.
João Matos [Fri, 13 Feb 2015 12:43:06 +0000 (12:43 +0000)]
[monodis] Attempt to fix the Cygwin build.

  CCLD     monodis.exe
../../mono/metadata/.libs/libmonoruntimesgen-static.a(libmonoruntimesgen_static_la-opcodes.o): In function `mono_opcode_name':
/cygdrive/c/projects/mono-817/mono/metadata/opcodes.c:63: multiple definition of `mono_opcode_name'
../mini/.libs/libmonosgen-2.0.dll.a(d001720.o):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status

9 years agoavoid reflection in EncodingHelper.
Atsushi Eno [Fri, 13 Feb 2015 10:25:49 +0000 (18:25 +0800)]
avoid reflection in EncodingHelper.

as per https://github.com/mono/mono/pull/1566#discussion_r24653304