mono.git
13 years agoRecord parameter names for wrapper methods so they could be seen in xdebug.
Zoltan Varga [Fri, 1 Apr 2011 06:20:33 +0000 (08:20 +0200)]
Record parameter names for wrapper methods so they could be seen in xdebug.

13 years agoFix contract description for contracts with deep inheritance hierarchy.
Peter Gerbrandt [Fri, 1 Apr 2011 05:17:10 +0000 (14:17 +0900)]
Fix contract description for contracts with deep inheritance hierarchy.

13 years agoImplemented g_qsort_with_data using Quicksort
Jeffrey Stedfast [Thu, 31 Mar 2011 22:15:53 +0000 (18:15 -0400)]
Implemented g_qsort_with_data using Quicksort

13 years ago[log profiler] Keep correct stats about gchandles
Alan McGovern [Thu, 31 Mar 2011 19:36:42 +0000 (20:36 +0100)]
[log profiler] Keep correct stats about gchandles

We were not keeping track of allocated/destroyed/alive gchandles in the
log profiler. It only ever reported the number of handles alive at the
end of the profiling run and that was misreported as the output claimed
this was the number of gchandles created.

13 years agoFix win32 file name canonicalization.
Rodrigo Kumpera [Thu, 31 Mar 2011 19:08:55 +0000 (16:08 -0300)]
Fix win32 file name canonicalization.

* mono-path.c (mono_path_canonicalize): Properly canonicalize
non UNC paths with an extra backslash. Eg:
c:\foo\\bar was been canonicalized to c:\\foo\bar.

This was breaking assembly loading in some rare cases.

13 years ago[eglib] Implement g_ptr_array_sort_with_data()
Gonzalo Paniagua Javier [Thu, 31 Mar 2011 18:04:44 +0000 (14:04 -0400)]
[eglib] Implement g_ptr_array_sort_with_data()

13 years agoAdd more checks for invalid attribute arguments
Marek Safar [Thu, 31 Mar 2011 17:41:09 +0000 (18:41 +0100)]
Add more checks for invalid attribute arguments

13 years ago[566531] Fix error message for missing parameter name
Marek Safar [Thu, 31 Mar 2011 14:07:45 +0000 (15:07 +0100)]
[566531] Fix error message for missing parameter name

13 years agochange documentation to be in the right format for public api, and document the meani...
Lucas Meijer [Fri, 11 Mar 2011 23:07:53 +0000 (00:07 +0100)]
change documentation to be in the right format for public api, and document the meaning of the different enum values.

13 years agocoding style fix
Lucas Meijer [Wed, 9 Mar 2011 15:10:19 +0000 (16:10 +0100)]
coding style fix

13 years agointegrate spouliots' feedback
Lucas Meijer [Wed, 9 Mar 2011 15:01:51 +0000 (16:01 +0100)]
integrate spouliots' feedback

13 years agoimplement a relaxed mode of CoreCLR for coreclr users that do not require to be like...
Lucas Meijer [Wed, 9 Mar 2011 09:04:00 +0000 (10:04 +0100)]
implement a relaxed mode of CoreCLR for coreclr users that do not require to be like moonlight 100%

13 years agoFix many corcompare issues for moonlight
Rolf Bjarne Kvinge [Wed, 30 Mar 2011 23:55:36 +0000 (01:55 +0200)]
Fix many corcompare issues for moonlight

13 years agoSystem.ServiceModel: make it a lot more compatible with Silverlight
Rolf Bjarne Kvinge [Wed, 30 Mar 2011 22:06:01 +0000 (00:06 +0200)]
System.ServiceModel: make it a lot more compatible with Silverlight

13 years agoFix few excessive error reports
Marek Safar [Thu, 31 Mar 2011 13:58:16 +0000 (14:58 +0100)]
Fix few excessive error reports

13 years agoTraceData and TraceEvent methods must pass a new instance of TraceEventCache
Louis Salin [Thu, 31 Mar 2011 03:07:49 +0000 (22:07 -0500)]
TraceData and TraceEvent methods must pass a new instance of TraceEventCache

13 years agoimplement getter and setter for HostContext property
Louis Salin [Thu, 31 Mar 2011 03:07:05 +0000 (22:07 -0500)]
implement getter and setter for HostContext property

13 years agoReimplemented XamlXmlReader to make it iterator based, much less stateful.
Atsushi Eno [Thu, 31 Mar 2011 12:05:19 +0000 (21:05 +0900)]
Reimplemented XamlXmlReader to make it iterator based, much less stateful.

