[Mono-dev] [PATCH] System.Web.UI.LiteralControl

2006-11-12 Thread Igor Zalmanovich
Attached are the patch fixes LiteralControl constructors and the corresponding Test Case Please, review. Regards, Igor Zelmanovich. [EMAIL PROTECTED] LiteralControl.patch Description: LiteralControl.patch LiteralControlTest.cs Description: LiteralControlTest.cs

Re: [Mono-dev] Mono 1.2: Directory symbolic links don't exist?

2006-11-12 Thread Mirco Bauer
On Fri, 2006-11-10 at 22:24 -0500, William Lahti wrote: i've installed Mono 1.2, and now all I/O operations act like directory symbolic links don't exist. It does fine for file symbolic links though. Is this the intended behavior? If so is there a way to disable this? I noticed this too, see

Re: [Mono-dev] [PATCH] OS X MACHINE_THREAD_STATE patch for newer 10.4u SDK

2006-11-12 Thread Miguel de Icaza
Hello, This patch fixes problems with building mono for i386 using the new 10.4u SDK that ships with Xcode 2.4. Current SVN builds for i386 under the new SDK, but does not run properly due to changes in MACHINE_THREAD_STATE. It looks like the breakage in source compatibility is intentional

[Mono-dev] [PATCH] System.Web.UI.HtmlControls.HtmlContainerControl

2006-11-12 Thread Igor Zalmanovich
Attached are the patch fixes HtmlContainerControl.InnerText property and the corresponding Test Case Please, review. Regards, Igor Zelmanovich. [EMAIL PROTECTED] HtmlContainerControl.patch Description: HtmlContainerControl.patch ___

[Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-12 Thread Joe Audette
Hey Guys,I'm taking another stab at getting mojoportal running in mono 2.0. I'm getting a compile time error for a missing overload for HttpContext.RewritePathCan you add this, then I can at least catch System.NotImplemented ?Note the first overload is already there in svn just the second one

Re: [Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-12 Thread Marek Habersack
On Sun, 12 Nov 2006 13:20:45 -0600, Joe Audette [EMAIL PROTECTED] scribbled: Hey Guys, Hey Joe, I'm taking another stab at getting mojoportal running in mono 2.0. I'm getting a compile time error for a missing overload for HttpContext.RewritePath The implementation has just been committed to

Re: [Mono-dev] Mono Daily Downloads

2006-11-12 Thread Steve Deobald
Rar isn't very free software friendly. On 11/10/06, John Anderson [EMAIL PROTECTED] wrote: Wade Berrier wrote: Hi, Yes, it is much worse... 20MB to 32MB :( Have you tried rar? ___ Mono-devel-list mailing list

Re: [Mono-dev] Mono Daily Downloads

2006-11-12 Thread Michael Schurter
Steve Deobald wrote: Rar isn't very free software friendly. 7-zip is, but its not very widespread yet. http://7-zip.org/ -- Michael Schurter ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Mono Daily Downloads

2006-11-12 Thread Steve Deobald
It's also Windows-only and uses a proprietary RAR plugin, as far as I know. On 11/12/06, Michael Schurter [EMAIL PROTECTED] wrote: Steve Deobald wrote: Rar isn't very free software friendly. 7-zip is, but its not very widespread yet. http://7-zip.org/ -- Michael Schurter

Re: [Mono-dev] Mono Daily Downloads

2006-11-12 Thread Michael Schurter
Steve Deobald wrote: It's also Windows-only and uses a proprietary RAR plugin, as far as I know. 7-zip is very much cross-platform compatible. NSIS uses it (and it works in Linux), and Debian even has packages for it in Etch. 7z, as well as a number of other open source tools, can decompress

Re: [Mono-dev] [PATCH] OS X MACHINE_THREAD_STATE patch for newer 10.4u SDK

2006-11-12 Thread Allan Hsu
It should be backwards compatible with older versions of the SDK. -Allan -- Allan Hsu allan at counterpop dot net 1E64 E20F 34D9 CBA7 1300 1457 AC37 CBBB 0E92 C779 On Nov 12, 2006, at 4:22 AM, Miguel de Icaza wrote: Will this patch still allow people with older versions of gcc/Xcode

Re: [Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-12 Thread Joe Audette
Hi Marek,Thanks a lot, that one is fixed. Now my only compilation error is:The type or namespace name `AggregateCacheDependency' could not be found. Are you missing a using directive or an assembly reference?(CS0246) I really appreciate the help!JoeOn 11/12/06, Marek Habersack [EMAIL PROTECTED]