Re: [Mono-dev] Reason for introduction of CS0809 warning in mcs ?

2007-01-06 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zaterdag 6 januari 2007 16:51 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Reason for introduction of CS0809 warning in mcs

Re: [Mono-dev] (IL) Fault handlers not working

2007-01-06 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Argiris Kirtzidis Sent: zaterdag 6 januari 2007 20:52 To: Miguel de Icaza Cc: Mono Mailing List Subject: Re: [Mono-dev] (IL) Fault handlers not working Microsoft (R) .NET

Re: [Mono-dev] Incorrect cultured SatelliteAssembly

2006-12-18 Thread Gert Driesen
- Original Message - From: Armand du Plessis [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, December 18, 2006 2:28 PM Subject: [Mono-dev] Incorrect cultured SatelliteAssembly Hi, Came across a small problem when loading satellite assemblies for a specific

Re: [Mono-dev] Unix Registry Api Patch

2006-12-07 Thread Gert Driesen
- Original Message - From: Kevin Fitzgerald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 07, 2006 11:17 AM Subject: [Mono-dev] Unix Registry Api Patch Hi, This is a patch I've assembled that fixes the bug [80141] I've detailed here:

Re: [Mono-dev] Running under the Mono 2.0 Profile

2006-11-26 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Charlie Poole Sent: zondag 26 november 2006 20:59 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Running under the Mono 2.0 Profile Hi All, At the Mono meeting, we

Re: [Mono-dev] We broke nant... again.

2006-10-19 Thread Gert Driesen
- Original Message - From: Leszek Ciesielski [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Cc: Marek Sieradzki [EMAIL PROTECTED] Sent: Thursday, October 19, 2006 10:58 AM Subject: [Mono-dev] We broke nant... again. Hi, on 14th of October a new nant version was released,

[Mono-dev] [PATCH] Minor XML serialization fixes

2006-10-08 Thread Gert Driesen
=== --- ChangeLog (revision 66386) +++ ChangeLog (working copy) @@ -1,3 +1,14 @@ +2006-10-08 Gert Driesen [EMAIL PROTECTED] + + * XmlSerializer.cs: Corrected exception message when deserialization + fails

[Mono-dev] [PATCH] Minor fix for Enum.Format

2006-10-07 Thread Gert Driesen
, when the format specifier is D or d. Let me know if it's ok to commit. Gert Index: System/ChangeLog === --- System/ChangeLog (revision 66386) +++ System/ChangeLog (working copy) @@ -1,3 +1,9 @@ +2006-10-07 Gert Driesen [EMAIL PROTECTED

[Mono-dev] [PATCH] System.Collections.* API compatibility fixes

2006-09-30 Thread Gert Driesen
=== --- System.Collections.Specialized/ChangeLog (revision 65793) +++ System.Collections.Specialized/ChangeLog (working copy) @@ -1,3 +1,8 @@ +2006-09-30 Gert Driesen [EMAIL PROTECTED] + + * OrderedDictionary.cs: IsReadOnly, indexers, Keys and Values should + not be virtual. + 2006-04-04 Atsushi Enomoto [EMAIL

Re: [Mono-dev] [PATCH] System.Security: Remove hack from KeyInfoX509Data

2006-09-26 Thread Gert Driesen
-Original Message- From: Lee Fisher [mailto:[EMAIL PROTECTED] Sent: dinsdag 26 september 2006 0:26 To: Gert Driesen Subject: Re: [Mono-dev] [PATCH] System.Security: Remove hack from KeyInfoX509Data hi, what do you do to ensure XMLDSIG compatibiliy? last month on security

[Mono-dev] [PATCH] System.Security: Remove hack from KeyInfoX509Data

2006-09-25 Thread Gert Driesen
Hi, The attached patch removed an (unnecessary) hack from KeyInfoX509Data. The hack added an explicit declaration of the XMLDSIG namespace. This was supposedly for compatibility with MS, but I tested with .NET 1.0, .NET 1.1 and .NET 2.0 and none of these emit that extra namespace declaration or

Re: [Mono-dev] [PATCH] System.IO.FileInfo.IsReadOnly

2006-09-21 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua Javier Sent: vrijdag 22 september 2006 4:55 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] System.IO.FileInfo.IsReadOnly On Thu, 2006-09-21

[Mono-dev] [PATCH] ServiceProcess API compatibility fixes

2006-09-16 Thread Gert Driesen
Hi Joerg, Attached is a patch which fixes some API compatbility issues for System.ServiceProcess. Most of these fixes just add missing attributes, these should definitely not have any effect on mono-service. However, I also modified the signature of the OnCustomCommand and OnPowerEvent

[Mono-dev] [PATCH] ServiceController implementation (Windows only)

2006-09-10 Thread Gert Driesen
Hi, I've attached a patch that provides an implementation of the System.ServiceController.ServiceProcess for Windows, built as a wrapper for the win32 service API. It's not 100% perfect yet, but all unit tests pass on both Mono and MS.NET (1.1 and 2.0) The patch also fixes some API

[Mono-dev] [PATCH] System.ServiceProcess API compatibility fixes

2006-09-05 Thread Gert Driesen
Hi, The attached patch fixes some (not all) API compatibility issue in the System.ServiceProcess assembly in preparation for my win32 implementation. Let me know if it's ok to commit. Signed-off-by: Gert Driesen [EMAIL PROTECTED] Gert ___ Mono

[Mono-dev] [PATCH] System.ServiceProcess API compatibility fixes - try #2

2006-09-05 Thread Gert Driesen
guess it's no good without the patch itself, or is it ;-) - Original Message - From: Gert Driesen [EMAIL PROTECTED] To: 'mono-devel mailing list' mono-devel-list@lists.ximian.com Sent: Tuesday, September 05, 2006 12:37 PM Subject: [PATCH] System.ServiceProcess API compatibility fixes

Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibilityfixes - try #2

2006-09-05 Thread Gert Driesen
- Original Message - From: Jörg Rosenkranz [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: mono-devel mailing list mono-devel-list@lists.ximian.com Sent: Tuesday, September 05, 2006 12:51 PM Subject: Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibilityfixes - try #2

[Mono-dev] [PATCH] RegistryKey.OpenRemoteBaseKey implementation (win32)

2006-09-03 Thread Gert Driesen
/Microsoft.Win32/ChangeLog (revision 64755) +++ Test/Microsoft.Win32/ChangeLog (working copy) @@ -1,3 +1,10 @@ +2006-09-03 Gert Driesen [EMAIL PROTECTED] + + * RegistryKeyTest.cs: Added RunningOnUnix property that is used + to skip tests that only need to be run on Windows. Added tests Close + tests

[Mono-dev] [PATCH] Environment.IsRunningOnWindows fix

2006-08-27 Thread Gert Driesen
=== --- System/ChangeLog (revision 64427) +++ System/ChangeLog (working copy) @@ -1,5 +1,10 @@ -2006-08-23 Gonzalo Paniagua Javier [EMAIL PROTECTED] +2006-08-27 Gert Driesen [EMAIL PROTECTED] + * Environment.cs: Fixed IsRunningOnWindows

Re: [Mono-dev] [PATCH] Environment.IsRunningOnWindows fix

2006-08-27 Thread Gert Driesen
Never mind, the internal property Environment.Platform always return 128 on unix ... The translation to PlatformID.Unix is done in the static OSVersion property. -Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Gert Driesen Sent

[Mono-dev] Build system support for SWF apps

2006-08-24 Thread Gert Driesen
Hi, Apparently Mono's build system does not yet support building Winform apps. If you include executable.make, then -target:exe will automatically be passed to mcs (even if you explicitly set -target:winexe in LOCAL_MCS_FLAGS). As a result, the mcs-built SWP app will run with a DOS-box on

Re: [Mono-dev] local file based EventLog implementation

2006-08-21 Thread Gert Driesen
- Original Message - From: Robert Jordan [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, August 21, 2006 2:02 PM Subject: Re: [Mono-dev] local file based EventLog implementation Hello, Miguel de Icaza wrote: I'd prefer the pure approach, meaning using your

Re: [Mono-dev] local file based EventLog implementation

2006-08-20 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: zondag 20 augustus 2006 19:01 To: Gert Driesen; 'Robert Jordan'; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] [Mono-list] [mono-vb] Visual Basic upgrade.

2006-08-19 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-list- [EMAIL PROTECTED] On Behalf Of Rolf Bjarne Sent: donderdag 17 augustus 2006 12:52 To: Miguel de Icaza; Gert Driesen Cc: mono-list@lists.ximian.com; 'Jelmer Vernooij'; mono- [EMAIL PROTECTED]; mono-devel-list

Re: [Mono-dev] [Mono-list] [mono-vb] Visual Basic upgrade.

2006-08-19 Thread Gert Driesen
-Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: zaterdag 19 augustus 2006 17:08 To: 'Rolf Bjarne'; 'Miguel de Icaza' Cc: 'mono-list@lists.ximian.com'; 'Jelmer Vernooij'; 'mono- [EMAIL PROTECTED]'; 'mono-devel-list@lists.ximian.com' Subject: RE: [Mono-list

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: vrijdag 18 augustus 2006 10:45 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation That would

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: vrijdag 18 augustus 2006 11:26 To: 'Kornél Pál' Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Robert Jordan Sent: vrijdag 18 augustus 2006 16:19 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation Gert Driesen wrote: b

Re: [Mono-dev] [mono-vb] Visual Basic upgrade.

2006-08-17 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: donderdag 17 augustus 2006 7:14 To: Jelmer Vernooij Cc: mono-list@lists.ximian.com; mono-vb@lists.ximian.com; mono-devel- [EMAIL PROTECTED] Subject: Re:

Re: [Mono-dev] local file based EventLog implementation

2006-08-17 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: woensdag 9 augustus 2006 12:25 To: Gert Driesen; 'Atsushi Eno' Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] local file based EventLog implementation

2006-08-17 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: donderdag 17 augustus 2006 19:59 To: Gert Driesen; 'Atsushi Eno' Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog

Re: [Mono-dev] local file based EventLog implementation

2006-08-17 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: donderdag 17 augustus 2006 21:15 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation Hi, I

Re: [Mono-dev] local file based EventLog implementation

2006-08-17 Thread Gert Driesen
-Original Message- From: Kornél Pál [mailto:[EMAIL PROTECTED] Sent: donderdag 17 augustus 2006 21:47 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation On Windows it is required. OK, it can have any name

[Mono-dev] [PATCH] EventViewer GUI / Makefile troubles

2006-08-15 Thread Gert Driesen
=== --- Resources/ChangeLog (revision 0) +++ Resources/ChangeLog (revision 0) @@ -0,0 +1,3 @@ +2006-08-15 Gert Driesen [EMAIL PROTECTED] + + * Initial import Property changes on: Resources/ChangeLog ___ Name: svn:eol-style

Re: [Mono-dev] [PATCH] EventLog implementation

2006-08-14 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: maandag 14 augustus 2006 8:24 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] EventLog implementation BTW I just

Re: [Mono-dev] [PATCH] EventLog implementation

2006-08-13 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zondag 13 augustus 2006 17:15 Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] EventLog implementation Gert Driesen wrote: -Original

Re: [Mono-dev] [PATCH] EventLog implementation

2006-08-12 Thread Gert Driesen
PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: vrijdag 11 augustus 2006 5:24 To: Gert Driesen Cc: 'Kornél Pál'; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] EventLog implementation As we talked on #mono yesterday, feel free to commit your

Re: [Mono-dev] [PATCH] EventLog implementation

2006-08-11 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: vrijdag 11 augustus 2006 5:24 To: Gert Driesen Cc: 'Kornél Pál'; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] EventLog implementation As we

Re: [Mono-dev] local file based EventLog implementation

2006-08-10 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: woensdag 9 augustus 2006 12:25 To: Gert Driesen; 'Atsushi Eno' Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] [PATCH] EventLog implementation

