mono.git
13 years agoPorted log profiler to windows (untested) and OSX time factor fix.
Paolo Molaro [Sun, 7 Nov 2010 18:07:08 +0000 (19:07 +0100)]
Ported log profiler to windows (untested) and OSX time factor fix.

13 years agoDocumented the current version for the log profiler data format.
Paolo Molaro [Sun, 7 Nov 2010 17:05:08 +0000 (18:05 +0100)]
Documented the current version for the log profiler data format.

13 years agoMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act as a marker, i.e. the caller...
Zoltan Varga [Mon, 8 Nov 2010 10:19:39 +0000 (11:19 +0100)]
Make frames of type FRAME_TYPE_MANAGED_TO_NATIVE act as a marker, i.e. the caller should ignore them and unwind once more to get the last managed frame and its associated context.

13 years agoFix PositionalParameter serialization in collections.
Atsushi Eno [Mon, 8 Nov 2010 08:46:38 +0000 (17:46 +0900)]
Fix PositionalParameter serialization in collections.

Dictionary still needs another fix.

13 years agoForgot to remove old internal stuff.
Atsushi Eno [Mon, 8 Nov 2010 07:51:32 +0000 (16:51 +0900)]
Forgot to remove old internal stuff.

13 years agoFixed member order in Dictionary key and item in XamlObjectReader.
Atsushi Eno [Mon, 8 Nov 2010 07:41:43 +0000 (16:41 +0900)]
Fixed member order in Dictionary key and item in XamlObjectReader.

This requires messy and complicated change and sort of illogical member ordering!

13 years agoFix llvm build with LLVM 2.8.
Zoltan Varga [Mon, 8 Nov 2010 07:04:22 +0000 (08:04 +0100)]
Fix llvm build with LLVM 2.8.

13 years agoMerge branch 'marksweep-evacuate'
Mark Probst [Sun, 7 Nov 2010 01:46:11 +0000 (02:46 +0100)]
Merge branch 'marksweep-evacuate'

13 years ago[sgen] Don't compile evacuation for parallel mark.
Mark Probst [Sat, 6 Nov 2010 14:29:31 +0000 (15:29 +0100)]
[sgen] Don't compile evacuation for parallel mark.

Parallel Mark doesn't yet support evacuation, so don't compile
it in.

13 years ago[sgen] User-settable evacuation threshold.
Mark Probst [Sat, 30 Oct 2010 14:22:30 +0000 (16:22 +0200)]
[sgen] User-settable evacuation threshold.

A MONO_GC_PARAMS option for setting the evacuation
threshold.

13 years ago[sgen] Mark&Sweep evacuation.
Mark Probst [Sat, 30 Oct 2010 12:40:05 +0000 (14:40 +0200)]
[sgen] Mark&Sweep evacuation.

When the occupancy for some block size falls below a certain
threshold the objects in that block size will be evacuated in
the next major collection, resulting in optimal occupancy.

13 years ago[sgen] Function for querying current collection generation.
Mark Probst [Thu, 28 Oct 2010 22:23:08 +0000 (00:23 +0200)]
[sgen] Function for querying current collection generation.

This lets the major collector query whether the current collection
is a minor or a major one.

13 years ago[sgen] Dump Mark&Sweep heap occupancy.
Mark Probst [Mon, 18 Oct 2010 12:30:39 +0000 (14:30 +0200)]
[sgen] Dump Mark&Sweep heap occupancy.

For each block size dump the occupancy to the heap-dump
file.

13 years ago[sgen] Flush the binary protocol file when protocol is flushed.
Mark Probst [Wed, 20 Oct 2010 12:18:31 +0000 (14:18 +0200)]
[sgen] Flush the binary protocol file when protocol is flushed.

13 years agoRemove the s390 hacks from the EH code by decreasing the ip stored into ctx->ip by...
Zoltan Varga [Sat, 6 Nov 2010 18:27:03 +0000 (19:27 +0100)]
Remove the s390 hacks from the EH code by decreasing the ip stored into ctx->ip by 1, as it is done on all other platforms.

