[Mono-dev] new classes

2007-12-13 Thread deepak vidhate
hi New classes and functionalities has been added in the source code of mono it really nice deepak Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: [Mono-dev] Mono 1.2.6

2007-12-13 Thread Andreas Färber
Hi, Am 13.12.2007 um 01:53 schrieb Wade Berrier: Mono 1.2.6 has been released! Downloads are available: http://mono-project.com/Downloads Doesn't 1.2.6 officially support Mac OS X Leopard? The download page still says Panther and Tiger only. Andreas

Re: [Mono-dev] Mono 1.2.6 SIGSEGV, Windows.Forms issues

2007-12-13 Thread Sebastien Pouliot
Hey, On Thu, 2007-12-13 at 12:16 +0800, Euan MacInnes wrote: Hi, After installing the .bin release of 1.2.6, it is now causing a SIGSEGV (after a recompile of the code using the new compiler): Stacktrace: at (wrapper managed-to-native)

[Mono-dev] [PATCH] New shutdown code

2007-12-13 Thread Mark Probst
Hi Paolo, Dick, and everybody else! Here's the new shutdown code which should fix bugs #337383 and #347676. We have two shutdown paths in Mono: * Implicit exit: All threads shut down normally * Explicit exit: Some thread calls System.Environment.Exit() In implicit exit the main thread shuts

Re: [Mono-dev] [Mono-list] Mono 1.2.6

2007-12-13 Thread Cliff Brake
On Dec 12, 2007 7:53 PM, Wade Berrier [EMAIL PROTECTED] wrote: Mono 1.2.6 has been released! Mono 1.2.6 recipes are now available in the OpenEmbedded repository. If you are using the Angstrom 2007.1 distro, for now you must set: PREFERRED_VERSION_mono = 1.2.6

Re: [Mono-dev] Mono 1.2.6

2007-12-13 Thread Geoff Norton
Am 13.12.2007 um 01:53 schrieb Wade Berrier: Mono 1.2.6 has been released! Downloads are available: http://mono-project.com/Downloads Doesn't 1.2.6 officially support Mac OS X Leopard? The download page still says Panther and Tiger only. Thanks Andreas, I've updated the wiki page. -g

Re: [Mono-dev] ToString() performace in Mono

2007-12-13 Thread Atsushi Eno
Hello, What is the status for the patch (the patch I mean, from Kazuki) ? I'm not sure what Andreas is trying to change (a patch would be more persuasive) but my understanding is that it does not conflict with the patch. If no objection, I'll test the patch and check it in svn. Atsushi Eno

Re: [Mono-dev] [PATCH] New shutdown code

2007-12-13 Thread Rodrigo Kumpera
Hey Mark, @@ -762,7 +774,8 @@ THREAD_DEBUG (g_message (%s: Attached thread ID %G_GSIZE_FORMAT (handle %p), __func__, tid, thread_handle)); -handle_store(thread); +may_start = handle_store(thread); +g_assert (may_start); Why are you asserting here? Shouldn't the thread just

Re: [Mono-dev] Compile Mono Solaris

2007-12-13 Thread Steven Jeffs
I can now generate the exception I'm getting with dekihost with just a few lines of code. Should this be a bug submission? $ cat test.cs using System; using System.Collections.Generic; using System.Text; public class Example { public static void Main() { Dictionarychar, byte

Re: [Mono-dev] [PATCH] New shutdown code

2007-12-13 Thread Mark Probst
Hey! @@ -762,7 +774,8 @@ THREAD_DEBUG (g_message (%s: Attached thread ID %G_GSIZE_FORMAT (handle %p), __func__, tid, thread_handle)); -handle_store(thread); +may_start = handle_store(thread); +g_assert (may_start); Why are you asserting here? Shouldn't the thread just

Re: [Mono-dev] [PATCH] New shutdown code

2007-12-13 Thread Rodrigo Kumpera
On Dec 13, 2007 4:31 PM, Mark Probst [EMAIL PROTECTED] wrote: Hey! @@ -762,7 +774,8 @@ THREAD_DEBUG (g_message (%s: Attached thread ID %G_GSIZE_FORMAT (handle %p), __func__, tid, thread_handle)); -handle_store(thread); +may_start = handle_store(thread); +

[Mono-dev] MoMA: Changes in 1.2.6 Version

2007-12-13 Thread Jonathan Pobst
Hey guys! I generally don't make any announcement when I release a new MoMA for the new Mono release. This is because you just click the Check for newer version link, which magically downloads the new definition file and life is chock full of rainbows and ponies. However, for the 1.2.6

[Mono-dev] [PATCH] System.Threading.Parallel

2007-12-13 Thread Andreas Färber
Hello, Attached is a patch adding the System.Threading.Parallel assembly, an optional part of the ECMA-335 standard (Annex G). The initial implementation is single-threaded, as permitted by the standard. All my test cases pass. Please review. Am I correct to use the ecma.pub key for this

[Mono-dev] MoMA: Changes in 1.2.6 Version (Jonathan Pobst)

2007-12-13 Thread Engler, Eric
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 for the 1.2.6 release, we made 2 important changes to the definition files I can't use these new files at all. Every time I try to analyze an assembly I get this (running on Windows with MS CLR): See the end of this message for details on

Re: [Mono-dev] MoMA: Changes in 1.2.6 Version (Jonathan Pobst)

2007-12-13 Thread Jonathan Pobst
Aw crap. Download the new executable from http://www.mono-project.com/MoMA, it should contain the fix for that. Jonathan Engler, Eric wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 for the 1.2.6 release, we made 2 important changes to the definition files I can't use these

[Mono-dev] 1.2.6 Windows.Forms.WebBrowser

2007-12-13 Thread Sebastian Good
With great excitement I opened my new copy of Mono 1.2.6 this evening (an early Christmas!) and tried out the Windows.Forms.WebBrowser functionality. Both my standard sample program (referenced here: http://www.palladiumconsulting.com/blog/sebastian/2007/04/ultimate-intranet-toy.html) and the

[Mono-dev] Moma 1.2.6 bug

2007-12-13 Thread Dennis Hayes
I downloaded the Moma 1.2.6 definitions, but when I try to run Moma withthe new definitions I get an execption length cannot be less than zero Parameter name: length. I tried this on SharpDevelop.exe (version 2.1) and several other assemblies, all gave the same error. Swtiching