Rewrite sv_uni_display() as pv_uni_display() as
[p5sagit/p5-mst-13.2.git] / ext / Time /
2001-10-24 Jarkko Hietaniemi Don't try to print ints as IVs.
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-22 Jarkko Hietaniemi MacOS Classic timeofday(), from Chris Nandor.
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-10-08 Charles Lane Time::Hires for VMS pre-7.0
2001-09-25 Gurusamy Sarathy avoid the use of ftime() (it does a useless, potentially
2001-09-25 Artur Bergman Second attempt at fixing Time::HiRes::time on win32...
2001-09-24 Gurusamy Sarathy fix Time::HiRes implementation of gettimeofday() on...
2001-09-21 Artur Bergman Fixed bug where Time::HiRes::time returned time adjusted to
2001-09-17 Jarkko Hietaniemi Explicitly explain the 1e9 seconds, not everybody
2001-09-17 Jarkko Hietaniemi Explain an apparent bug reported by
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-08-10 Jarkko Hietaniemi Decommission Time::Piece; unnecessary Yet Another Time...
2001-07-20 Abhijit Menon-Sen prototype for Time::HiRes::sleep()
2001-07-19 Abhijit Menon-Sen Re: Time::HiRes qw(sleep) fails
2001-07-11 Peter Prymmer dynixptx updates for osvers='4.5.2'
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Jarkko Hietaniemi Typo in #11083.
2001-07-02 Jarkko Hietaniemi Make #11082 more OS/2-specific.
2001-07-02 Ilya Zakharevich OS/2 gmtime()
2001-06-30 Jarkko Hietaniemi More VERSION tuning: to avoid unnecessary Perl upgrades
2001-06-29 Peter Prymmer s/div/lib\$ediv/ in Time::HiRes for VAX
2001-06-28 Peter Prymmer s/qdiv/div/ in Time::HiRes for VAX
2001-06-26 Jonathan Stowe Test Fails on SCO
2001-06-25 Jarkko Hietaniemi MPE/iX test tweaks from Mark Bixby.
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Andy Dougherty Unnecessary pod2man calls in new extensions
2001-06-18 Jarkko Hietaniemi gcc -Wall sweep.
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-12 Doug MacEachern ext/ + -Wall
2001-05-30 Jarkko Hietaniemi Fix the BOOT section to call myU2time properly.
2001-05-30 H.Merijn Brand Re: AIX and gcc (moving targets)
2001-05-29 Jarkko Hietaniemi Mention Time::localtime and Time::gmtime.
2001-05-27 Jarkko Hietaniemi Document strftime() and strptime().
2001-05-27 Jarkko Hietaniemi Make Time::Piece::strptime() to be a function, not...
2001-05-16 Jarkko Hietaniemi Document that the core time() may be rounding rather
2001-05-04 Robin Barker long =item
2001-05-02 Jarkko Hietaniemi Fix for a segfault, from Marc Lehmann.
2001-05-02 Jarkko Hietaniemi Another coat of paint but still nowhere finished.
2001-04-26 Jarkko Hietaniemi The Time::Piece conspiracy unmasked!!!
2001-04-26 Jarkko Hietaniemi Beginnings of strptime(). Do not touch the wet paint.
2001-04-23 Jarkko Hietaniemi Time::Piece work continues. $t->day removed since
2001-04-19 Jarkko Hietaniemi Document and test Time::Piece.
2001-04-19 Jarkko Hietaniemi Add Time::Piece, a slight rewrite of Time::Object,
2001-04-15 Jarkko Hietaniemi Add interval timer (setitimer, getitimer) support to...
2001-04-12 Jarkko Hietaniemi This is at least 5.005.
2001-04-12 Jarkko Hietaniemi Integrate Time::Hires 1.20 from Douglas E. Wegscheid.