2006-08-10 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: donderdag 10 augustus 2006 19:53 To: Gert Driesen Cc: 'Kornél Pál'; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] EventLog implementation Just

Re: [Mono-dev] [PATCH] EventLog implementation

2006-08-10 Thread Gert Driesen
] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: donderdag 10 augustus 2006 19:59 To: 'Atsushi Eno' Cc: 'Kornél Pál'; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] EventLog implementation -Original Message- From: [EMAIL PROTECTED

Re: [Mono-dev] local file based EventLog implementation

2006-08-09 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: woensdag 9 augustus 2006 10:10 To: Atsushi Eno Cc: mono-devel-list@lists.ximian.com; Gert Driesen Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] local file based EventLog implementation

2006-08-09 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 9 augustus 2006 10:43 To: Gert Driesen Cc: 'Kornél Pál'; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] local file based EventLog implementation

2006-08-08 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: maandag 7 augustus 2006 3:58 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] local file based EventLog implementation Hi, During a consultation with a

Re: [Mono-dev] local file based EventLog implementation

2006-08-08 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: dinsdag 8 augustus 2006 20:03 To: Atsushi Eno; Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation

Re: [Mono-dev] local file based EventLog implementation

2006-08-08 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: dinsdag 8 augustus 2006 19:47 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] local file based EventLog implementation Hi Gert

