From mboxrd@z Thu Jan 1 00:00:00 1970 References: In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8L1) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <289DE78A-2729-4EE2-A7C2-9A201D9196FF@gmail.com> Cc: 9fans <9fans@9fans.net>, plan9port-dev From: David Leimbach Subject: Re: cocoa devdraw Date: Mon, 26 Sep 2011 13:10:07 -0700 To: "rsc@swtch.com" Topicbox-Message-UUID: 2cfc6988-ead7-11e9-9d60-3106f5b1d025 Ucontext stuff was being deprecated in Leopard was my understanding and that= support for it would be shoddy. Time to roll our own? Didn't you already do this? Thanks also to David! Sent from my iPhone On Sep 26, 2011, at 9:34 AM, Russ Cox wrote: > Thanks to heroic effort by David Jeannot, > there is a new Cocoa-based OS X devdraw that > seems to work well enough that I made it the > default even on Snow Leopard. >=20 > If you do the usual hg pull -u; ./INSTALL you'll get it. >=20 > I think the only pending Lion issue now is that > people using Xcode 4.1 don't have working threads. > I haven't tracked that down yet. I suspect the > getcontext/setcontext routines in that Xcode are > just broken. >=20 > Russ