Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-10-03 Thread Suresh Shukla
As for the runtime being managed-- that depends on the ability to translate the entirety of it's CIL to 100% unmanaged code (without runtime-support). I'd say this is where the real challenge is.CIL required for this task requires to be identified. One good point to start the project can be

[Mono-dev] System.dll few patches for review

2006-10-03 Thread Andrew Skiba
Hello. Please review these patches for System.dll. Part of them is needed to omit TARGET_JVM, so code will be common. * DigestClient.patch - use MD5.Create instead of HashAlgorithm.Create (MD5) * X509CertificateCollection.patch - remove unnecessary overload Thank you. Andrew.

[Mono-dev] EventHandlerList implementation

2006-10-03 Thread Andrew Skiba
Please review the attached patch for EventHandlerList implementation. Here is the description: Implement event handler list according to MS definition. No hash table, just a simple list with good performance for a small number of events ( 20) and worse performance when number of events is bigger.

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-10-03 Thread Igor Zalmanovich
Tony, It is other problem, not depended on my fix. Please, open file in bugzila for this bug. http://bugzilla.ximian.com/enter_bug.cgi?product=Mono%3A+Class%20Libraries Meanwhile you can use Eval instead Bind for Repeater. From: Tony Gu [mailto:[EMAIL PROTECTED] Sent:

Re: [Mono-dev] System.dll few patches for review

2006-10-03 Thread Raja R Harinath
Hi, Andrew Skiba [EMAIL PROTECTED] writes: Please review these patches for System.dll. Part of them is needed to omit TARGET_JVM, so code will be common. * DigestClient.patch - use MD5.Create instead of HashAlgorithm.Create (MD5) * X509CertificateCollection.patch - remove unnecessary

[Mono-dev] FW: Mono on Ubuntu

2006-10-03 Thread Brown, Robert
Does anyone know how to get I get the latest version of Mono on Ubuntu? I have it installed via Synaptic but it's showing version 1.1.13.6 and if I'm not mistaken the latest is 1.1.18... -=Robert The content

[Mono-dev] System.dll bootstrap

2006-10-03 Thread Andrew Skiba
Hello Raja. I'm working an GH System.dll project files to build them from Visual studio and I'm trying to understand how is it bootstrapped in 2.0. How many times is it compiled? It looks that the process must be like this: 1. System.dll w/o xml and configuration 2. System.Xml 3. System.dll w/

Re: [Mono-dev] SPAM-LOW: Re: Problem with compiling using MySQL library

2006-10-03 Thread Charlie Poole
The reason I am asking is, that some csproj files generated by VS NET 2005, contains includes that looks like a generic strongname specification, which seems a bit weird. Perhaps Microsoft added a way to reference assemblies within the GAC so that a 2nd copy isn't necessary? We

Re: [Mono-dev] System.dll few patches for review

2006-10-03 Thread Andrew Skiba
Hello Sebastien, Part of them is needed to omit TARGET_JVM, so code will be common. There are no TARGET_JVM in the two files. As I said, these changes are needed to omit TARGET_JVM. * DigestClient.patch - use MD5.Create instead of HashAlgorithm.Create (MD5) This is ok in the

Re: [Mono-dev] Mono on Ubuntu

2006-10-03 Thread Andrea Grandi
Hi, Does anyone know how to get I get the latest version of Mono on Ubuntu? I have it installed via Synaptic but it's showing version 1.1.13.6 and if I'm not mistaken the latest is 1.1.18... latest development versione is 1.1.17 I'm using Ubuntu dapper too and I've to say that is worse than

Re: [Mono-dev] FW: Mono on Ubuntu

2006-10-03 Thread Mario CarriĆ³n
On 10/3/06, Brown, Robert [EMAIL PROTECTED] wrote: Does anyone know how to get I get the latest version of Mono on Ubuntu? I have it installed via Synaptic but it's showing version 1.1.13.6 and if I'm not mistaken the latest is 1.1.18... Upgrade to Edgy. Most recent version, 1.1.17.1 is there