Also fixed bug #638290 (required lots of state management complication).

13 years agoApply module character settings to more attributes
Marek Safar [Thu, 31 Mar 2011 10:20:04 +0000 (11:20 +0100)]
Apply module character settings to more attributes

13 years ago[572365] Make ambiguous predefined types detection even more robust
Marek Safar [Thu, 31 Mar 2011 10:00:23 +0000 (11:00 +0100)]
[572365] Make ambiguous predefined types detection even more robust

13 years ago[DateTime]: Fix parsing when the date format can't be deduced from the ShortDate.
Rolf Bjarne Kvinge [Thu, 31 Mar 2011 00:21:40 +0000 (02:21 +0200)]
[DateTime]: Fix parsing when the date format can't be deduced from the ShortDate.

13 years ago[corlib]: Don't rebuild vts tests every time 'make run-test' is executed
Rolf Bjarne Kvinge [Thu, 31 Mar 2011 09:35:48 +0000 (11:35 +0200)]
[corlib]: Don't rebuild vts tests every time 'make run-test' is executed

13 years ago[CultureInfo]: Ensure the tests pass on .NET 4.0, and fix our CultureInfo class accor...
Rolf Bjarne Kvinge [Thu, 31 Mar 2011 08:35:21 +0000 (10:35 +0200)]
[CultureInfo]: Ensure the tests pass on .NET 4.0, and fix our CultureInfo class accordingly.

13 years agoRevert "Fix a typo in Directory.GetFiles ()"
Gonzalo Paniagua Javier [Thu, 31 Mar 2011 00:23:14 +0000 (20:23 -0400)]
Revert "Fix a typo in Directory.GetFiles ()"

This reverts commit 5bbd6c23f8c5931788ff11722283384639ffbcf0.

13 years agoAdd -alt option to makecert to a subjectAltName extension
Sebastien Pouliot [Wed, 30 Mar 2011 20:15:17 +0000 (16:15 -0400)]
Add -alt option to makecert to a subjectAltName extension

* man/makecert.1: Add documentation for -alt
* mcs/tools/security/makecert.cs: Add (mono only!) -alt to support
adding a subjectAltName extension in certificates. This allows to
speficy (from a file) a list of DNS entries so a single X.509
certificate can be used/shared for SSL (like all the bots hosts)

13 years agoValidate CRL (signature and chain) before importing them into the stores
Sebastien Pouliot [Wed, 30 Mar 2011 20:09:16 +0000 (16:09 -0400)]
Validate CRL (signature and chain) before importing them into the stores

* crlupdate.cs: Validate CRL (signature and chain) before importing them
into the stores. Also warn if the downloaded CRL is not within its
validity dates.

13 years agoRelax X.509 CRL verification if the issuer is a CA
Sebastien Pouliot [Wed, 30 Mar 2011 19:58:08 +0000 (15:58 -0400)]
Relax X.509 CRL verification if the issuer is a CA

* X509CRL.cs: Relax CRL verification when the issuer is known to be
a CA certificate (basic constraints) and has digitalSignature in it's
key usages (instead of the 'expected' cRLSign)

13 years agoAdd support for validating RSA-based X.509 certifcates using SHA256
Sebastien Pouliot [Wed, 30 Mar 2011 18:11:31 +0000 (14:11 -0400)]
Add support for validating RSA-based X.509 certifcates using SHA256

* X509Certificate.cs: Add mappings for 1.2.840.113549.1.1.11

13 years agoAvoid ANE when a key algorithm parameters is really null (not just ASN.1 null)
Sebastien Pouliot [Wed, 30 Mar 2011 18:07:30 +0000 (14:07 -0400)]
Avoid ANE when a key algorithm parameters is really null (not just ASN.1 null)

* PublicKey.cs: Avoid an ArgumentNullException when the EndodedParameters
is from (Mono's X509Certificate) public key is null (instead of the more
common ASN.1 null). Fix parsing some certificates, see bnc #682619

13 years agoTypo.
Gonzalo Paniagua Javier [Wed, 30 Mar 2011 17:46:25 +0000 (13:46 -0400)]
Typo.

13 years agoNew test
Marek Safar [Wed, 30 Mar 2011 17:33:27 +0000 (18:33 +0100)]
New test

13 years ago[666033] Fixes Mono.WebBrowser versioning
Marek Safar [Wed, 30 Mar 2011 17:32:11 +0000 (18:32 +0100)]
[666033] Fixes Mono.WebBrowser versioning

