Re: Parrot 0.0.11 "Doubloon" Released!

2003-09-20 Thread Steve Purkis
On Saturday, September 20, 2003, at 06:11 pm, Steve Fink wrote: On Sep-20, Nicholas Clark wrote: On Sat, Sep 20, 2003 at 10:02:34AM -0700, Steve Fink wrote: Can't just do that, though, because PAUSE won't accept submissions with duplicate filenames. So would people prefer 0.0.11.2 or 0.0.12? (0.

usleep, sleep(num)

2003-08-18 Thread Steve Purkis
Hi, I've noticed that you still can't sleep for fractional time in Parrot - perhaps not the most critical feature in the world :), I still think it's a 'nice to have'. I submitted a patch for this last year, which was on the road to acceptance: http://archive.develooper.com/[EMAIL PROTECTED]

Re: [PATCH] usleep, sleep(num)

2002-07-23 Thread Steve Purkis
x. I've patched darwin.c (& ansi.c) too, but haven't had a chance to test it. And I haven't fallen back onto using select - if that proves to be a problem we can add support in the future. There's also an example attached for fun :). Regards, +-- Steve Purkis <[EMAI

Re: [PATCH] usleep, sleep(num)

2002-07-23 Thread Steve Purkis
rot_usleep() to all other platforms, fudging it a bit on Win32. > I don't have time now to patch Steve's patch, if nobody else > can do it, I'll do it next week. I've actually got my hands on MSVC++ and will work on it later on today. I'll post the patch once I'

Re: [PATCH] usleep, sleep(num)

2002-07-15 Thread Steve Purkis
On Sun, 14 Jul 2002, Dan Sugalski wrote: > At 9:36 PM -0500 7/13/02, Steve Purkis wrote: > >Hi, > > > >I was inspired by Time::HiRes to create 2 new simple ops for parrot: > >usleep(int), and sleep(num), to behave a bit more like the float version > >of the time

[PATCH] usleep, sleep(num)

2002-07-14 Thread Steve Purkis
ssion. Regards, +-- Steve Purkis <[EMAIL PROTECTED]> diff -rc parrot_0.0.6/ChangeLog parrot_0.0.6-usleep/ChangeLog *** parrot_0.0.6/ChangeLog Tue Mar 19 23:03:05 2002 --- parrot_0.0.6-usleep/ChangeLog Sun Jul 14 02:10:42 2002 *** *** 1,3 --- 1,6 + 20