<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.gnome.mono.devel">
    <title>gmane.comp.gnome.mono.devel</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.mono.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29890"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29879"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29874"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29872"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29868"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29867"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29864"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29863"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29859"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29857"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29856"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29851"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29848"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29847"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29840"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29837"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29836"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29833"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29832"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29890">
    <title>String.GetHashCode on Mac</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29890</link>
    <description>Hi,

I've run into a problem with the String.GetHashCode method in macosx 
(10.5.3, intel). The point is I get the same hashcode for very different 
strings, apparently only taking into account the last 7 chars of the 
string. This happens with mono 2.0 installer.

Consider this test case:

using System;

namespace hashtest
{
    class Class2
    {
         private static string[] testStrings2 = new string[]
        {
            "something to worry about",
            "ing to worry about",
            "to worry about",
            "orry about",
            "y about",
            " about"
        };

        [STAThread]
        static void Main(string[] args)
        {
            foreach (string s in testStrings2) PrintHash(s, 
s.GetHashCode());
        }

        private static void PrintHash(string str, int hash)
        {
            Console.WriteLine("  hash [{1}] line: [{0}]", str,
              hash.ToString("X8"));
        }
    }
}

Running on mac, I get this result:

  hash [9DA57994] line: [someth</description>
    <dc:creator>David Suarez</dc:creator>
    <dc:date>2008-12-01T14:25:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29879">
    <title>MD not packaging binaries correctly though it could be mono at fault</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29879</link>
    <description>_______________________________________________
Mono-devel-list mailing list
Mono-devel-list&lt; at &gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
</description>
    <dc:creator>Paul</dc:creator>
    <dc:date>2008-11-30T19:05:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29874">
    <title>build fails if AOT is disabled</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29874</link>
    <description>Hi,

Both trunk and mono 2.2 tagged fail if you disable AOT.
Tried on both Ubuntu 8.10 and Windows....

Regards,
Miha

</description>
    <dc:creator>Miha Vrhovnik</dc:creator>
    <dc:date>2008-11-29T15:40:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29872">
    <title>Patch for monotools Gendarme makefiles</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29872</link>
    <description>_______________________________________________
Mono-devel-list mailing list
Mono-devel-list&lt; at &gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
</description>
    <dc:creator>Paul</dc:creator>
    <dc:date>2008-11-29T13:04:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29868">
    <title>Would someone care to patch coree.c...</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29868</link>
    <description>Hi *,

As I said in one of previous messages mono on windows doesn't compile using VS 2005 if you have Vista SDK installed. Would be nice to have this in mono 2.2 code...

Would someone please care to add code below to coree.c, coree.h or other proper place

#ifndef IMAGE_SIZEOF_BASE_RELOCATION
// Vista SDKs no longer define IMAGE_SIZEOF_BASE_RELOCATION!?
#define IMAGE_SIZEOF_BASE_RELOCATION (sizeof(IMAGE_BASE_RELOCATION))
#endif

Best regards,
Miha

</description>
    <dc:creator>Miha Vrhovnik</dc:creator>
    <dc:date>2008-11-29T09:48:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29867">
    <title>System.Data.OracleClient broken in mono 2.2 Preview1?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29867</link>
    <description>

I need to run some further tests, but retrieving a datatable from a cursor
in Oracle, using the System.Data.OracleClient appears to be broken in the
Mono 2.2 Preview.  I was testing using code that worked in Mono 1.9.  Is
anyone else seeing this?

thanks,
Kris

</description>
    <dc:creator>kray</dc:creator>
    <dc:date>2008-11-27T05:20:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29864">
    <title>problem compiling on cygwin.</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29864</link>
    <description>_______________________________________________
Mono-devel-list mailing list
Mono-devel-list&lt; at &gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
</description>
    <dc:creator>Lucas Meijer</dc:creator>
    <dc:date>2008-11-28T17:18:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29863">
    <title>Tuning of assemblies in the mcs module</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29863</link>
    <description>Hey there,

Atsushi earlier this week stumbled upon an interesting bug in our
build, which made me think.

The issue right now, is that the build of the `tuner` and the actual
tuning of our assemblies for the net_2_1 (SL2) profile are tied
together.

So the tuner is not built when mono is not configured to build the
moonlight bits, but the tuner is required to build our Mono.CSharp
library which contains our (most amazing) C# evaluator.

A trivial fix would be to separate the actual tuning and the tuner
build, introducing something like csharplib does. We could have a
moonlib, which would trigger the tuning process during the net_2_1
build.

The issue I have with this (and it's entirely my fault), is that we
started building libraries in the mcs/tools module. While we have a
mcs/class module which heh, is for libraries.

The main issue comes from the tuner is a library which references the
assembly `linker.exe`, produces by mcs/tools/linker. This was done to
simplify the life of the .net developers who are s</description>
    <dc:creator>Jb Evain</dc:creator>
    <dc:date>2008-11-28T15:46:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29859">
    <title>ANN: NUnit 2.5 Beta 1</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29859</link>
    <description>Hi All,

Well, NUnit 2,5 Beta 1 was just announced. That's good news except
for the "minor" problem that the Gui isn't working on Mono right now.
In addition, although you can run the gui on .NET 2.0 and successfully
load tests under Mono in another process, the execution either fails
unexpectedly or sometimes just loses contact with the controlling 
process.

However, I felt the release had already been delayed too long, and 
it works well on Windows so I made the drop. I decided to post here 
to invite folks who would like to build from source and debug it 
to send me any fixes they come up with.

I plan to work on the Mono side more heavily as soon as my
new Linux machine arrives, so Beta 2 should be more directly
useful.

Here's the announcement:

Today we are announcing the first Beta release of NUnit 2.5.

This release has lots of new features, ready to use. Important
hilights include:

* Parameterized tests, with a set of attributes that allow you
  to supply data to your tests in different ways.

* T</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2008-11-28T06:28:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29857">
    <title>Trunk broken,g_slist_append_mempool declaration inconsistency</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29857</link>
    <description>Hello

Trunk cannot build, like follows

gmake[4]: Entering directory `/local/home/ksmakoto/Mono/mono/mono/mini'
if ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I. -I../..   -DGC_FREEBSD_THREADS -DPLATFORM_BSD  -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT regalloc2.lo -MD -MP -MF ".deps/regalloc2.Tpo" -c -o regalloc2.lo regalloc2.c; \
        then mv -f ".deps/regalloc2.Tpo" ".deps/regalloc2.Plo"; else rm -f ".deps/regalloc2.Tpo"; exit 1; fi
regalloc2.c:192: error: static declaration of 'g_slist_append_mempool' follows non-static declaration
../../mono/metadata/mempool-internals.h:11: error: previous declaration of 'g_slist_append_mempool' was here
gmake[4]: *** [regalloc2.lo] Error 1</description>
    <dc:creator>KISHIMOTO, Makoto</dc:creator>
    <dc:date>2008-11-28T03:35:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29856">
    <title>NUnit migration and test failure status</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29856</link>
    <description>Hello,

As some of you may have noticed, I have upgraded our local use of nunit
from 2.2.0 to 2.4.8. It involved some changes in our test run, but
should be invisble to most of you.

The build has been broken for a while (am sorry for that; it was a set
of make dist / packaging mess), and now we have a couple of test
failures. So before Marc dives into the hell list of unknown bugs to
him, I wanted to give some survey on them:

- some JIT stuff: test-verifier, test-System_Web-2.0
- mere build failure: test-System_Data-2.0
- some floating point failures: test-corlib-*, test-System_Drawing-*,
  test-System_Data-1.0, test-System_Runtime_SFS-*
- possible NUnit run changes: test-corlib-2.0
  (MonoTests.System.Threading.ExecutionContextTest.Copy_FromThread),
  test-System_Runtime_Remoting-*
- possibly gdiplus: test-System_Drawing-*, test-Windows_Forms-2.0
  (MonoTests.System.Drawing.PenTest.DashCap_Valid)
- some sys.data changes: test-Mono_Data_Sqlite-*,
  test-Mono_Data_SqliteClient*

The only pattern I am concer</description>
    <dc:creator>Atsushi Eno</dc:creator>
    <dc:date>2008-11-28T01:40:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29851">
    <title>System.Drawing.Graphics.MeasureCharacterRanges broken with empty layout rectangle</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29851</link>
    <description>When MeasureCharacterRanges is passed an empty layout rectangle
(RectangleF.Empty), it should not perform any word wrapping. Attached is
a test case that demonstrates the issue (runs fine under .Net).

Compile with "gmcs Program.cs -r:System.Drawing.dll".

Expected output:

$ mono Program.exe 
Using rectangle {X=0,Y=0,Width=100,Height=100}:
{X=0,Y=0,Width=9,Height=18}
{X=9,Y=0,Width=9,Height=18}
{X=18,Y=0,Width=8,Height=18}

Using rectangle {X=0,Y=0,Width=0,Height=0}:
{X=0,Y=0,Width=9,Height=18}
{X=9,Y=0,Width=9,Height=18}
{X=18,Y=0,Width=8,Height=18}


Observed output:

$ mono Program.exe 
Using rectangle {X=0,Y=0,Width=100,Height=100}:
{X=0,Y=0,Width=9,Height=18}
{X=9,Y=0,Width=9,Height=18}
{X=18,Y=0,Width=8,Height=18}

Using rectangle {X=0,Y=0,Width=0,Height=0}:
{X=-4194304,Y=-4194304,Width=8388608,Height=8388608}
{X=-4194304,Y=-4194304,Width=8388608,Height=8388608}
{X=-4194304,Y=-4194304,Width=8388608,Height=8388608}
_______________________________________________
Mono-devel-list mailing list
Mono-devel-</description>
    <dc:creator>Stefanos A.</dc:creator>
    <dc:date>2008-11-27T14:27:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29848">
    <title>Question(s) about the JIT implementation</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29848</link>
    <description>Hello all,

I'm working on getting the MIPS JIT ported back up to the top-of-tree,
and have run into a few issues - primarily with areas that have changed
a lot since I looked at it last. I am hoping that someone can spare a
couple of sentences to point me in the right direction here.

﻿As it stands now, hello.exe on MIPS gets as far as the following:

mason&lt; at &gt;10:~/Mono-MIPS/mono/mono/mini$ ./mono hello.exe 
Stacktrace:

  at System.Globalization.TextInfo..ctor
(System.Globalization.CultureInfo,int,void*,bool) &lt;0xffffffff&gt;
  at System.Globalization.TextInfo..ctor
(System.Globalization.CultureInfo,int,void*,bool) &lt;0x00148&gt;
  at System.Globalization.CultureInfo.ConstructInvariant (bool)
&lt;0x001c0&gt;
  at System.Globalization.CultureInfo..ctor (int,bool,bool) &lt;0x00088&gt;
  at System.Threading.Thread.get_CurrentCulture () &lt;0xffffffff&gt;
  at System.Threading.Thread.get_CurrentCulture () &lt;0x0011c&gt;
  at System.NumberFormatter..ctor (System.Threading.Thread) &lt;0x00078&gt;
  at System.Threading.Thread.AcquireNumberFormatter ()</description>
    <dc:creator>Mark Mason</dc:creator>
    <dc:date>2008-11-26T18:14:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29847">
    <title>Simple web service test with windows authentication</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29847</link>
    <description>
I'm trying to do a web service invocation using mono. The web service is
hosted on my machine using iis. Windows authentication is used in the
web.config and in iis.
The test runs ok using .net environment but throws an Unauthorized exception
when using mono.

I don't know if this is a bug or I'm missing something...

Thanks in advance

        [Test]
        public void WebServiceTest()
        {
            WS.Service1 s=new app.WS.Service1();
            //s.UseDefaultCredentials = true;    //Also throws an exception
            //s.Credentials = CredentialCache.DefaultCredentials;  //Also
throws an exception
            s.Credentials = new NetworkCredential("myLogin", "12345678",
"myDomain");
            Assert.AreEqual(s.Add(3,5),8);
        }

Exception
detail-----------------------------------------------------------------------------

TestCase 'app.MonoWebTests.WebServiceTest'
failed: System.Net.WebException : The request failed with HTTP status 401:
Unauthorized
at System.Web.Services.Protocols.So</description>
    <dc:creator>marcos b</dc:creator>
    <dc:date>2008-11-26T17:39:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29843">
    <title>Typed dataset serialization still failing in mono 2.0.1</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29843</link>
    <description>
I have an extremelly simple typed dataset generated using vs 2005 with one
datatable with a simple column 
When I try to run this test I get the following exception (I get the same
error using vs 2008 typed dataset)

System.ArgumentException : The given name 'MyDataTable' matches atleast two
namesin the collection object with different namespaces 

     [Test] 
        public void SimpleTypedDataSetSerialization() 
        {             
            MyDataSet ds = new MyDataSet();             

            BinaryFormatter f = new BinaryFormatter(); 
            MemoryStream ms = new MemoryStream(); 
            f.Serialize(ms, ds); 

            ms.Position = 0; 
            ds = (MyDataSet)f.Deserialize(ms);             
        } 

It's extremelly important for me to have the possibility of serializing and
deserializing typed datasets for the migration of my application to the mono
platform. So I would be very happy to know if this issue is going to be
addressed soon.

I have posted the same issue a coupl</description>
    <dc:creator>marcos b</dc:creator>
    <dc:date>2008-11-26T11:37:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29840">
    <title>tuner, csharplib and --with-moonlight=no</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29840</link>
    <description>Hello,

Right now I am building mono configured as "--with-moonlight=no" to
workaround some weird build failure on windows.

Now, I'm getting build error at csharplib because of lack of tuner.
tuner is built only as part of NET_2_1 profile, while csharplib uses
tuner regardless of --with-moonlight option.

Actually I think that tuner should be built regardless of this option.
Is it impossible to build tuner under 2.0 profile?

Atsushi Eno
</description>
    <dc:creator>Atsushi Eno</dc:creator>
    <dc:date>2008-11-26T01:54:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29837">
    <title>System.Net.Sockets upgrade to comply with .NET 3.5 - when?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29837</link>
    <description>
Hello.

Could you please tell, when System.Net.Sockets namespace will be upgraded
with changes came in MS .NET Framework 3.5? High-production socket classes
were introduced and that's quite important. But I can't find any information
on the subject on the roadmap...

Thanks in advance.
</description>
    <dc:creator>FractalizeR</dc:creator>
    <dc:date>2008-11-24T14:54:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29836">
    <title>Embedding (iterating over assembly/image types)</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29836</link>
    <description>
Hey all,

I've been doing a bit of work with embedding mono into a game engine, and
I'm yet to find a way (without using reflection 'inside' of C#/whatever) to
iterate over all types in an assembly/image...  There's no reference to
doing this in the documentation, and searching through the mini/metadata
headers didn't unearth anything interesting.

Is this supported by the mono API at present?

Any help would be greatly appreciated.

Cheers,
Mitch
</description>
    <dc:creator>MWheeler</dc:creator>
    <dc:date>2008-11-23T23:20:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29833">
    <title>One more shell script patch</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29833</link>
    <description>Hello

One more patch for shell script.
"seq" command doesn't available in non GNU system, and
modification for bourne shell.

Index: mono/mono/tests/make_imt_test.sh
===================================================================
--- mono/mono/tests/make_imt_test.sh(revision 119943)
+++ mono/mono/tests/make_imt_test.sh(working copy)
&lt; at &gt;&lt; at &gt; -1,12 +1,21 &lt; at &gt;&lt; at &gt;
-#! /bin/bash
+#!/bin/sh
 
 LOW=2000
 HIGH=2000
 
-function create_iface () {
+iota() {
+i=$1
+while [ $i -le $2 ]
+do
+echo $i
+i=`expr $i + 1`
+done
+}
+
+create_iface() {
 COUNT=$1
 echo "public interface Iface_$COUNT {"
-for i in `seq 1 $COUNT`;
+for i in `iota 1 $COUNT`;
 do
 echo "int Method_$i (int a, int b, int c, int d);"
 done 
&lt; at &gt;&lt; at &gt; -15,10 +24,10 &lt; at &gt;&lt; at &gt;
 }
 
 
-function create_impl () {
+create_impl() {
 COUNT=$1
 echo "public class Impl_$COUNT : Iface_$COUNT {"
-for i in `seq 1 $COUNT`;
+for i in `iota 1 $COUNT`;
 do
 echo "public virtual int Method_$i (int a, int b, int c, int d) { return a - b - c - d + ${i}; }"
 done 
&lt; at &gt;&lt; at &gt; </description>
    <dc:creator>KISHIMOTO, Makoto</dc:creator>
    <dc:date>2008-11-25T13:18:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29832">
    <title>Mono 2.2 Unix environment portability patch</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29832</link>
    <description>Hello

I've tested Mono 2.2 Preview 1.

Shebang line of some scripts refer /bin/bash, for portability,
/bin/sh is more better.

diff -ru mono-2.2.ORIG/mcs/class/Managed.Windows.Forms/build-csproj mono-2.2/mcs/class/Managed.Windows.Forms/build-csproj
--- mono-2.2.ORIG/mcs/class/Managed.Windows.Forms/build-csproj2008-09-11 01:22:50.000000000 +0900
+++ mono-2.2/mcs/class/Managed.Windows.Forms/build-csproj2008-11-25 16:58:03.000000000 +0900
&lt; at &gt;&lt; at &gt; -1,4 +1,4 &lt; at &gt;&lt; at &gt;
-#!/bin/bash
+#!/bin/sh
 #
 # I got tired of editing the SWF.csproj
 # This script will generate it from our System.Windows.Forms.dll.sources
diff -ru mono-2.2.ORIG/mcs/class/Managed.Windows.Forms/build-csproj2k5 mono-2.2/mcs/class/Managed.Windows.Forms/build-csproj2k5
--- mono-2.2.ORIG/mcs/class/Managed.Windows.Forms/build-csproj2k52008-09-11 01:22:50.000000000 +0900
+++ mono-2.2/mcs/class/Managed.Windows.Forms/build-csproj2k52008-11-25 17:00:01.000000000 +0900
&lt; at &gt;&lt; at &gt; -1,4 +1,4 &lt; at &gt;&lt; at &gt;
-#!/bin/bash
+#!/bin/sh
 #
 # This script will generate SWF.cs.target from our </description>
    <dc:creator>KISHIMOTO, Makoto</dc:creator>
    <dc:date>2008-11-25T10:11:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.devel/29827">
    <title>some issues need to be clarified</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.devel/29827</link>
    <description>Hello folks, 

I have a customer who want to migrate from MS Windows to Linux, but some of their critical products are based on .net,
and there are some problems they are concerned:

1) Does "Garbage Collection" in Mono conform to that in .NET CLR? How to monitor "Garbage Collection" on SUSE Linux?
2) Are there corresponding libraries and resources with MS? If not,  how to handle that?
    a) MS Message Queue
    b) MS Distributed Transaction Coordinator
3) Does Mono support Remoting?
4) About xsp:
    a) Does it support JIT?
    b) Does it support custom HttpHandler and HttpModule?
    c) Does it support all server controls?
5)   Are they in mono well supported?
    a)   Generic Type (including the inheritance from generic base class)
    b)   anonymous delegate
6)   Is there a well documented material abouts mono optimization,  e.g. every parameter's explanation; which parameters should be changed when tons of data come in
7)   Does Mono support ISAPI?
8)   How Mono support large scale centralize deploymen</description>
    <dc:creator>Ray Wang</dc:creator>
    <dc:date>2008-11-25T03:18:30</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.gnome.mono.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.mono.devel</link>
  </textinput>
</rdf:RDF>