13 years agoAdd another assert to the amd64 EH code.
Zoltan Varga [Sat, 6 Nov 2010 15:00:25 +0000 (16:00 +0100)]
Add another assert to the amd64 EH code.

13 years agoAdd a few exceptions to the EH code to determine whenever they hold on all platforms...
Zoltan Varga [Sat, 6 Nov 2010 14:57:49 +0000 (15:57 +0100)]
Add a few exceptions to the EH code to determine whenever they hold on all platforms in all cases.

13 years agoReorganize mono_handle_exception_internal ():
Zoltan Varga [Sat, 6 Nov 2010 14:16:25 +0000 (15:16 +0100)]
Reorganize mono_handle_exception_internal ():
* Use mono_find_jit_info_ext ()
* Avoid putting the main body of code inside two if's.

13 years agoRework an if () inside an #ifdef since it confuses emacs.
Zoltan Varga [Sat, 6 Nov 2010 09:14:14 +0000 (10:14 +0100)]
Rework an if () inside an #ifdef since it confuses emacs.

13 years agoFix encode/decode_sleb128 () on 64 bit systems.
Zoltan Varga [Sat, 6 Nov 2010 07:26:14 +0000 (08:26 +0100)]
Fix encode/decode_sleb128 () on 64 bit systems.

13 years agoAdd *.xml to ignore list
Marek Safar [Fri, 5 Nov 2010 23:03:29 +0000 (23:03 +0000)]
Add *.xml to ignore list

13 years agoMerge branch 'marek'
Marek Safar [Fri, 5 Nov 2010 22:56:38 +0000 (22:56 +0000)]
Merge branch 'marek'

13 years agoImplement the new logging profiler on OSX
Geoff Norton [Fri, 5 Nov 2010 21:23:29 +0000 (17:23 -0400)]
Implement the new logging profiler on OSX

13 years agoDictionary key might be inappropriately serialized into an attribute.
Atsushi Eno [Fri, 5 Nov 2010 19:14:37 +0000 (04:14 +0900)]
Dictionary key might be inappropriately serialized into an attribute.

13 years agoAdd CookieParser to Moonlight's System.Net assembly
Sebastien Pouliot [Fri, 5 Nov 2010 18:38:12 +0000 (14:38 -0400)]
Add CookieParser to Moonlight's System.Net assembly

* moonlight_raw_System.Net.dll.sources: Add new CookieParser to the
build

13 years agoRefactoring to ease fix cookie support in moonlight client stack
Sebastien Pouliot [Fri, 5 Nov 2010 18:35:30 +0000 (14:35 -0400)]
Refactoring to ease fix cookie support in moonlight client stack

* System.Net/CookieParser.cs: Add more common/shared code
* System.Net/HttpWebResponse.cs: Move out CookieParser class and some
utility methods so they can be shared with Moonlight http client stack

* System.dll.sources:
* mobile_System.dll.sources:
* moonlight_shared_System.dll.sources:
Add new CookieParser.cs to the build

13 years agoAdd support for ContentPropertyAttribute (e.g. Reference) in XamlXmlWriter.
Atsushi Eno [Fri, 5 Nov 2010 18:32:08 +0000 (03:32 +0900)]
Add support for ContentPropertyAttribute (e.g. Reference) in XamlXmlWriter.

13 years agoImplement member pending at StartMember when it should be indeterminant. Lots of...
Atsushi Eno [Fri, 5 Nov 2010 18:18:15 +0000 (03:18 +0900)]
Implement member pending at StartMember when it should be indeterminant. Lots of code cleanup.

13 years agoEnlarge try-finally blocks preceeded by a Monitor.Enter () call to include the call...
Zoltan Varga [Fri, 5 Nov 2010 18:10:07 +0000 (19:10 +0100)]
Enlarge try-finally blocks preceeded by a Monitor.Enter () call to include the call itself, to avoid races inherent in such code. Fixes #651546.

