Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
[p5sagit/p5-mst-13.2.git] / ext / Time / HiRes / HiRes.t
2003-05-23 Jarkko Hietaniemi Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
2003-04-01 Ilya Zakharevich Integrate:
2002-10-20 Hugo van der Sanden Update to Time::HiRes v1.38
2002-07-15 Jarkko Hietaniemi Add #!./perl, noticed by John Adams.
2002-01-05 Jarkko Hietaniemi Retract #14057 for now; the alarm/setitimer timers
2002-01-04 Nicholas Clark (retracted by #14057)
2001-11-30 Jarkko Hietaniemi Whether select() gets restarted on signals is
2001-11-29 Andy Dougherty Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current
2001-11-25 Jarkko Hietaniemi Can't do subsecond alarms without ualarm; and break out
2001-11-25 Jarkko Hietaniemi I don't think trying to bracket the hires time with...
2001-11-04 Jarkko Hietaniemi Protect against high load: measure how much wall
2001-11-03 Craig A. Berry stop unrestricted negativity in HiRes.t
2001-10-31 Charles Lane Time::Hires test fix
2001-10-30 Craig A. Berry HiRes.t tweaks
2001-10-26 Gurusamy Sarathy Time::HiRes::alarm() ain't gonna work either if ualarm...
2001-10-26 Charles Lane Re: perl@12605 on VMS, [minor PATCH enclosed]
2001-10-23 Jarkko Hietaniemi Croak() on negative time; doc tweaks.
2001-10-22 Jarkko Hietaniemi Cygwin seems to round up (or closest, but not down)
2001-10-17 Jarkko Hietaniemi Limiting the Time::HiRes::sleep and usleep to
2001-10-16 Jarkko Hietaniemi Can't expect too much accuracy from a sleep of one...
2001-10-16 Jarkko Hietaniemi Make Time::HiRes::sleep() and usleep() to return
2001-09-05 Jarkko Hietaniemi In UNICOS division is really lossy, better use
2001-08-31 John P. Linderman Re: Problem in ext/Time/HiRest/HiRes.t
2001-06-25 Jarkko Hietaniemi MPE/iX test tweaks from Mark Bixby.
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...