Re: [Mono-dev] System.Data: While parsing schema, ensure the tables are created in document order

2007-02-19 Thread A Nagappan
Hi Kosta, Please commit :) Thanks Nagappan Nagappan A <[EMAIL PROTECTED]> Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com Novell, Inc. SUSE® Linux Enterprise 10 Your Linux is ready™ http://www.novell.com/linux >>> "Konstantin Triger" <[EMAIL PROTECT

Re: [Mono-dev] Patch to fix #ifdef in VS build

2007-02-19 Thread Jonathan Chambers
New patch for approval. I modified all #ifdef's in this file to use what is used elsewhere in mono. Thanks, Jonathan On 2/19/07, Jonathan Chambers <[EMAIL PROTECTED]> wrote: Sure, I'll change to PLATFORM_WIN32 (to be consistent with the rest of mono) and commit if there are no other issues. T

[Mono-dev] System.Data: While parsing schema, ensure the tables are created in document order

2007-02-19 Thread Konstantin Triger
Hello, Please review the attached patch. Regards, Konstantin Triger tableorder.patch Description: tableorder.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Blank characters in windows file names

2007-02-19 Thread Miguel de Icaza
Hello, I still do not like the idea of automatically trimming, because this causes two different filenames to be available in the application: one that is ultimately used in OS operations, and one that is used internally. The issue in the past has been a source of security problems (see t

[Mono-dev] Blank characters in windows file names

2007-02-19 Thread Boris Kirzner
Hello all Current implementation of System.IO file name handling avoids platform-specific checks. This causes any call on windows with file name containing blank characters at the end to fail, while the same call passes in .Net (and relates to the file name without blanks at the end). Almo

Re: [Mono-dev] Patch to fix #ifdef in VS build

2007-02-19 Thread Jonathan Chambers
Sure, I'll change to PLATFORM_WIN32 (to be consistent with the rest of mono) and commit if there are no other issues. Thanks, Jonathan On 2/19/07, Robert Jordan <[EMAIL PROTECTED]> wrote: Jonathan Chambers wrote: > The #ifdef for the dummy_apc function in threads.c is incorrect for VS. I > thi

Re: [Mono-dev] Patch to fix #ifdef in VS build

2007-02-19 Thread Robert Jordan
Jonathan Chambers wrote: > The #ifdef for the dummy_apc function in threads.c is incorrect for VS. I > think Robert Jordan found this a while ago, but it never got patched. I > 'refound' the problem after a few hours so I'd like to get this in this > time. Oops, I forgot to commit this, sorry :-/

[Mono-dev] Compiling monodoc from source

2007-02-19 Thread John Anderson
I'm trying to compile monodoc from source and i'm getting this error: [EMAIL PROTECTED]:~/code/oss/mono/monodoc$ ./autogen.sh --prefix=/usr/local/ /usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF run info '(automake)Extending aclocal' or see http://sources.redhat.com