13 years agoAdd new XamlXmlWriter implementation. Marked some as NotWorking while removed a lot.
Atsushi Eno [Fri, 5 Nov 2010 17:11:17 +0000 (02:11 +0900)]
Add new XamlXmlWriter implementation. Marked some as NotWorking while removed a lot.

13 years agoMarkupExtension type xml names are omitted their "Extension" parts.
Atsushi Eno [Fri, 5 Nov 2010 17:10:18 +0000 (02:10 +0900)]
MarkupExtension type xml names are omitted their "Extension" parts.

13 years agoindent text xml.
Atsushi Eno [Fri, 5 Nov 2010 17:09:24 +0000 (02:09 +0900)]
indent text xml.

13 years agoA few refactoring for new XamlXmlWriter. Add tests for [ContentProperty].
U-monkeytimeline2\atsushi [Fri, 5 Nov 2010 15:50:51 +0000 (00:50 +0900)]
A few refactoring for new XamlXmlWriter. Add tests for [ContentProperty].

13 years agoFirst cut of the new log profiler and report generator.
Paolo Molaro [Fri, 5 Nov 2010 15:35:11 +0000 (16:35 +0100)]
First cut of the new log profiler and report generator.

This is the first preview version of the new log profiler.
It is not included in the build yet because it needs some
portability cleanups, see the top of proflog.c for compilation
instructions.
It currently works on Linux x86 (64 bit support may work but it
is untested).
The documentation is included in the log-profiler.txt file.

13 years agoFix DISABLE_REFLECTION_EMIT build.
Zoltan Varga [Fri, 5 Nov 2010 15:30:04 +0000 (16:30 +0100)]
Fix DISABLE_REFLECTION_EMIT build.

13 years agoBetter 843 error message
Marek Safar [Fri, 5 Nov 2010 15:01:38 +0000 (15:01 +0000)]
Better 843 error message

13 years agoMove 2.0 Monitor.Enter back out of the try block
Marek Safar [Fri, 5 Nov 2010 15:00:29 +0000 (15:00 +0000)]
Move 2.0 Monitor.Enter back out of the try block

13 years agoOnly when importing nested types definition base type cannot be setup
Marek Safar [Fri, 5 Nov 2010 11:11:41 +0000 (11:11 +0000)]
Only when importing nested types definition base type cannot be setup

13 years agoGet rid of gregs_from_ucontext (), use the normal UCONTEXT_REG_... macros instead.
Zoltan Varga [Fri, 5 Nov 2010 11:20:59 +0000 (12:20 +0100)]
Get rid of gregs_from_ucontext (), use the normal UCONTEXT_REG_... macros instead.

13 years ago[asp.net,routing] Fix for bug #651593. Don't match all-literal routes for URLs with...
Marek Habersack [Fri, 5 Nov 2010 10:35:28 +0000 (11:35 +0100)]
[asp.net,routing] Fix for bug #651593. Don't match all-literal routes for URLs with excessive segments.

13 years agoDon't build obsolete Compat.ICSharpCode.SharpZipLib in 4.0 profile to avoid another...
Marek Safar [Fri, 5 Nov 2010 09:57:41 +0000 (09:57 +0000)]
Don't build obsolete Compat.ICSharpCode.SharpZipLib in 4.0 profile to avoid another version conflict

13 years agoUnify stack walking functions:
Zoltan Varga [Fri, 5 Nov 2010 08:55:21 +0000 (09:55 +0100)]
Unify stack walking functions:
  * Rename mono_jit_walk_stack_from_ctx_in_thread to mono_walk_stack.
  * Make the old stack walker use this one.
  * Remove the old mono_walk_stack functions.

