summaryrefslogtreecommitdiff
path: root/ext/Time
Commit message (Expand)AuthorAgeFilesLines
* Don't try to print ints as IVs.Jarkko Hietaniemi2001-10-241-2/+2
* Croak() on negative time; doc tweaks.Jarkko Hietaniemi2001-10-233-49/+87
* Cygwin seems to round up (or closest, but not down)Jarkko Hietaniemi2001-10-221-3/+3
* MacOS Classic timeofday(), from Chris Nandor.Jarkko Hietaniemi2001-10-221-0/+35
* Limiting the Time::HiRes::sleep and usleep toJarkko Hietaniemi2001-10-173-14/+25
* Can't expect too much accuracy from a sleep of one second.Jarkko Hietaniemi2001-10-161-2/+4
* Make Time::HiRes::sleep() and usleep() to returnJarkko Hietaniemi2001-10-163-10/+40
* Time::Hires for VMS pre-7.0Charles Lane2001-10-081-0/+92
* avoid the use of ftime() (it does a useless, potentiallyGurusamy Sarathy2001-09-251-7/+23
* Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is...Artur Bergman2001-09-251-16/+5
* fix Time::HiRes implementation of gettimeofday() on windowsGurusamy Sarathy2001-09-241-1/+2
* Fixed bug where Time::HiRes::time returned time adjusted to Artur Bergman2001-09-211-1/+1
* Explicitly explain the 1e9 seconds, not everybodyJarkko Hietaniemi2001-09-171-11/+12
* Explain an apparent bug reported byJarkko Hietaniemi2001-09-171-0/+13
* In UNICOS division is really lossy, better useJarkko Hietaniemi2001-09-051-1/+1
* Re: Problem in ext/Time/HiRest/HiRes.t John P. Linderman2001-08-311-4/+10
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-106-2034/+0
* prototype for Time::HiRes::sleep()Abhijit Menon-Sen2001-07-201-0/+1
* Re: Time::HiRes qw(sleep) failsAbhijit Menon-Sen2001-07-191-4/+5
* dynixptx updates for osvers='4.5.2'Peter Prymmer2001-07-111-0/+5
* Typo in #11083.Jarkko Hietaniemi2001-07-021-3/+2
* Make #11082 more OS/2-specific.Jarkko Hietaniemi2001-07-021-3/+8
* OS/2 gmtime()Ilya Zakharevich2001-07-021-4/+7
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-301-1/+1
* s/div/lib\$ediv/ in Time::HiRes for VAXPeter Prymmer2001-06-291-7/+26
* s/qdiv/div/ in Time::HiRes for VAXPeter Prymmer2001-06-281-1/+14
* Test Fails on SCOJonathan Stowe2001-06-261-0/+3
* MPE/iX test tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-251-8/+11
* Unnecessary pod2man calls in new extensionsAndy Dougherty2001-06-212-0/+2
* gcc -Wall sweep.Jarkko Hietaniemi2001-06-181-3/+1
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+539
* ext/ + -WallDoug MacEachern2001-06-122-7/+20
* Fix the BOOT section to call myU2time properly.Jarkko Hietaniemi2001-05-301-4/+9
* Re: AIX and gcc (moving targets)H.Merijn Brand2001-05-301-2/+2
* Mention Time::localtime and Time::gmtime.Jarkko Hietaniemi2001-05-291-0/+6
* Document strftime() and strptime().Jarkko Hietaniemi2001-05-271-19/+216
* Make Time::Piece::strptime() to be a function, not a method.Jarkko Hietaniemi2001-05-271-11/+18
* Document that the core time() may be rounding ratherJarkko Hietaniemi2001-05-161-0/+6
* long =itemRobin Barker2001-05-041-2/+6
* Fix for a segfault, from Marc Lehmann.Jarkko Hietaniemi2001-05-021-1/+1
* Another coat of paint but still nowhere finished.Jarkko Hietaniemi2001-05-021-10/+161
* The Time::Piece conspiracy unmasked!!!Jarkko Hietaniemi2001-04-261-1/+0
* Beginnings of strptime(). Do not touch the wet paint.Jarkko Hietaniemi2001-04-261-83/+220
* Time::Piece work continues. $t->day removed sinceJarkko Hietaniemi2001-04-232-70/+295
* Document and test Time::Piece.Jarkko Hietaniemi2001-04-192-48/+121
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-195-0/+900
* Add interval timer (setitimer, getitimer) support to Time::HiRes.Jarkko Hietaniemi2001-04-152-27/+184
* This is at least 5.005.Jarkko Hietaniemi2001-04-121-2/+0
* Integrate Time::Hires 1.20 from Douglas E. Wegscheid.Jarkko Hietaniemi2001-04-124-0/+661