[Mono-dev] Patch for browscap.ini

2007-03-20 Thread Hubert FONGARNAND
Hi,

There's some mistakes with MSIE 7.0 using CLR 2.0 in mono's browscap.ini

Here's a patch to fix them,

Please review and commit

Thanks!

___
Ce message et les éventuels documents joints peuvent contenir des informations 
confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir 
le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce 
message non conforme à sa destination, toute diffusion ou publication, totale 
ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce 
message n'est pas assurée et la société émettrice ne peut être tenue pour 
responsable de son contenu.
Index: data/browscap.ini
===
--- data/browscap.ini   (révision 74666)
+++ data/browscap.ini   (copie de travail)
@@ -14541,6 +14541,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Win 9x 4.90*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinME
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Win32*)*]
@@ -14554,6 +14555,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Win32*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win32
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 95*)*]
@@ -14567,6 +14569,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 95*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win95
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 98*)*]
@@ -14589,6 +14592,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 98; Win 9x 4.90*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinME
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 4.0*)*]
@@ -14602,6 +14606,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 4.0*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinNT
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.0*)*]
@@ -14615,6 +14620,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.0*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win2000
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.1*)*]
@@ -14629,6 +14635,7 @@
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.1*.NET CLR 2*)*]
 parent=IE 7.0
 netclr=True
+platform=WinXP
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.2*)*]
 parent=IE 7.0
@@ -14641,6 +14648,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.2*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win2003
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows XP*)*]
@@ -14654,6 +14662,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows XP*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinXP
 netclr=True
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Suggestions abt layout designer

2007-03-20 Thread Sharique uddin Ahmed Farooqui

Hi,
Qt's layout designer is really good. I think we should include it in
mono.

--
Sharique uddin Ahmed Farooqui
(C++/C# Developer, IT Consultant)
http://www.manageweb.info/sharique
A revolution is about to begin.
A world is about to change.
And you and me are the initiator.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] corlib unit tests failures on .Net

2007-03-20 Thread Jonathan Chambers

I am trying to clean up the test status on windows. Tests consistently pass
on Linux 32/64 but have been failing for a while on Win32. I started to fix
tests that were failing under mono, but decided to see how the test set does
under .Net. I get 61 failures under .Net, and 15 under mono iirc. I'm
attaching the output from 'make run-test-ondotnet' inside of corlib with
latest svn. A brief conversation on irc indicates that some of these issues
are due to behavior changes in SP1. Any thoughts on how to resolve these
issues is appreciated. I guess one approach is that I can begin fixing tests
to pass under .Net, and then check them in and mark them 'NotWorking' if
they then fail under mono (and file a bug)?

Thanks,
Jonathan
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] In need of some jay documentation

2007-03-20 Thread LCID Fire
Problem was the former line:

fsm_start:  FSM ID { public void fsm $2() { }
;

which got jay to choke. Quoting the inline { did solve the whole mess.

Thanks

Miguel de Icaza wrote:
 Strang thing is - it let's all $1 and $2 through without complaint and
 just chokes on $3.
 
 Declare ID at the top like this:
 
 %token ID
 
 Miguel

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list