13 years ago[377519] Avoid creating forwarding proxies to base methods to satisfy interface requi...
Marek Safar [Wed, 30 Mar 2011 17:24:29 +0000 (18:24 +0100)]
[377519] Avoid creating forwarding proxies to base methods to satisfy interface requirements

13 years agoFew 4.0 profile corcompare changes
Marek Safar [Wed, 30 Mar 2011 17:16:48 +0000 (18:16 +0100)]
Few 4.0 profile corcompare changes

13 years agoTweak methods proxy attributes
Marek Safar [Wed, 30 Mar 2011 12:03:33 +0000 (13:03 +0100)]
Tweak methods proxy attributes

13 years ago[347188] Check referenced assemblies for localized culture
Marek Safar [Wed, 30 Mar 2011 11:01:02 +0000 (12:01 +0100)]
[347188] Check referenced assemblies for localized culture

13 years agoFix big endian issue with cardtable and add code for mono_arch_context_get_int_reg
Neale Ferguson [Wed, 30 Mar 2011 16:52:24 +0000 (12:52 -0400)]
Fix big endian issue with cardtable and add code for mono_arch_context_get_int_reg

13 years agoRemove .cvsignore files.
Zoltan Varga [Wed, 30 Mar 2011 13:39:17 +0000 (15:39 +0200)]
Remove .cvsignore files.

13 years ago.gitignore
Zoltan Varga [Wed, 30 Mar 2011 13:33:42 +0000 (15:33 +0200)]
.gitignore

13 years agoPretty print generic instances better in xdebug.
Zoltan Varga [Wed, 30 Mar 2011 13:32:35 +0000 (15:32 +0200)]
Pretty print generic instances better in xdebug.

13 years agoAdd some checks to the ActivationServices:AllocateUninitializedClassInstance () icall...
Zoltan Varga [Wed, 30 Mar 2011 13:27:40 +0000 (15:27 +0200)]
Add some checks to the ActivationServices:AllocateUninitializedClassInstance () icall to avoid instantiating interfaces/abstract types.

13 years agoMerge branch 'master' of github.com:mono/mono
Dick Porter [Wed, 30 Mar 2011 12:01:57 +0000 (13:01 +0100)]
Merge branch 'master' of github.com:mono/mono

13 years ago[io-layer] Make debug spew compile
Rolf Bjarne Kvinge [Wed, 30 Mar 2011 11:24:40 +0000 (13:24 +0200)]
[io-layer] Make debug spew compile

13 years agoEnable sgen on Solaris
Dick Porter [Thu, 28 Oct 2010 13:12:42 +0000 (14:12 +0100)]
Enable sgen on Solaris

13 years ago[asp.net] Fix for bug #658184. AuthorizationRule restores its Action when unmerging.
Martin [Wed, 30 Mar 2011 10:20:33 +0000 (12:20 +0200)]
[asp.net] Fix for bug #658184. AuthorizationRule restores its Action when unmerging.

13 years agoAllow XML documentation predefined types to be used with parameters for methods
Marek Safar [Wed, 30 Mar 2011 09:39:33 +0000 (10:39 +0100)]
Allow XML documentation predefined types to be used with parameters for methods

13 years agoCheck XML documentation parameters on all parameters-like member kinds
Marek Safar [Wed, 30 Mar 2011 09:05:37 +0000 (10:05 +0100)]
Check XML documentation parameters on all parameters-like member kinds

13 years agoNew test
Marek Safar [Wed, 30 Mar 2011 08:24:00 +0000 (09:24 +0100)]
New test

13 years ago[DataAnnotations] Implemented the Validator and CustomValidationAttribute 4.0 classes
Marek Habersack [Mon, 28 Mar 2011 12:07:09 +0000 (14:07 +0200)]
[DataAnnotations] Implemented the Validator and CustomValidationAttribute 4.0 classes

13 years agoSet correctly scope of namespace global attributes
Marek Safar [Wed, 30 Mar 2011 08:03:07 +0000 (09:03 +0100)]
Set correctly scope of namespace global attributes

13 years agoFix Sys.Xaml test build which got broken with the latest mcs since 9cc5c9e.
Atsushi Eno [Wed, 30 Mar 2011 07:15:39 +0000 (16:15 +0900)]
Fix Sys.Xaml test build which got broken with the latest mcs since 9cc5c9e.

13 years ago[proclib] Break after reading the line we need
Gonzalo Paniagua Javier [Wed, 30 Mar 2011 05:38:53 +0000 (01:38 -0400)]
[proclib] Break after reading the line we need

