Re: [Mono-dev] [Mono-patches] r107145 - trunk/mcs/class/System.Data/System.Data

2008-07-09 Thread Gert Driesen
-- From: Veerapuram Varadhan [EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 8:42 AM To: Gert Driesen [EMAIL PROTECTED] Cc: 'mono-devel-list' [EMAIL PROTECTED] Subject: Re: [Mono-dev][Mono-patches] r107145

Re: [Mono-dev] [Mono-patches] r107145 - trunk/mcs/class/System.Data/System.Data

2008-07-09 Thread Veerapuram Varadhan
On Wed, 2008-07-09 at 09:39 +0200, Gert Driesen wrote: -- From: Veerapuram Varadhan [EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 8:42 AM To: Gert Driesen [EMAIL PROTECTED] Cc: 'mono-devel-list' [EMAIL PROTECTED] Subject: Re:

[Mono-dev] Problem with Mono SVN trunk

2008-07-09 Thread Przemysław Sołdacki
Hi guys! I have a problem with SVN trunk. At the address: http://mono.ximian.com/monobuild/snapshot/download-trunk/suse-110-x86_64/ There is apache2-mod_mono with version 103579. According to spec file it requires xsp with the same version. However there is only version 101751 available there.

[Mono-dev] Regex and Unicode

2008-07-09 Thread Vladimir Giszpenc
Hello list members, Since .Net regular expressions don't do POSIX, I replace POSIX character classes by Unicode ones. See http://www.regular-expressions.info/posixbrackets.html for the translation table I used. I ran into a problem with POSIX Description ASCII

Re: [Mono-dev] Regex and Unicode

2008-07-09 Thread Kornél Pál
Hi, The following character class names are supported by .NET Framework: http://msdn.microsoft.com/en-us/library/20bw873z.aspx You should try: \p{L} I think that this is implemented by Mono as well. Note that http://www.regular-expressions.info/posixbrackets.html is not an authentic source

Re: [Mono-dev] One Version of Mono.Cairo

2008-07-09 Thread Jonathan Pryor
On Wed, 2008-07-02 at 10:34 -0500, Jonathan Pobst wrote: Currently we ship 2 versions of Mono.Cairo.dll in Mono, a 1.0 and a 2.0 version. However, there is no difference in these versions. ... Some other assemblies that we appear to ship 1.0 and 2.0 versions of without any differences