Re: [Mono-dev] mcs bug

2006-08-07 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Jeroen Frijters Sent: zondag 6 augustus 2006 12:55 To: Marek Safar Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] mcs bug Hi Marek, I spent quite a bit of time

[Mono-dev] [PATCH] Assembly.GetManifestResourceStream

2006-07-09 Thread Gert Driesen
Hi, Can someone (Zoltan?) review the patch for bug #78468: http://bugzilla.ximian.com/show_bug.cgi?id=78468 Description: Assembly.GetManifestResourceStream results in an ArgumentException for an assembly loaded from a byte array. Thanks! Gert ___

[Mono-dev] [PATCH] Class status pages update

2006-06-01 Thread Gert Driesen
Hi, The attached patch adds class status pages for the following assemblies: * System.Configuation (2.0) * System.ServiceProcess (1.1 and 2.0) * System.Transactions (2.0) There are two parts to this update: - A patch for the update-status script, index-1.1.src and index-2.0.src. This patch

RE: [Mono-dev] [PATCH] 2.0 profile version of resgen

2006-04-08 Thread Gert Driesen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: zaterdag 8 april 2006 9:37 To: 'Miguel de Icaza' Cc: 'mono-devel mailing list' Subject: [Mono-dev] [PATCH] 2.0 profile version of resgen Hi, The attached patch modifies the Makefile for resgen to support a different output

