Re: [Mono-dev] [PATCH] Minor MIPS changes to mono/mono/mini

2006-10-12 Thread Massimiliano Mantione
On Thu, 2006-10-12 at 13:55 -0700, Mark E Mason wrote: > > As for exporting print_ins(), if we want to do that, it needs renaming > > (eg to mono_print_ins or mono_inst_print) and put into the > > header file. > > Where do you need it? > > I'm calling it from mini-mips.c when outputting basic bl

Re: [Mono-dev] [PATCH] Minor MIPS changes to mono/mono/mini

2006-10-12 Thread Mark E Mason
Hello, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Paolo Molaro > Sent: Thursday, October 12, 2006 6:26 AM > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] [PATCH] Minor MIPS changes to mono/mono/mini > > On 10/11/06 Mark Ma

Re: [Mono-dev] Bug In MonoTorrent

2006-10-12 Thread Alan McGovern
Hi,I tried the MonoTorrent library and found a bug preventing if from working with large torrents or files. The torrent contained a file with > 3GB size (Linux DVD image):System.IO.IOException was unhandled Message="An attempt was made to move the file pointer before the beginning of the file.\r\n

Re: [Mono-dev] Call for release notes.

2006-10-12 Thread joel reed
These may be too minor to mention, but just in case: Under 2.0 support you could add: Implementation of System.IO.FileInfo.IsReadOnly Under ASP.Net you could add: MasterType directive now supported on MasterPages. jr begin:vcard fn:Joel Reed n:Reed;Joel org:Development Dimensions Internat

Re: [Mono-dev] Will DbDataAdapter implement the methods soon for NET_2_0

2006-10-12 Thread Tony Gu
Konstantin,   Thanks!   Tony - Original Message From: Konstantin Triger <[EMAIL PROTECTED]>To: Tony Gu <[EMAIL PROTECTED]>; mono-devel-list@lists.ximian.comSent: Thursday, October 12, 2006 12:29:04 AMSubject: RE: [Mono-dev] Will DbDataAdapter implement the methods soon for NET_2_0 Hello

Re: [Mono-dev] Mono on the 390

2006-10-12 Thread pablosantosluac
thanks, we will have a look into it... - Original Message - From: "Bill Seurer" <[EMAIL PROTECTED]> To: Sent: Thursday, October 12, 2006 4:27 PM Subject: Re: [Mono-dev] Mono on the 390 >I asked around and was directed to the cmsfs (CMS File System) package > here: http://www.linuxvm.

Re: [Mono-dev] .NET Micro Framework Platform

2006-10-12 Thread Miguel de Icaza
> Not by us at Novell. The mono codebase can be tweaked to run with 3 MB > of disk space and 3-4 MB of RAM (plus the stuff required by the system > and your app). So it covers the uses cases of both the Compact and > regular .Net framework. > The Micro framework looks for a different market and re

Re: [Mono-dev] .NET Micro Framework Platform

2006-10-12 Thread Miguel de Icaza
Hello, > > Not by us at Novell. The mono codebase can be tweaked to run with 3 MB > > of disk space and 3-4 MB of RAM (plus the stuff required by the system > > and your app). So it covers the uses cases of both the Compact and > > regular .Net framework. > How would one do that? Are there any doc

Re: [Mono-dev] Mono on the 390

2006-10-12 Thread Bill Seurer
I asked around and was directed to the cmsfs (CMS File System) package here: http://www.linuxvm.org/Patches/index.html Perhaps you can use that. -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL PROTECTE

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-12 Thread Miguel de Icaza
Hello, > This small patch permits that the user add some custom column in the > aspsessionstate table when using sqlserver mode for storing session in > ASP.NET. (This is useful for us because we want to add tracability to > the session in the database). Therefore i think it's better to do a > "SE

Re: [Mono-dev] .NET Micro Framework Platform

2006-10-12 Thread Paolo Molaro
On 10/11/06 Leszek Ciesielski wrote: > > Not by us at Novell. The mono codebase can be tweaked to run with 3 MB > > of disk space and 3-4 MB of RAM (plus the stuff required by the system > > and your app). So it covers the uses cases of both the Compact and > > regular .Net framework. > How would o

