On Mon Sep 15 20:08:38 2008, [EMAIL PROTECTED] wrote:
> chromatic wrote:
> > On Monday 15 September 2008 01:25:15 Christoph Otto via RT wrote:
> >
> >> It applies with a little noise to the current trunk and passes make
> >> test. The attached version just changes line numbers so the patch
> >> ap
On Tue Apr 29 18:47:06 2008, [EMAIL PROTECTED] wrote:
> The "sleep" op calls Parrot_cx_schedule_sleep(), which falls back to
> Parrot_sleep() on non-threaded architectures. Here's a patch to
> implement a Parrot_usleep() and call that instead, for those
> platforms.
Does this patch apply and work
# New Ticket Created by Mark Glines
# Please include the string: [perl #53536]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53536 >
The "sleep" op calls Parrot_cx_schedule_sleep(), which falls back to
Parrot_sleep() on no