13 years agoFix the previous change.
Zoltan Varga [Wed, 30 Mar 2011 03:26:19 +0000 (05:26 +0200)]
Fix the previous change.

13 years agoCall SleepEx in a loop in the Thread.Sleep () icall, to avoid a race when the sleep...
Zoltan Varga [Wed, 30 Mar 2011 03:05:06 +0000 (05:05 +0200)]
Call SleepEx in a loop in the Thread.Sleep () icall, to avoid a race when the sleep is interrupted. Fixes #683519.

13 years agoFix domain TLS loading.
Rodrigo Kumpera [Wed, 30 Mar 2011 02:45:38 +0000 (23:45 -0300)]
Fix domain TLS loading.

* sgen-os-mach.c (mono_sgen_thread_handshake): Given
recent changes in mono-compiler than enabled fast TLS
for mach, we now must use mono_domain_get_tls_offset
since io-layer TLS won't be used.

13 years agoCast p to char* since the offset is in byte units.
Rodrigo Kumpera [Wed, 30 Mar 2011 02:44:33 +0000 (23:44 -0300)]
Cast p to char* since the offset is in byte units.

13 years agoSystem.Windows.Forms.Mime: Use freedesktop.org only on Unix platforms.
Vincent Povirk [Tue, 29 Mar 2011 18:59:09 +0000 (13:59 -0500)]
System.Windows.Forms.Mime: Use freedesktop.org only on Unix platforms.

13 years ago[nl] Move a bunch of #if's out of the way.
Gonzalo Paniagua Javier [Tue, 29 Mar 2011 18:24:04 +0000 (14:24 -0400)]
[nl] Move a bunch of #if's out of the way.

13 years agoReset BytesTransferred on every reuse.
Gonzalo Paniagua Javier [Tue, 29 Mar 2011 17:45:57 +0000 (13:45 -0400)]
Reset BytesTransferred on every reuse.

13 years agoAllow braces to be used instead of brackets for XML documentation
Marek Safar [Tue, 29 Mar 2011 17:03:56 +0000 (18:03 +0100)]
Allow braces to be used instead of brackets for XML documentation

13 years agoMake dynamic test for 4.0 profile only
Marek Safar [Tue, 29 Mar 2011 16:40:42 +0000 (17:40 +0100)]
Make dynamic test for 4.0 profile only

13 years agoDon't check constraints for anonymous method stories it's not needed and it's hard...
Marek Safar [Tue, 29 Mar 2011 16:35:54 +0000 (17:35 +0100)]
Don't check constraints for anonymous method stories it's not needed and it's hard to get it right

13 years agoBetter error message for fixed size collections
Marek Safar [Tue, 29 Mar 2011 16:35:22 +0000 (17:35 +0100)]
Better error message for fixed size collections

13 years agoMajor update of XML documentation support
Marek Safar [Tue, 29 Mar 2011 14:41:00 +0000 (15:41 +0100)]
Major update of XML documentation support

13 years agoFix vasprintf() for empty strings.
Gonzalo Paniagua Javier [Tue, 29 Mar 2011 03:22:23 +0000 (23:22 -0400)]
Fix vasprintf() for empty strings.

James Bellinger entered bug #682963 and he ended up debugging it and
providing the solution.

13 years agoDo not forget mmember stack pop in XamlXmlReader. Fixed bug #682933.
Atsushi Eno [Tue, 29 Mar 2011 02:51:01 +0000 (11:51 +0900)]
Do not forget mmember stack pop in XamlXmlReader. Fixed bug #682933.

13 years ago.gitignore
Gonzalo Paniagua Javier [Mon, 28 Mar 2011 22:15:26 +0000 (18:15 -0400)]
.gitignore

13 years ago(c) lines.
Gonzalo Paniagua Javier [Mon, 28 Mar 2011 22:14:47 +0000 (18:14 -0400)]
(c) lines.

13 years agoFix a typo in Directory.GetFiles ()
Gonzalo Paniagua Javier [Mon, 28 Mar 2011 21:47:41 +0000 (17:47 -0400)]
Fix a typo in Directory.GetFiles ()

The mask never matched the attributes and all files were discarded.
This fixes bug #683203.

13 years agoDefine MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX for arm.
Zoltan Varga [Mon, 28 Mar 2011 13:51:54 +0000 (15:51 +0200)]
Define MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX for arm.