13 years agoFix a bug introduced by the previous change to mono_jit_walk_stack_from_ctx_in_thread ().
Zoltan Varga [Fri, 5 Nov 2010 06:45:33 +0000 (07:45 +0100)]
Fix a bug introduced by the previous change to mono_jit_walk_stack_from_ctx_in_thread ().

13 years agoFix crashes in the debugger stack walk code if a gshared method calls another using...
Zoltan Varga [Fri, 5 Nov 2010 05:53:11 +0000 (06:53 +0100)]
Fix crashes in the debugger stack walk code if a gshared method calls another using a managed-to-native translation.

13 years agoFix more gshared problems in the soft debugger.
Zoltan Varga [Fri, 5 Nov 2010 05:37:28 +0000 (06:37 +0100)]
Fix more gshared problems in the soft debugger.

13 years agoFix gshared support in the soft debugger. Fixes #651251.
Zoltan Varga [Fri, 5 Nov 2010 04:20:19 +0000 (05:20 +0100)]
Fix gshared support in the soft debugger. Fixes #651251.

13 years agoAdd our new System.ServiceModel.Channel test files to the build.
Carlos Alberto Cortez [Thu, 4 Nov 2010 13:14:31 +0000 (14:14 +0100)]
Add our new System.ServiceModel.Channel test files to the build.

* System.ServiceModel_test.dll.sources: Add
MsmqTransportSecurityTest.cs,
CustomPolicyConversionContext.cs,
ConnectionOrientedTransportBindingElementTest.cs,
and MsmqBindingElementBaseTest.cs to our test build.

13 years agoAdd IPolicyExportExtension tests for classes in System.ServiceModel.Channels.
Carlos Alberto Cortez [Thu, 4 Nov 2010 13:10:50 +0000 (14:10 +0100)]
Add IPolicyExportExtension tests for classes in System.ServiceModel.Channels.

* CustomPolicyConversionContext.cs: New file, containing a dummy
child of PolicyConversionContext.
* MsmqBindingElementBaseTest.cs: New test file.
* ConnectionOrientedTransportBindingElementTest.cs: New test file.
* HttpTransportBindingElementTest.cs: Add IPolicyExportExtension
tests.

13 years agoImplement IPoliciExportExtension support for MsmqBindingElementBase.
Carlos Alberto Cortez [Thu, 4 Nov 2010 13:09:21 +0000 (14:09 +0100)]
Implement IPoliciExportExtension support for MsmqBindingElementBase.

* MsmqBindingElementBase.cs: Implement ExportPolicy.

13 years agoImplement IPolicyExportExtension support for ConnectionOrientedTransportBindingElement.
Carlos Alberto Cortez [Thu, 4 Nov 2010 13:08:15 +0000 (14:08 +0100)]
Implement IPolicyExportExtension support for ConnectionOrientedTransportBindingElement.

* ConnectionOrientedTransportBindingElement.cs: Implement ExportPolicy.

13 years agoImplement IPolicyExportExtension support for HttpTransportBindingElement.
Carlos Alberto Cortez [Thu, 4 Nov 2010 13:06:33 +0000 (14:06 +0100)]
Implement IPolicyExportExtension support for HttpTransportBindingElement.

* HttpTransportBindingElement.cs: Implement ExportPolicy.

13 years agoProperly set the default values for MsmqTransportSecurity.
Carlos Alberto Cortez [Thu, 4 Nov 2010 12:36:22 +0000 (13:36 +0100)]
Properly set the default values for MsmqTransportSecurity.

* MsmqTransportSecurity.cs: Use the proper default values for
this class.

13 years agoAdd MsmqTransportSecurityTest.cs to our test suite.
Carlos Alberto Cortez [Thu, 4 Nov 2010 12:29:09 +0000 (13:29 +0100)]
Add MsmqTransportSecurityTest.cs to our test suite.

* MsmqTransportSecurityTest.cs: New test file.

