[Mono-dev] Extern alias patch (latest modifications)

2005-10-13 Thread Carlos Alberto Cortez
Hey, The attached patch contains the impl of extern alias, and also the clean ups to the original code needed for my patch, as required by Hari. I'm also attaching some tests and tests for errors (observe that cs1679 and cs1780 are receiving an error, since it looks like '=' in the comp options

[Mono-dev] [PATCH] Remove bash-specific code

2005-10-13 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The attached patch removes the use of the bash(?)-specific in the mbas tests and replaces it with 21 , which is supported by more shells. Cheers, Jelmer - -- Jelmer Vernooij [EMAIL PROTECTED] http://jelmer.vernstok.nl/ -BEGIN PGP

RE: [Mono-dev] Linux version of a Windows application

2005-10-13 Thread Elias Sanchez
Thank you, I'm running Fedora.Shawn Singh [EMAIL PROTECTED] wrote: I’m sure it’s the wrong place, but since you asked…I’m sure it might vary from distro to distro, but in Fedora Core 4 there’s a tool called Hardware Browser (can be accessed by clicking on the following: Applications-System

Re: [Mono-dev] System.Type.GetTypeCode null arg failure

2005-10-13 Thread Zoltan Varga
Hi, Applied. Thanks. Zoltan On 10/12/05, Mike Welham [EMAIL PROTECTED] wrote: I tried repeatedly to file this in bugzilla, but she was having none of it. Description of Problem: --- System.Type.GetTypeCode(Type) throws a NullRef exception when

[Mono-dev] [PATCH] Warning and errors for InternalsVisibleAttr

2005-10-13 Thread Carlos Alberto Cortez
Hey, The attached patch checks the validity of InternalsVisibleToAttribute, and reports and warnings depending on the contents. May I commit? Carlos. PD - Attached are some tests. Index: typemanager.cs === --- typemanager.cs