13 years agoRemove some unused fields from MonoDynamicGenericClass.
Zoltan Varga [Mon, 28 Mar 2011 12:54:50 +0000 (14:54 +0200)]
Remove some unused fields from MonoDynamicGenericClass.

13 years agoCosmetic corcompare-based updates in Sys.SM.Web.
Atsushi Eno [Mon, 28 Mar 2011 12:17:24 +0000 (21:17 +0900)]
Cosmetic corcompare-based updates in Sys.SM.Web.

13 years agoLooks like WCF serializer supports XmlNode, so we do as well.
Atsushi Eno [Mon, 28 Mar 2011 08:09:25 +0000 (17:09 +0900)]
Looks like WCF serializer supports XmlNode, so we do as well.

for details: http://msdn.microsoft.com/en-us/library/aa347876.aspx

Fixed bug #682957.

13 years agoXamlXmlReader didn't update current_member after EndMember and kept old one.
Atsushi Eno [Mon, 28 Mar 2011 07:05:17 +0000 (16:05 +0900)]
XamlXmlReader didn't update current_member after EndMember and kept old one.

Fixed bug #682933.

13 years agoFix a case where class->instance_size was not set for dynamic classes.
Zoltan Varga [Mon, 28 Mar 2011 06:18:58 +0000 (08:18 +0200)]
Fix a case where class->instance_size was not set for dynamic classes.

13 years agoPretty print null MonoGenericContext's in xdebug correctly.
Zoltan Varga [Mon, 28 Mar 2011 04:44:28 +0000 (06:44 +0200)]
Pretty print null MonoGenericContext's in xdebug correctly.

13 years ago[NetworkInformation] Support network IP/status events
Gonzalo Paniagua Javier [Sun, 27 Mar 2011 22:49:17 +0000 (18:49 -0400)]
[NetworkInformation] Support network IP/status events

Add support for the events in NetworkChanged (linux-only).

13 years agoAdd new crlupdate tool
Sebastien Pouliot [Sun, 27 Mar 2011 20:59:26 +0000 (16:59 -0400)]
Add new crlupdate tool

* man/Makefile.am:
* man/crlupdate.1:
* man/man.xml:
Add new manual page for crlupdate

* mcs/tools/security/Makefile:
* mcs/tools/security/crlupdate.cs:
Add new crlupdate tool

* scripts/Makefile.am:
Generate script wrapper for crlupdate

13 years agoExpose the distribution points from cRLDistrubutionPoint extension
Sebastien Pouliot [Sun, 27 Mar 2011 20:55:43 +0000 (16:55 -0400)]
Expose the distribution points from cRLDistrubutionPoint extension

* CRLDistributionPointsExtension.cs: Expose the DP from the extension
so it is easier to retrieve the URL to download them

13 years agoDo not throw in IsSelfSigned on non-RSA based certificates
Sebastien Pouliot [Sun, 27 Mar 2011 20:54:02 +0000 (16:54 -0400)]
Do not throw in IsSelfSigned on non-RSA based certificates

* X509Certificate.cs: Handle DSA or DSA paramaters-only certificates
in IsSeldSigned

13 years agoHandle non-existing user CA store gracefully
Sebastien Pouliot [Sun, 27 Mar 2011 20:52:33 +0000 (16:52 -0400)]
Handle non-existing user CA store gracefully

* X509Chain.cs: Handle non-existing user CA store gracefully

13 years agoAllow certmgr to display X.509 CRL inside the stores
Sebastien Pouliot [Sun, 27 Mar 2011 20:50:40 +0000 (16:50 -0400)]
Allow certmgr to display X.509 CRL inside the stores

* certmgr.cs: Implement display of X.509 CRL

13 years agoMake mono_arch_context_get_int_reg () return an mgreg_t.
Zoltan Varga [Sun, 27 Mar 2011 06:56:54 +0000 (08:56 +0200)]
Make mono_arch_context_get_int_reg () return an mgreg_t.

13 years agoVTune Amplifier XE 2011 plugin for Mono
Virgile Bello [Fri, 25 Mar 2011 11:16:24 +0000 (20:16 +0900)]
VTune Amplifier XE 2011 plugin for Mono

13 years agoImplement mono_arch_context_set_int_reg () for arm.
Zoltan Varga [Sun, 27 Mar 2011 00:37:10 +0000 (01:37 +0100)]
Implement mono_arch_context_set_int_reg () for arm.

13 years agonull JSON type must be handled in JsonWriter.
Atsushi Eno [Sat, 26 Mar 2011 12:27:19 +0000 (21:27 +0900)]
null JSON type must be handled in JsonWriter.