Re: [Mono-dev] Call for release notes.

2006-10-12 Thread Miguel de Icaza
Hey, > > www.go-mono.com/archive/1.1.18 > > Did my recent GC patch for OS X make it into 1.1.18? "Multithreaded > applications no longer intermittently segfault under OS X" might be a > nice addition:) It did. ___ Mono-devel-list mailing list M

Re: [Mono-dev] Replacing/Removing I18N

2006-10-12 Thread Kornél Pál
> You failed to read my mail where I explain that my icall solution allows > adding/removing support for encodings by simply adding/removing data > files in $prefix/lib/mono/encodings/. The option to include the data > inside the binary must be always there to support mkbundle or some > embedded >

Re: [Mono-dev] Replacing/Removing I18N

2006-10-12 Thread Paolo Molaro
On 10/11/06 Andreas Nahr wrote: > Well this was my first thought also to do it this way. However > internal-calls reduce the maintainability of the code, because you have to > manually ensure it stays in synch and it makes using corelib much harder for > other projects. So I tried to search for

Re: [Mono-dev] [PATCH] Minor MIPS changes to mono/mono/mini

2006-10-12 Thread Paolo Molaro
On 10/11/06 Mark Mason wrote: > Included below are patches to mono/mono/mini to begin adding support for > MIPS to the Mono JIT. Primarily, this includes minor header file changes, > Makefile support for MIPS, and making print_ins() non-static for better > verbose support. We can't include the ma

[Mono-dev] System.ComponentModel.ICancelAddNew implementation

2006-10-12 Thread malafaya
Hi, guys. I was recommended to submit sample code to this list. I hope you get the attachment. This "implements" the System.ComponentModel.ICancelAddNew interface. The file is so small I didn't even bother compressing it. Cheers, André Malafaya Baptista O Clix quebrou mais uma barreira! ADSL

[Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-12 Thread Hubert FONGARNAND
Hello, This small patch permits that the user add some custom column in the aspsessionstate table when using sqlserver mode for storing session in ASP.NET. (This is useful for us because we want to add tracability to the session in the database). Therefore i think it's better to do a  "SELECT

Re: [Mono-dev] A bug in the latest svn mcs?

2006-10-12 Thread Marek Habersack
On Thu, 12 Oct 2006 10:11:05 +0200, "Rolf Bjarne Kvinge" <[EMAIL PROTECTED]> scribbled: > Hi, Hey, > This was fixed yesterday, if you update your working copy now it > should work. Thanks, I'm about to recompile. best regards, marek signature.asc Description: PGP signature ___

Re: [Mono-dev] A bug in the latest svn mcs?

2006-10-12 Thread Rolf Bjarne Kvinge
Hi, This was fixed yesterday, if you update your working copy now it should work. Rolf On Thu, 12 Oct 2006 10:03:09 +0200, Marek Habersack <[EMAIL PROTECTED]> wrote: > Hello, > > Sometime after yesterday's commits I started to get this error while > compiling mono: > > make[8]: Entering d

[Mono-dev] A bug in the latest svn mcs?

2006-10-12 Thread Marek Habersack
Hello, Sometime after yesterday's commits I started to get this error while compiling mono: make[8]: Entering directory `/usr/src/tmp/mono/mcs/class/corlib' mcs /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -unsafe -nos

Re: [Mono-dev] Compatible dll's

2006-10-12 Thread Mirco Bauer
On Wed, 2006-10-11 at 16:57 +0200, Joachim Ante wrote: > Hi, > > Is there any way to verify if two dll's are compatible? > > We use mcs to compile a set of cs files, which also reference some dll. Now > this dll has been changed. Most of the time only internals inside some > functions in that dll

Re: [Mono-dev] Will DbDataAdapter implement the methods soon for NET_2_0

2006-10-12 Thread Konstantin Triger
Hello Tony,   Yes, we are planning to implement it. It should be available by January-February 2007.   Regards, Konstantin Triger From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Gu Sent: Wednesday, October 11, 2006 8:44 PM To: mono-devel-list@lists.ximi