This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Patch 5.8.1 Encode.pm] v-strings deprecated
[perl5.git] / ext / Time /
2003-08-03 Mark-Jason DominusGrammar, punctuation, formatting edits
2003-08-02 Jarkko HietaniemiOnly show the message if the locale settings look risky.
2003-08-02 Jarkko HietaniemiAdd a message about the LC_ALL=C workaround (for non...
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-07-10 Jarkko Hietaniemi&Time::HiRes::d_nanosleep was broken.
2003-07-07 Jarkko HietaniemiThe nanosleep() probe was kaputt, fixed by Mark Bixby.
2003-07-07 Jarkko HietaniemiUse the existence, instead of the truth, to decide
2003-07-07 Jarkko HietaniemiMPE/iX tweak from Mark Bixby.
2003-07-03 Jarkko HietaniemiBump Time::HiRes version to 1.50.
2003-07-01 Jarkko HietaniemiRework Time::HiRes not to need HAS_NANOSLEEP from Confi...
2003-06-19 Jarkko HietaniemiBump Time::HiRes to 1.49.
2003-06-15 Ilya ZakharevichOS2 patches
2003-06-05 Jarkko HietaniemiUpgrade to Time::HiRes 1.48.
2003-05-23 Jarkko HietaniemiWorkaround for buggy gcc 2.95.3 in openbsd/sparc64.
2003-05-08 Marc Lehmann[perl #22141] patch for Time::HiRes to get rid of ...
2003-04-25 Jarkko HietaniemiUpgrade to Time::HiRes 1.46.
2003-04-25 Mark-Jason Dominustypo in Time::HiRes docs
2003-04-07 Jarkko HietaniemiTime::HiRes: Do not create files in blib directories...
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-30 Jarkko HietaniemiUpgrade to Time::HiRes 1.44.
2003-03-30 Jarkko HietaniemiIn IRIX 5.3 being too POSIXly hides the struct timespec.
2003-03-11 Jarkko HietaniemiUpgrade to Time-HiRes 1.43.
2003-01-15 Jarkko HietaniemiUpgrade to Time::HiRes 1.42.
2002-12-23 Hugo van der SandenIntegrate Time::HiRes v1.39 (for VMS build tweak)
2002-12-10 Craig A. BerryVMS build update
2002-10-20 Hugo van der SandenUpdate to Time::HiRes v1.38
2002-07-15 Jarkko HietaniemiAdd #!./perl, noticed by John Adams.
2002-06-12 Rafael Garcia-SuarezRe: linux + usemorebits: gcc error?
2002-05-27 Yitzchak Scott-Tho... Re: [PATCH] Version tango
2002-05-10 Robin Barkerformat and other warnings
2002-05-08 Jarkko HietaniemiRework #16506 some more.
2002-05-08 Jarkko HietaniemiRework #16503 a bit to keep all the HiRes implementation
2002-05-08 Gurusamy Sarathymake the gettimeofday() implementation in Time::HiRes...
2002-04-27 Nick Ing-SimmonsIntegrate mainline
2002-04-26 Simon CozensRe: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-11 Jarkko HietaniemiDoc tweaks.
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-29 Paul Greenoptimize ext/Time/HiRes/HiRes.xs
2002-02-27 Robin BarkerRe: [PATCH @14870] long C<=item>s and other pod->man...
2002-01-06 Paul GreenCorrect several Stratus VOS build issues
2002-01-05 Jarkko HietaniemiRetract #14057 for now; the alarm/setitimer timers
2002-01-04 Nicholas Clark(retracted by #14057)
2001-12-02 Jarkko HietaniemiThere isn't PTR2INT(), there's PTR2IV().
2001-12-02 Marc Lehmann[ID 20011201.170] Time::HiRes in devel-perl causes...
2001-11-30 Jarkko HietaniemiWhether select() gets restarted on signals is
2001-11-29 Andy DoughertyRe: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current
2001-11-25 Jarkko HietaniemiCan't do subsecond alarms without ualarm; and break out
2001-11-25 Jarkko HietaniemiI don't think trying to bracket the hires time with...
2001-11-04 Jarkko HietaniemiProtect against high load: measure how much wall
2001-11-03 Craig A. Berrystop unrestricted negativity in HiRes.t
2001-10-31 Charles LaneTime::Hires test fix
2001-10-30 Craig A. BerryHiRes.t tweaks
2001-10-28 Nick Ing-SimmonsGCC vs MS 64-bit constant syntax
2001-10-28 Charles LaneTime::HiRes ualarm for VMS without one
2001-10-26 Gurusamy SarathyTime::HiRes::alarm() ain't gonna work either if ualarm...
2001-10-26 Charles LaneRe: perl@12605 on VMS, [minor PATCH enclosed]
2001-10-24 Jarkko HietaniemiDon't try to print ints as IVs.
2001-10-23 Jarkko HietaniemiCroak() on negative time; doc tweaks.
2001-10-22 Jarkko HietaniemiCygwin seems to round up (or closest, but not down)
2001-10-22 Jarkko HietaniemiMacOS Classic timeofday(), from Chris Nandor.
2001-10-17 Jarkko HietaniemiLimiting the Time::HiRes::sleep and usleep to
2001-10-16 Jarkko HietaniemiCan't expect too much accuracy from a sleep of one...
2001-10-16 Jarkko HietaniemiMake Time::HiRes::sleep() and usleep() to return
2001-10-08 Charles LaneTime::Hires for VMS pre-7.0
2001-09-25 Gurusamy Sarathyavoid the use of ftime() (it does a useless, potentially
2001-09-25 Artur BergmanSecond attempt at fixing Time::HiRes::time on win32...
2001-09-24 Gurusamy Sarathyfix Time::HiRes implementation of gettimeofday() on...
2001-09-21 Artur BergmanFixed bug where Time::HiRes::time returned time adjusted to
2001-09-17 Jarkko HietaniemiExplicitly explain the 1e9 seconds, not everybody
2001-09-17 Jarkko HietaniemiExplain an apparent bug reported by
2001-09-05 Jarkko HietaniemiIn UNICOS division is really lossy, better use
2001-08-31 John P. LindermanRe: Problem in ext/Time/HiRest/HiRes.t
2001-08-10 Jarkko HietaniemiDecommission Time::Piece; unnecessary Yet Another Time...
2001-07-20 Abhijit Menon-Senprototype for Time::HiRes::sleep()
2001-07-19 Abhijit Menon-SenRe: Time::HiRes qw(sleep) fails
2001-07-11 Peter Prymmerdynixptx updates for osvers='4.5.2'
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Jarkko HietaniemiTypo in #11083.
2001-07-02 Jarkko HietaniemiMake #11082 more OS/2-specific.
2001-07-02 Ilya ZakharevichOS/2 gmtime()
2001-06-30 Jarkko HietaniemiMore VERSION tuning: to avoid unnecessary Perl upgrades
2001-06-29 Peter Prymmers/div/lib\$ediv/ in Time::HiRes for VAX
2001-06-28 Peter Prymmers/qdiv/div/ in Time::HiRes for VAX
2001-06-26 Jonathan StoweTest Fails on SCO
2001-06-25 Jarkko HietaniemiMPE/iX test tweaks from Mark Bixby.
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Andy DoughertyUnnecessary pod2man calls in new extensions
2001-06-18 Jarkko Hietaniemigcc -Wall sweep.
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-12 Doug MacEachernext/ + -Wall
2001-05-30 Jarkko HietaniemiFix the BOOT section to call myU2time properly.
2001-05-30 H.Merijn BrandRe: AIX and gcc (moving targets)
2001-05-29 Jarkko HietaniemiMention Time::localtime and Time::gmtime.
2001-05-27 Jarkko HietaniemiDocument strftime() and strptime().
2001-05-27 Jarkko HietaniemiMake Time::Piece::strptime() to be a function, not...
2001-05-16 Jarkko HietaniemiDocument that the core time() may be rounding rather
2001-05-04 Robin Barkerlong =item
2001-05-02 Jarkko HietaniemiFix for a segfault, from Marc Lehmann.
2001-05-02 Jarkko HietaniemiAnother coat of paint but still nowhere finished.
next