13 years agoDo not always assume ascii == 1 byte in JsonWriter. Fix utf-16 usage.
Atsushi Eno [Sat, 26 Mar 2011 12:00:16 +0000 (21:00 +0900)]
Do not always assume ascii == 1 byte in JsonWriter. Fix utf-16 usage.

13 years agoXStreamingElement should be covered in WriteTo(). It's not derived from XNode.
Atsushi Eno [Sat, 26 Mar 2011 10:26:14 +0000 (19:26 +0900)]
XStreamingElement should be covered in WriteTo(). It's not derived from XNode.

13 years agoNowadays, XmlDeclaratoin.WriteTo() writes PI instead of raw.
Atsushi Eno [Sat, 26 Mar 2011 10:13:47 +0000 (19:13 +0900)]
Nowadays, XmlDeclaratoin.WriteTo() writes PI instead of raw.

This resulted in invalid output to JsonWriter (via JsonReaderWriterFactory).

13 years agoImplement mono_arch_context_set_int_reg () for x86.
Zoltan Varga [Sat, 26 Mar 2011 04:19:34 +0000 (05:19 +0100)]
Implement mono_arch_context_set_int_reg () for x86.

13 years ago[asp.net] HtmlForum.Name rendering updates + test updates
Marek Habersack [Fri, 25 Mar 2011 21:44:17 +0000 (22:44 +0100)]
[asp.net] HtmlForum.Name rendering updates + test updates

13 years agoAdd support for reading/writing variables in registers to sdb.
Zoltan Varga [Fri, 25 Mar 2011 18:55:09 +0000 (19:55 +0100)]
Add support for reading/writing variables in registers to sdb.

13 years agoAdd a mono_arch_context_set_int_reg () function, amd64 only for now.
Zoltan Varga [Fri, 25 Mar 2011 18:54:31 +0000 (19:54 +0100)]
Add a mono_arch_context_set_int_reg () function, amd64 only for now.

13 years agoAdd an unwind option to enable collection of register save locations during stack...
Zoltan Varga [Fri, 25 Mar 2011 18:34:40 +0000 (19:34 +0100)]
Add an unwind option to enable collection of register save locations during stack unwinding.

13 years agoReplace ENABLE_COREE with a runtime switch.
Vincent Povirk [Mon, 7 Mar 2011 19:41:46 +0000 (13:41 -0600)]
Replace ENABLE_COREE with a runtime switch.

13 years agoAlign our coreclr inheritance rules to match MS
Sebastien Pouliot [Fri, 25 Mar 2011 15:15:11 +0000 (11:15 -0400)]
Align our coreclr inheritance rules to match MS

* mono/metadata/security-core-clr.c: Change our inheritance check to be
closer to MS implementation wrt default ctors.

* mcs/tools/tuner/Mono.Tuner/InjectSecurityAttributes.cs: Let the tuner
inject the extra .ctor required to match the rules from above.

13 years agoDo not allow extra elements in policy
Sebastien Pouliot [Fri, 25 Mar 2011 14:12:20 +0000 (10:12 -0400)]
Do not allow extra elements in policy

* ClientAccessPolicyParser.cs: Fix regression (from a023b07a) found by
DRT #666. More test cases to be added into moonlight WebPolicies test
application

13 years ago[tests,runtime] A kludge to make 2.0 tests using CodeDOM work
Marek Habersack [Fri, 25 Mar 2011 13:19:48 +0000 (14:19 +0100)]
[tests,runtime] A kludge to make 2.0 tests using CodeDOM work

When running the 2.0 test suite some assemblies will invoke mcs via
CodeDOM and the new mcs process will find the MONO_PATH variable in its
environment pointing to the net_2_0 library which will cause the runtime
to attempt to load the 2.0 corlib into 4.0 process and thus mcs will
fail. At the same time, we must not touch MONO_PATH when running outside
the test suite, thus the kludge.

13 years ago[asp.net] Fix for bug #681553. Look for direct child controls before calling up on...
Marek Habersack [Fri, 25 Mar 2011 10:55:06 +0000 (11:55 +0100)]
[asp.net] Fix for bug #681553. Look for direct child controls before calling up on the NamingContainer

13 years agoConsole encoding fix for bug 678357
Miguel de Icaza [Fri, 25 Mar 2011 01:31:17 +0000 (21:31 -0400)]
Console encoding fix for bug 678357

Move the stream setup into a separate method and recreate the
streams whenever the input or output streams change.