13 years ago[asp.net] HttpContext.TimeoutReached - check whether timer != null before using it.
Marek Habersack [Thu, 4 Nov 2010 23:35:56 +0000 (00:35 +0100)]
[asp.net] HttpContext.TimeoutReached - check whether timer != null before using it.

13 years ago[asp.net] Expire items must always check if the dequeued item is not null before...
Marek Habersack [Thu, 4 Nov 2010 23:30:10 +0000 (00:30 +0100)]
[asp.net] Expire items must always check if the dequeued item is not null before using it.

13 years agoMove assignation earlier to ensure value is available for parameter checks
Sebastien Pouliot [Thu, 4 Nov 2010 19:10:23 +0000 (15:10 -0400)]
Move assignation earlier to ensure value is available for parameter checks

* FileStream.cs: Move anonymous assignation earlier so the value is
available when validation are made (and calls other methods)

13 years ago[mdoc-update] Explicitly order //Type children.
Jonathan Pryor [Thu, 4 Nov 2010 19:05:54 +0000 (15:05 -0400)]
[mdoc-update] Explicitly order //Type children.

Unlike 03c231a585c8ff46f93084210fa240e8f6e4f65b, this isn't needed for
'mdoc-validate', it's instead for "niceness" reasons.

For example, as with f6e4f65b, if we update docs generated by an older
version mdoc, we'll add a <TypeSignature/> for ILAsm.  However, the
added <TypeSignature/> is at the end of the file, nowhere near the
existing <TypeSignature/>s, which is...odd.  Not bad, per-se, but
"undesirable".

Thus, we order things for consistency during/after updates.

13 years agoAllow liften null as a given number of bit positions for shift operator
Marek Safar [Thu, 4 Nov 2010 17:47:02 +0000 (17:47 +0000)]
Allow liften null as a given number of bit positions for shift operator

13 years agoFor some strange reason Console.Write(Line) allows null params formatter arguments
Marek Safar [Thu, 4 Nov 2010 17:23:19 +0000 (17:23 +0000)]
For some strange reason Console.Write(Line) allows null params formatter arguments

13 years ago[mdoc] Explicitly order //Member children.
Jonathan Pryor [Thu, 4 Nov 2010 16:03:43 +0000 (12:03 -0400)]
[mdoc] Explicitly order //Member children.

The problem is the intermixing of updating "old" documentation and
wanting the result to pass `mdoc validate`.

For example, mdoc-2.6 will only generate a <MemberSignature/> for C#,
while mdoc-2.8+ will generate two, one for C# and one for ILAsm.
Unfortunately, mdoc will _append_ the new <MemberSignature/> as the
_last_ child within <Member/>; result: 'mdoc validate' gives errors.

Oops.

Thus, we explicitly reorder //Member children so that the ordering
matches the order in monodoc-ecma.xsd.

13 years agoConcurrentDictionary performance improvements
Jérémie Laval [Thu, 4 Nov 2010 15:51:05 +0000 (15:51 +0000)]
ConcurrentDictionary performance improvements

13 years agoReaderWriterLockSlim performance improvements
Jérémie Laval [Thu, 4 Nov 2010 15:50:29 +0000 (15:50 +0000)]
ReaderWriterLockSlim performance improvements

13 years agoManualResetEventSlim performance improvements
Jérémie Laval [Thu, 4 Nov 2010 15:49:40 +0000 (15:49 +0000)]
ManualResetEventSlim performance improvements

13 years agoSpinLock performance improvements
Jérémie Laval [Thu, 4 Nov 2010 15:49:21 +0000 (15:49 +0000)]
SpinLock performance improvements

13 years agoFix SharpZipLib 4.0 profile version number to not overwrite non-4.0 version of same...
Marek Safar [Thu, 4 Nov 2010 15:34:36 +0000 (15:34 +0000)]
Fix SharpZipLib 4.0 profile version number to not overwrite non-4.0 version of same assembly in GAC

