| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to print ints as IVs. | Jarkko Hietaniemi | 2001-10-24 | 1 | -2/+2 |
* | Croak() on negative time; doc tweaks. | Jarkko Hietaniemi | 2001-10-23 | 3 | -49/+87 |
* | Cygwin seems to round up (or closest, but not down) | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | MacOS Classic timeofday(), from Chris Nandor. | Jarkko Hietaniemi | 2001-10-22 | 1 | -0/+35 |
* | Limiting the Time::HiRes::sleep and usleep to | Jarkko Hietaniemi | 2001-10-17 | 3 | -14/+25 |
* | Can't expect too much accuracy from a sleep of one second. | Jarkko Hietaniemi | 2001-10-16 | 1 | -2/+4 |
* | Make Time::HiRes::sleep() and usleep() to return | Jarkko Hietaniemi | 2001-10-16 | 3 | -10/+40 |
* | Time::Hires for VMS pre-7.0 | Charles Lane | 2001-10-08 | 1 | -0/+92 |
* | avoid the use of ftime() (it does a useless, potentially | Gurusamy Sarathy | 2001-09-25 | 1 | -7/+23 |
* | Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is... | Artur Bergman | 2001-09-25 | 1 | -16/+5 |
* | fix Time::HiRes implementation of gettimeofday() on windows | Gurusamy Sarathy | 2001-09-24 | 1 | -1/+2 |
* | Fixed bug where Time::HiRes::time returned time adjusted to | Artur Bergman | 2001-09-21 | 1 | -1/+1 |
* | Explicitly explain the 1e9 seconds, not everybody | Jarkko Hietaniemi | 2001-09-17 | 1 | -11/+12 |
* | Explain an apparent bug reported by | Jarkko Hietaniemi | 2001-09-17 | 1 | -0/+13 |
* | In UNICOS division is really lossy, better use | Jarkko Hietaniemi | 2001-09-05 | 1 | -1/+1 |
* | Re: Problem in ext/Time/HiRest/HiRes.t | John P. Linderman | 2001-08-31 | 1 | -4/+10 |
* | Decommission Time::Piece; unnecessary Yet Another Time-Date Module. | Jarkko Hietaniemi | 2001-08-10 | 6 | -2034/+0 |
* | prototype for Time::HiRes::sleep() | Abhijit Menon-Sen | 2001-07-20 | 1 | -0/+1 |
* | Re: Time::HiRes qw(sleep) fails | Abhijit Menon-Sen | 2001-07-19 | 1 | -4/+5 |
* | dynixptx updates for osvers='4.5.2' | Peter Prymmer | 2001-07-11 | 1 | -0/+5 |
* | Typo in #11083. | Jarkko Hietaniemi | 2001-07-02 | 1 | -3/+2 |
* | Make #11082 more OS/2-specific. | Jarkko Hietaniemi | 2001-07-02 | 1 | -3/+8 |
* | OS/2 gmtime() | Ilya Zakharevich | 2001-07-02 | 1 | -4/+7 |
* | More VERSION tuning: to avoid unnecessary Perl upgrades | Jarkko Hietaniemi | 2001-06-30 | 1 | -1/+1 |
* | s/div/lib\$ediv/ in Time::HiRes for VAX | Peter Prymmer | 2001-06-29 | 1 | -7/+26 |
* | s/qdiv/div/ in Time::HiRes for VAX | Peter Prymmer | 2001-06-28 | 1 | -1/+14 |
* | Test Fails on SCO | Jonathan Stowe | 2001-06-26 | 1 | -0/+3 |
* | MPE/iX test tweaks from Mark Bixby. | Jarkko Hietaniemi | 2001-06-25 | 1 | -8/+11 |
* | Unnecessary pod2man calls in new extensions | Andy Dougherty | 2001-06-21 | 2 | -0/+2 |
* | gcc -Wall sweep. | Jarkko Hietaniemi | 2001-06-18 | 1 | -3/+1 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 2 | -0/+539 |
* | ext/ + -Wall | Doug MacEachern | 2001-06-12 | 2 | -7/+20 |
* | Fix the BOOT section to call myU2time properly. | Jarkko Hietaniemi | 2001-05-30 | 1 | -4/+9 |
* | Re: AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-30 | 1 | -2/+2 |
* | Mention Time::localtime and Time::gmtime. | Jarkko Hietaniemi | 2001-05-29 | 1 | -0/+6 |
* | Document strftime() and strptime(). | Jarkko Hietaniemi | 2001-05-27 | 1 | -19/+216 |
* | Make Time::Piece::strptime() to be a function, not a method. | Jarkko Hietaniemi | 2001-05-27 | 1 | -11/+18 |
* | Document that the core time() may be rounding rather | Jarkko Hietaniemi | 2001-05-16 | 1 | -0/+6 |
* | long =item | Robin Barker | 2001-05-04 | 1 | -2/+6 |
* | Fix for a segfault, from Marc Lehmann. | Jarkko Hietaniemi | 2001-05-02 | 1 | -1/+1 |
* | Another coat of paint but still nowhere finished. | Jarkko Hietaniemi | 2001-05-02 | 1 | -10/+161 |
* | The Time::Piece conspiracy unmasked!!! | Jarkko Hietaniemi | 2001-04-26 | 1 | -1/+0 |
* | Beginnings of strptime(). Do not touch the wet paint. | Jarkko Hietaniemi | 2001-04-26 | 1 | -83/+220 |
* | Time::Piece work continues. $t->day removed since | Jarkko Hietaniemi | 2001-04-23 | 2 | -70/+295 |
* | Document and test Time::Piece. | Jarkko Hietaniemi | 2001-04-19 | 2 | -48/+121 |
* | Add Time::Piece, a slight rewrite of Time::Object, | Jarkko Hietaniemi | 2001-04-19 | 5 | -0/+900 |
* | Add interval timer (setitimer, getitimer) support to Time::HiRes. | Jarkko Hietaniemi | 2001-04-15 | 2 | -27/+184 |
* | This is at least 5.005. | Jarkko Hietaniemi | 2001-04-12 | 1 | -2/+0 |
* | Integrate Time::Hires 1.20 from Douglas E. Wegscheid. | Jarkko Hietaniemi | 2001-04-12 | 4 | -0/+661 |