RE: [Mono-dev] [PATCH] 2.0 profile version of resgen

2006-04-08 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Teixeira Sent: zaterdag 8 april 2006 14:50 To: Gert Driesen Cc: Miguel de Icaza; mono-devel mailing list Subject: Re: [Mono-dev] [PATCH] 2.0 profile version of resgen No need

[Mono-dev] 2.0 profile version of Mono tools ?

2006-03-25 Thread Gert Driesen
Hi, Why is there no 2.0 profile version of all Mono tools (such as resgen, xsd, ...) ? Right now, it's not possible to use any of these tools when you want to build 2.0 applications. If you have, for example, a resx file for which you need to reference a 2.0 assembly, then it's not possible to

Re: [Mono-dev] C# compiler (mcs) bug with private constructors ?

2006-03-23 Thread Gert Driesen
- Original Message - From: Denis ERCHOFF [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Thursday, March 23, 2006 8:40 PM Subject: [Mono-dev] C# compiler (mcs) bug with private constructors ? Hi all, I have a problem with the mcs compiler. I defined a test class

[Mono-dev] [PATCH] Remove obsolete Formatter classes

2006-02-26 Thread Gert Driesen
Hi, The attached patch removes the following obsolete classes, that have been replaced (in January 2005) by a single NumberFormatter class: - System.DecimalFormatter - System.DoubleFormatter - System.SingleFormatter Let me know if it's ok to commit this patch. Gert patch.diff Description:

RE: [Mono-dev] AppDomain.AppendPrivatePath - change assembly search pathat runtime?

2006-02-15 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Resnick Sent: woensdag 15 februari 2006 21:12 To: 'mono-devel mailing list' Subject: [Mono-dev] AppDomain.AppendPrivatePath - change assembly search pathat runtime? Can anyone

[Mono-dev] XmlTextWriter: order of namespace declarations

2006-02-09 Thread Gert Driesen
Hi, Apparently the order in which namespace declarations are written by Xml(Text)Writer differs between Mono and MS.NET. I know this is very much implementation specific, and the fact that the order is different in Mono is definitely not a bug. However, this makes it difficult to write unit

RE: [Mono-dev] XmlTextWriter: order of namespace declarations

2006-02-09 Thread Gert Driesen
smarter unit tests. Lluis. El jue, 09-02-2006 a las 10:43 +0100, Gert Driesen escribió: Hi, Apparently the order in which namespace declarations are written by Xml(Text)Writer differs between Mono and MS.NET. I know this is very much implementation specific, and the fact

RE: [Mono-dev] RE: FW: [PATCH] Enum XML (de)serialization fixes

2006-02-08 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: woensdag 8 februari 2006 10:55 To: Gert Driesen Cc: 'mono-devel mailing list' Subject: Re: [Mono-dev] RE: FW: [PATCH] Enum XML (de)serialization fixes Gert, thanks for a great copyright infringement

RE: [Mono-dev] RE: FW: [PATCH] Enum XML (de)serialization fixes

2006-02-08 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 8 februari 2006 11:31 To: Gert Driesen Cc: 'mono-devel mailing list' Subject: Re: [Mono-dev] RE: FW: [PATCH] Enum XML (de)serialization fixes How could you read my

RE: [Mono-dev] RE: FW: [PATCH] Enum XML (de)serialization fixes

2006-02-08 Thread Gert Driesen
-Original Message- From: Lluis Sanchez [mailto:[EMAIL PROTECTED] Sent: woensdag 8 februari 2006 12:50 To: Gert Driesen Cc: 'Atsushi Eno'; 'mono-devel mailing list' Subject: RE: [Mono-dev] RE: FW: [PATCH] Enum XML (de)serialization fixes Hi, I think that at this point we

RE: [Mono-dev] [Fwd:[Mono-patches] r56597- trunk/mcs/class/System.XML/Test/System.Xml.Schema]

2006-02-07 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: dinsdag 7 februari 2006 4:55 To: Gert Driesen Cc: 'mono-devel mailing list' Subject: Re: [Mono-dev] [Fwd:[Mono-patches] r56597- trunk/mcs/class/System.XML/Test/System.Xml.Schema

RE: [Mono-dev] [Fwd: [Mono-patches] r56597- trunk/mcs/class/System.XML/Test/System.Xml.Schema]

2006-02-06 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: dinsdag 7 februari 2006 4:02 To: Gert Driesen Cc: mono-devel mailing list Subject: [Mono-dev] [Fwd: [Mono-patches] r56597- trunk/mcs/class/System.XML/Test/System.Xml.Schema

RE: [Mono-dev] Xml Serialization tests failing under .NET 2.0

2006-02-01 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 1 februari 2006 8:30 To: Gert Driesen Cc: Lluis Sanchez; mono-devel mailing list Subject: [Mono-dev] Xml Serialization tests failing under .NET 2.0 Hello Gert

Re: [Mono-dev] [PATCH] Minor fixes for XmlElement XmlTextWriter

2006-01-06 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: Thursday, January 5, 2006 04:53 AM To: 'Gert Driesen' Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Minor fixes for XmlElement XmlTextWriter Hi Gert, It would be nicer if you avoid application/octet-stream

[Mono-dev] [PATCH] Minor fixes for XmlElement XmlTextWriter

2005-12-27 Thread Gert Driesen
Hi, I've attached a patch that fixes the following minor issues in XmlElement and XmlTextWriter : - Setting XmlElement.Prefix to null should not result in ArgumentNullException on 2.0 profile - XmlTextWriter.WriteNmToken should throw ArgumentException if name is null or zero-length string -

[Mono-dev] [PATCH] System.Xml.Serialization.XmlAttributes fixes

2005-12-27 Thread Gert Driesen
Hi, The attached patch fixes the following issues with System.Xml.Serialization.XmlAttributes: - If XmlIgnoreAttribute is applied, do not process any other attributes. - In 2.0 profile, XmlDefaultValue must be null by default. Both fixes are accompanied by unit tests, and have been tested on

RE: [Mono-dev] [PATCH] System.Xml.Serialization.XmlAttributes fixes

2005-12-27 Thread Gert Driesen
Update: The XmlDefaultValue change seems to cause regressions in the 2.0 profile after all. I'll verify and fix these regressions, and post an updated patch. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: dinsdag 27

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-25 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zondag 25 december 2005 4:45 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] [PATCH] Validation for xsl:output attributes. ... and here's the patch

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-25 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zondag 25 december 2005 4:44 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] [PATCH] Validation for xsl:output attributes. It indeed is indent part matter

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-25 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zondag 25 december 2005 15:39 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zaterdag 24 december 2005 3:47 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
Comments inline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: dinsdag 20 december 2005 6:26 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Hi

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: vrijdag 23 december 2005 18:54 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] [PATCH] Validation for xsl:output attributes. Comments inline -Original Message- From: [EMAIL

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: vrijdag 23 december 2005 20:31 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: Comments inline -Original Message

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 24 december 2005 11:16 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: I submitted my initial patch the the mono

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 24 december 2005 17:27 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] [PATCH] Validation for xsl:output attributes. It indeed is indent part matter. Anyways you don't have to touch

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 24 december 2005 14:48 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: -Original Message- From

[Mono-dev] RE: [Fwd: [Mono-patches] r53901 - trunk/mcs/class/System.XML/Test/System.Xml.Xsl]

2005-12-04 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zondag 4 december 2005 19:51 To: Gert Driesen; mono-devel mailing list Subject: [Fwd: [Mono-patches] r53901 - trunk/mcs/class/System.XML/Test/System.Xml.Xsl] Gert, Please revert this formatting change

Re: [Mono-dev] Patch for System.Drawing.ColorConverter.cs

2005-11-14 Thread Gert Driesen
- Original Message - From: Vladimir Krasnov [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, November 14, 2005 11:57 AM Subject: [Mono-dev] Patch for System.Drawing.ColorConverter.cs Hello all, I've found that System.Drawing.ColorConverter cannot convert

RE: [Mono-dev] Re: Patch for compiling HttpApplication for Grasshopper(without use of yield)

2005-09-24 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: zaterdag 24 september 2005 18:50 To: Eyal Alaluf Cc: Ben Maurer; mono-devel-list@lists.ximian.com Subject: [Mono-dev] Re: Patch for compiling HttpApplication for

[Mono-dev] GC error bootstrapping on Windows

2005-09-10 Thread Gert Driesen
Hi, When bootstrapping mono (from SVN) on Windows, I now get the following error: ** ERROR **: Thread FFFE calling into managed code is not registered with the GC. On UNIX, this can be fixed by #include-ing gc.h before pthread.h in the file containing the thread creation code. aborting...

RE: [Mono-dev] GC error bootstrapping on Windows

2005-09-10 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 10 september 2005 12:01 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] GC error bootstrapping on Windows Hi, Many of us experienced that (including me). Make sure

[Mono-dev] RE: [Mono-patches] r48417 -trunk/mcs/class/System.Drawing/System.Drawing

2005-08-18 Thread Gert Driesen
-Original Message- From: Andrew Skiba [mailto:[EMAIL PROTECTED] Sent: dinsdag 16 augustus 2005 13:24 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: RE: [Mono-patches] r48417 -trunk/mcs/class/System.Drawing/System.Drawing Just for curiosity: can svn:eol-style

RE: [Mono-dev] RE: [Mono-patches]r48372-trunk/mcs/class/System.Drawing/System.Drawing

2005-08-16 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: maandag 15 augustus 2005 15:33 To: Andrew Skiba; Gert Driesen [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] RE: [Mono-patches]r48372-trunk/mcs

[Mono-dev] RE: [Mono-patches] r48374 - in trunk/mcs/class/System.Drawing: .System.Drawing Test/System.Drawing

2005-08-16 Thread Gert Driesen
-Original Message- From: Andrew Skiba [mailto:[EMAIL PROTECTED] Sent: dinsdag 16 augustus 2005 13:58 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: RE: [Mono-patches] r48374 - in trunk/mcs/class/System.Drawing: .System.Drawing Test/System.Drawing Hi Gert

RE: [Mono-dev] Please revert your changes.

2005-08-10 Thread Gert Driesen
-Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: woensdag 10 augustus 2005 0:22 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] Please revert your changes. Hello Gert, I don't recall if it existed in .NET 1.1, but it does exist

[Mono-dev] [PATCH] Mark CompareInfo.UseManagedCollation internal

2005-08-08 Thread Gert Driesen
Hi, Here's a small patch that changes the accessibility of CompareInfo.UseManagedCollection to internal, to match the exposed API of MS.NET. Let me know if its ok to commit. Gert compare.patch Description: Binary data ___ Mono-devel-list mailing

[Mono-devel-list] [PATCH] System.Xml.Schema API compatibility fixes

2005-08-06 Thread Gert Driesen
Hi, The attached patch fixes all API mismatches (272) between the Mono and MS.NET System.Xml.Schema namespace as reported here: http://mono.ximian.com/class-status/mono-HEAD-vs-fx-1-1/class-status-System. Xml.html The patch consist only of changes to the (XmlElement/XmlAttribute/DefaultValue)

[Mono-devel-list] [PATCH] API compatibility fixes for System.Web.Services assembly

2005-08-06 Thread Gert Driesen
Hi, The attached patch fixes all API mismatches between Mono 1.x and MS.NET 1.x for the System.Web.Services assembly. Let me know if its ok to commit. Gert webservices.patch Description: Binary data ___ Mono-devel-list mailing list

[Mono-devel-list] [PATCH] Build fixes for win32

2005-08-03 Thread Gert Driesen
Hi, I've attached a patch that fixes the Mono build on win32 (using csc). The largest part of the patch are build changes for the Mono security tools that are needed to ensure the relative path to MonoVersion.cs is resolved corrected on Windows. I'm pretty sure someone can do a much better job

[Mono-devel-list] [PATCH] Build fixes for win32 (with patch ;-))

2005-08-03 Thread Gert Driesen
Yeah, so here's the actual patch ;-) -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: woensdag 3 augustus 2005 22:03 To: 'mono-devel-list@lists.ximian.com' Subject: [PATCH] Build fixes for win32 Hi, I've attached a patch that fixes the Mono build on win32

[Mono-devel-list] Bootstrap net_2_0 fails on Windows

2005-06-16 Thread Gert Driesen
Hi, Apparently the bootstrap of the 2.0 profile is broken on Windows (at least it is on my system): ** (../../class/lib/default/mcs.exe:2672): WARNING **: Cannot load type 'System.ComponentModel.Design.IDesigner' Unhandled Exception: System.NullReferenceException: Object reference not set toan

[Mono-devel-list] Assembly version for 2.0 profile system assemblies

2005-06-02 Thread Gert Driesen
Hi, Right now, the Mono system assemblies still use version 2.0.3600.0 (.NET Framework 2.0 Beta 1) for the 2.0 profile. Wouldn't it be better to update it to 2.0.0.0, which MS uses for Beta 2 ? Gert ___ Mono-devel-list mailing list

RE: [Mono-devel-list] Weird warnings using mcs svn on Windows

2005-04-13 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Raja R Harinath Sent: woensdag 13 april 2005 8:21 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] Weird warnings using mcs svn on Windows Hi, Gert

Re: [Mono-devel-list] Weird warnings using mcs svn on Windows

2005-04-11 Thread Gert Driesen
- Original Message - From: Marek Safar [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Monday, April 11, 2005 10:34 AM Subject: Re: [Mono-devel-list] Weird warnings using mcs svn on Windows Hello Gert, As of recently, I get

Re: [Mono-devel-list] Weird warnings using mcs svn on Windows

2005-04-11 Thread Gert Driesen
- Original Message - From: Marek Safar [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Monday, April 11, 2005 11:31 AM Subject: Re: [Mono-devel-list] Weird warnings using mcs svn on Windows Hello, As of recently, I get the following

RE: [Mono-devel-list] Weird warnings using mcs svn on Windows

2005-04-11 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Safar Sent: maandag 11 april 2005 11:31 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] Weird warnings using mcs svn on Windows Hello

<    1   2