Re: [Mono-dev] [PATCH] Android Support [3/4]

2010-04-20 Thread Paolo Molaro
On 04/19/10 Jonathan Pryor wrote: Index: mono/io-layer/collection.c === --- mono/io-layer/collection.c(revision 155735) +++ mono/io-layer/collection.c(working copy) @@ -58,7 +58,10 @@ ret =

Re: [Mono-dev] [PATCH] Android Support [3/4]

2010-04-20 Thread Andreas Färber
Am 20.04.2010 um 11:16 schrieb Paolo Molaro: On 04/19/10 Jonathan Pryor wrote: Index: mono/mini/exceptions-arm.c === --- mono/mini/exceptions-arm.c (revision 155735) +++ mono/mini/exceptions-arm.c (working copy) @@

Re: [Mono-dev] [PATCH] Android Support [3/4]

2010-04-20 Thread Jonathan Pryor
On Tue, 2010-04-20 at 11:16 +0200, Paolo Molaro wrote: We must use feature checks and not platform checks as much as possible. The changes you outlined were commited to trunk (r155826) and the mono-2-6 branch (r155825). Thanks, - Jon ___

Re: [Mono-dev] MonoDevelop MoonLight debugger

2010-04-20 Thread Michael Hutchinson
On Tue, Apr 20, 2010 at 6:37 PM, Timothy Graupmann tgraupm...@yahoo.comwrote: I found a video on using the MonoDeveloper debugger with Moonlight. http://www.youtube.com/watch?v=GSUZRZWzTQM Apparently this works on Linux. I didn't have the same success on the mac. It requires Moonlight, not

[Mono-dev] 480152 - string.Normalize() frequently produces incorrect output

2010-04-20 Thread Damien Diederen
Hello everybody, I just attached a (second) series of patches addressing a mix of Unicode normalization problems to the following bug: https://bugzilla.novell.com/show_bug.cgi?id=480152#c32 As noted in the “cover letter”: This, a couple other fixes, and the addition of the Hangul

[Mono-dev] Make System.IO.Ports work on UNIX systems other than Linux

2010-04-20 Thread Robert Nagy
Hi The attached diff makes SerialPort.GetPortNames() work on all Unix systems other than Linux too, because ttyS* and ttyUSB* is linux specific and on *BSD the serial ports are tty[0-9]+. (I've tested this code on Linux and it should also support ttySG0 (SGI running Linux (ia64)). The other way

Re: [Mono-dev] 480152 - string.Normalize() frequently produces incorrect output

2010-04-20 Thread Atsushi Eno
Hello, I have never had time enough to read this set of big changes, but my gut feeling is the new rewrite would be okay (on e.g. performance). Feel free to commit the changes, or I'll make changes leter in case you don't have write access. It has been five years since I volunteered to write

[Mono-dev] Compiling mono with Clang/LLVM

2010-04-20 Thread jmalcolm
I tried to compile Mono 2.6.4 (trunk of 2.6 branch) with Clang/LLVM trunk (1.5/2.8) and it seemed to work without a hitch. All I did was set CC to /usr/bin/clang. Is there any reason that I should not be building Mono with Clang/LLVM? Does it bring any advantage? The build was on a setup that