[Mono-dev] how can I send an arping?

2006-01-24 Thread radu
How can I send an arping using just mono, without external commands? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-24 Thread Sergey Tikhonov
Sergey Tikhonov wrote: Jonathan Pryor wrote: On Fri, 2006-01-20 at 20:27 +0300, Sergey Tikhonov wrote: Well, it it really pity since it seem that even this unsupported interpretator does a lot of work and give chance other arches to try Mono. :) Ok, I will see if I could find what the

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-24 Thread Zoltan Varga
Hi, There is some documentation of the JIT in mono/docs. It is not very organized, but contains lots of useful info, particularly mini-porting.txt. Zoltan On 1/24/06, Sergey Tikhonov [EMAIL PROTECTED] wrote: Sergey Tikhonov wrote:

RE: [Mono-dev] Re: [Mono-patches] r55711 -trunk/mcs/class/System.Web/System.Web.UI

2006-01-24 Thread Konstantin Triger
Please review the reworked patch. Regards, Konstantin Triger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Maurer Sent: Sunday, January 22, 2006 9:58 PM To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Re: [Mono-patches] r55711

RE: [Mono-dev] ASP.Net HttpResponse.SuppressContent

2006-01-24 Thread Arnhoffer Károly
Hi Gonzalo, I have seen you inspected the problem under Bugzilla and found it to be not a bug. Well I downloaded the newest sources from svn and installed and SuppressContent still does not work. :-( I may do some mistakes somewhere... But I still do not understand something in the

[Mono-dev] [PATCH] System.Web.UI.WebControls.ListControl

2006-01-24 Thread Elliott Draper
from svn on another development box I've got here, and with these same test pages, the issue goes away. It's a fairly small fix, so I don't imagine any problems, but any comments, let me know :-) Cheers, Elliott 20060124-System.Web.UI.WebControls.ListControl.patch Description: Binary data

RE: [Mono-dev] ASP.Net HttpResponse.SuppressContent

2006-01-24 Thread Gonzalo Paniagua Javier
On Tue, 2006-01-24 at 16:00 +0100, Arnhoffer Károly wrote: [...] So what should the problem be here? Why does my server write headers? And why does your not? There is a setting in Web.config: globalization requestEncoding=iso-8859-2

[Mono-dev] mono-ikvm

2006-01-24 Thread Paul F. Johnson
Hi, Which source package contains mono-ikvm? TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-24 Thread Miguel de Icaza
Hello, Any links/hints what is required to create JIT? I looked through the site and didn't find any usefull info... Only source code is the documentation? There are some pointers here as well: http://www.mono-project.com/Porting Miguel.

RE: [Mono-dev] Re: [Mono-patches] r55711 -trunk/mcs/class/System.Web/System.Web.UI

2006-01-24 Thread Ben Maurer
I doubt there are enough uses of Color.Empty to justify a 3rd opcode. Actually, the best use of a 3rd opcode would be for colors that have 100% alpha (which is the case for most color values from s.web). Use the method I suggested in the previous value (choose a knowncolor to use as a flag and if

Re: [Mono-dev] StringBuilder Minor Performance Patch

2006-01-24 Thread Miguel de Icaza
Hello, I've got some code that makes a large number of calls to StringBuilder.Append() and I noticed that in most of Append methods the length calulation is performed twice. So here's a little patch that should fix that issue. I have incorporated these changes into Mono now, am running the

RE: [Mono-dev] ASP.Net HttpResponse.SuppressContent

2006-01-24 Thread Gonzalo Paniagua Javier
On Tue, 2006-01-24 at 11:30 -0500, Gonzalo Paniagua Javier wrote: On Tue, 2006-01-24 at 16:00 +0100, Arnhoffer Károly wrote: [...] So what should the problem be here? Why does my server write headers? And why does your not? There is a setting in Web.config: globalization

Re: [Mono-dev] AppDomain.ProcessExit event firing too early?

2006-01-24 Thread Gonzalo Paniagua Javier
On Sat, 2006-01-21 at 21:36 +0100, Luca wrote: Hi, I'm developing a cross-platform application which uses Log4NET for its logging. The main thread of the application just parses the config file, spawns additional foreground threads and then exits (basicaly it's a server). Under Linux,

Re: [Mono-dev] [PATCH] System.Web.UI.WebControls.ListControl

2006-01-24 Thread Gonzalo Paniagua Javier
On Tue, 2006-01-24 at 16:30 +, Elliott Draper wrote: [...] It's a fairly small fix, so I don't imagine any problems, but any comments, let me know :-) The patch is in svn now. Thanks. -Gonzalo ___ Mono-devel-list mailing list

Re: [Mono-dev] Integrating C# and already existing C sources using GAPI or something similar

2006-01-24 Thread William S Fulton
Mike Kestner wrote: On Mon, 2006-01-23 at 12:39 +0100, Mario Sánchez wrote: 2.-I have more source code that I'd like to re-use but that is not installed as a library, because it's not a library but an application (the application in which I'm trying to re-implement a use case in Mono terms),

[Mono-dev] Information on the Mono Debugger

2006-01-24 Thread Krishna Ganugapati
Hi, were investigating the feasibility of running a fairly large .NET solution on Linux boxes. One of the concerns is the lack of an integrated debugger within MonoDevelop. I also read that there was some experimental work available that allowed the installation of the mono debugger within

Re: [Mono-dev] Information on the Mono Debugger

2006-01-24 Thread Paddy Joy
Hi, There is some information about enabling the debugger here http://www.monodevelop.com/Enabling_the_Debugger however I have not managed to get it working yet. :-( I always get this message when compiling MonoDevelop with the latest sources but maybe I am doing it wrong (highly likely)!

Re: [Mono-dev] [PATCH]TraceEventType

2006-01-24 Thread joel reed
On Mon, Jan 23, 2006 at 05:29:34AM -0500, Jonathan Pryor wrote: On Sun, 2006-01-22 at 22:13 -0500, joel reed wrote: I'd like to implement System.Diagnostics.TraceSource if no one has already planned to do so. This is a 2.0 class. I've only submitted one bug fix previously to the mono