13 years ago[RUNTIME] Ensure that we initialize the cpu for every thread [Bug #650439]
Geoff Norton [Thu, 4 Nov 2010 15:28:30 +0000 (11:28 -0400)]
[RUNTIME] Ensure that we initialize the cpu for every thread [Bug #650439]

It appears that on OSX the FPU settings on x86/amd64 are not inherited
to child threads of a process, leading to differences in precision between
the main thread and the sub thread.  We now call mono_arch_cpu_init
on every thread on every platform

13 years agoAdd boxing for dynamic nullable conversion of coalescing operator
Marek Safar [Thu, 4 Nov 2010 14:48:12 +0000 (14:48 +0000)]
Add boxing for dynamic nullable conversion of coalescing operator

13 years agoReject inaccessible members based on declaring type in dynamic context
Marek Safar [Thu, 4 Nov 2010 10:41:28 +0000 (10:41 +0000)]
Reject inaccessible members based on declaring type in dynamic context

13 years agoInflate also event backing field
Marek Safar [Wed, 3 Nov 2010 19:27:22 +0000 (19:27 +0000)]
Inflate also event backing field

13 years agoAnother missing full dynamic type equality check
Marek Safar [Wed, 3 Nov 2010 18:09:31 +0000 (18:09 +0000)]
Another missing full dynamic type equality check

13 years ago[asp.net] Part of fix for bug #649546. Better handling of nested UpdatePanels
Marek Habersack [Thu, 4 Nov 2010 13:57:45 +0000 (14:57 +0100)]
[asp.net] Part of fix for bug #649546. Better handling of nested UpdatePanels

Nested update panels don't ever output a script block in RenderChildren, they write to the passed
HtmlTextWriter instead.

13 years agoMove XamlType-generic PositionalParameter stuff from XamlObjectReader-specific source...
Atsushi Eno [Thu, 4 Nov 2010 07:49:44 +0000 (16:49 +0900)]
Move XamlType-generic PositionalParameter stuff from XamlObjectReader-specific source for writer support.

13 years agoHandle incorrectly encoded types.
Rodrigo Kumpera [Wed, 3 Nov 2010 23:15:46 +0000 (21:15 -0200)]
Handle incorrectly encoded types.

* metadata.c (do_mono_metadata_parse_type): Fail if
a valuetype is encoded as MONO_TYPE_CLASS and vice-versa.
This can't be done easily in the verifier since it requires
resolving the destination type.

Fixes #650936

13 years agoa5
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 23:07:23 +0000 (19:07 -0400)]
a5

13 years agoa4
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 23:05:30 +0000 (19:05 -0400)]
a4

13 years agoa3
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 23:04:17 +0000 (19:04 -0400)]
a3

13 years agoa2
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 22:59:34 +0000 (18:59 -0400)]
a2

13 years agoiii
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 22:48:09 +0000 (18:48 -0400)]
iii

13 years agoDon't allow zero index token in signatures.
Rodrigo Kumpera [Wed, 3 Nov 2010 22:36:13 +0000 (20:36 -0200)]
Don't allow zero index token in signatures.

* metadata-verify.c (parse_type): Don't allow zero index type
tokens.

* metadata.c (mono_metadata_decode_row): Assert on negative
indexes.

Fixes #560359

13 years agoi
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 22:05:33 +0000 (18:05 -0400)]
i

13 years agoLast
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 21:57:59 +0000 (17:57 -0400)]
Last

13 years agoTest 5
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 21:29:52 +0000 (17:29 -0400)]
Test 5

13 years agoLast test
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 20:58:36 +0000 (16:58 -0400)]
Last test

13 years agoTest 3
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 20:49:56 +0000 (16:49 -0400)]
Test 3

13 years agoTest 2
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 20:45:24 +0000 (16:45 -0400)]
Test 2

13 years agoTEST
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 20:42:11 +0000 (16:42 -0400)]
TEST

13 years agoAvoid locking in WireupAutomaticEvents
Gonzalo Paniagua Javier [Wed, 3 Nov 2010 19:59:20 +0000 (15:59 -0400)]
Avoid locking in WireupAutomaticEvents

Replace a big lock with a ReaderWriterLockSlim.

13 years agoFixicate net_4_0_bootstrap build.
Jérémie Laval [Wed, 3 Nov 2010 20:27:14 +0000 (20:27 +0000)]
Fixicate net_4_0_bootstrap build.

13 years agoAdd tiny bit of doc on ReaderWriterLockSlim.
Jérémie Laval [Wed, 3 Nov 2010 20:13:02 +0000 (20:13 +0000)]
Add tiny bit of doc on ReaderWriterLockSlim.

13 years agoAdd mono_register_symfile_for_assembly() for bundles.
Martin Baulig [Wed, 3 Nov 2010 19:40:03 +0000 (20:40 +0100)]
Add mono_register_symfile_for_assembly() for bundles.
2010-11-03  Martin Baulig  <martin@ximian.com>

* mono-debug.c (mono_register_symfile_for_assembly): New method.
This is used together with mono_register_bundled_assemblies() and
mono_register_config_for_assembly() to support bundles.

13 years ago[asp.net] Use faster string comparison in caches in System.Web.Compilation
Marek Habersack [Wed, 3 Nov 2010 19:13:00 +0000 (20:13 +0100)]
[asp.net] Use faster string comparison in caches in System.Web.Compilation

13 years agoInit the right runtime version.
Rodrigo Kumpera [Wed, 3 Nov 2010 19:35:17 +0000 (17:35 -0200)]
Init the right runtime version.

* pedump.c (verify_image_file): Finish initializing the
runtime here since at this point we can safely query
what version the supplied image requires.

Fixes #650916

13 years agoFix condition so the new feature is available outside NET_2_1
Sebastien Pouliot [Wed, 3 Nov 2010 19:10:27 +0000 (15:10 -0400)]
Fix condition so the new feature is available outside NET_2_1

* mcs/class/corlib/Mono.Security.X509/X509Store.cs:
* mcs/class/Mono.Security/Mono.Security.X509/X509Store.cs:
Replace INSIDE_CORLIB by !NET_2_1 so the new feature is
available to mono/full framework but not where CspParameters
(or file system, or key persistance) might not be possible

13 years agoFix encoding of large strings in the soft debugger api. Fixes #648832.
Zoltan Varga [Wed, 3 Nov 2010 18:16:02 +0000 (19:16 +0100)]
Fix encoding of large strings in the soft debugger api. Fixes #648832.

13 years agoImplement Partitioner.Create int and long overloads. Add corresponding unit tests.
Jérémie Laval [Wed, 3 Nov 2010 17:33:13 +0000 (17:33 +0000)]
Implement Partitioner.Create int and long overloads. Add corresponding unit tests.

13 years agoImplement lock statement over generic type parameter
Marek Safar [Wed, 3 Nov 2010 16:50:19 +0000 (16:50 +0000)]
Implement lock statement over generic type parameter

13 years agoIssue a warning about re-assigned locked local variable
Marek Safar [Wed, 3 Nov 2010 15:53:12 +0000 (15:53 +0000)]
Issue a warning about re-assigned locked local variable

13 years agoFixes NRE in pre-4.0 compilation
Marek Safar [Wed, 3 Nov 2010 13:10:36 +0000 (13:10 +0000)]
Fixes NRE in pre-4.0 compilation

13 years agoReset lock_taken before entering Monitor.Enter
Marek Safar [Wed, 3 Nov 2010 12:50:39 +0000 (12:50 +0000)]
Reset lock_taken before entering Monitor.Enter

13 years agoExclusiveOr is not nullable bitwise boolean operator
Marek Safar [Wed, 3 Nov 2010 12:19:01 +0000 (12:19 +0000)]
ExclusiveOr is not nullable bitwise boolean operator