This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
davem's perldelta entries for 5.25.9 so far
[perl5.git] / dist / Time-HiRes /
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-03 Chris 'BinGOs' Wil... Reconcile Time-HiRes with CPAN release
2016-11-19 Karl WilliamsonTime-HiRes: Remove impediment to compiling under C++11
2016-11-15 Tony Cookavoid a declaration conflict on El Capitan with recent...
2016-11-12 Dagfinn Ilmari Man... Use CLOCK_REALTIME in clock_nanosleep check
2016-11-12 Dagfinn Ilmari Man... Fix up includes in Time-HiRes Makefile.PL checks
2016-11-12 Dagfinn Ilmari Man... Use clockid_t throughout in Time::HiRes
2016-11-12 Dagfinn Ilmari Man... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-10-20 Dagfinn Ilmari Man... Revert "Include time.h when testing for clock_xxx funct...
2016-10-20 Dagfinn Ilmari Man... Include time.h when testing for clock_xxx functions...
2016-10-16 Jarkko HietaniemimacOS Sierra (10.12) does have clockid_t.
2016-10-16 Sergey Aleynikov[RT #129789] Time::HiRes: fix compilation on darwin
2016-10-09 François PerradProvide a template for call to File::Temp::tempfile().
2016-10-01 Jarkko HietaniemiTime-HiRes: explicit clockid_t cast for C++11
2016-09-25 James E KeenanTime-HiRes: bring up-to-date with CPAN.
2016-07-01 Steve HayUpgrade Time::HiRes from version 1.9734 to 1.9739
2016-06-21 David MitchellRevert "Update Time-HiRes to CPAN version 1.9735"
2016-06-21 Chris 'BinGOs' Wil... Update Time-HiRes to CPAN version 1.9735
2016-06-20 Misty De MeoTime::HiRes: fix Darwins with clock_gettime
2016-04-23 Jarkko HietaniemiSynchronize with CPAN Time-HiRes 1.9733
2016-04-23 Jarkko HietaniemiTime-HiRes version bump
2016-04-23 Reini Urban[PATCH] Time-Hires: Fix declaration-after-statement...
2016-03-14 Jarkko HietaniemiTime-HiRes: recent changes
2016-03-14 Jarkko HietaniemiTime-HiRes: version bump
2016-03-14 Jarkko HietaniemiTime-HiRes: the mutex needs init
2016-03-13 Jarkko HietaniemiTime-HiRes: also hrt_ualarm_itimer() is unused
2016-03-13 Jarkko HietaniemiTime-HiRes: MUTEX_LOCK, not PERL_MUTEX_LOCK
2016-03-13 Jarkko HietaniemiTime-HiRes: aim for CPAN release of 1.9731 today
2016-03-13 Jarkko HietaniemiTime-HiRes: record recent changes
2016-03-13 Jarkko HietaniemiTime-HiRes: not_used is unused
2016-03-13 Jarkko HietaniemiTime-HiRes: no mutex for you due to mistyped USE
2016-03-13 Jarkko HietaniemiTime-HiRes: remove unused hrt_ualarm
2016-03-11 Karl WilliamsonFix various pod errors.
2016-03-05 Jarkko HietaniemiTime-HiRes: record latest changes
2016-03-04 Jarkko HietaniemiTime-HiRes: refactor also nanosleep init
2016-03-04 Jarkko HietaniemiTime-HiRes: avoid going negative on struct timespec
2016-03-04 Jarkko HietaniemiTime-HiRes: refactor common timespec subtraction code
2016-03-04 Jarkko HietaniemiTime-HiRes: for nanosleeps, zero is success
2016-03-04 Jarkko HietaniemiTime-HiRes: use NV_1E6 and NV_1E9 consistently
2016-03-04 Jarkko HietaniemiTime-HiRes: initialize the unslept timespec
2016-02-28 Daniel Draganstatic funcs in HiRes.xs
2016-02-18 Tom HukinsRemove an unused variable
2016-02-17 Jarkko HietaniemiTime::HiRes version bump.
2016-02-17 Jarkko HietaniemiAllow TIME_HIRES_DONT_RUN_PROBES=1 to aid cross-compiling
2016-02-13 Jarkko HietaniemiTime::HiRes version bump.
2016-02-13 Jarkko HietaniemiWhitespace only: zap EOL spaces
2016-02-13 Jarkko HietaniemiAdd the Time-HiRes Changes file from CPAN.
2016-02-13 Jarkko HietaniemiAdd caveat on the clock_getres() resolution
2016-02-13 Jarkko HietaniemiMention the OS X get_clock...() emulations.
2016-02-13 Jarkko HietaniemiOS X clock_nanosleep() emulation
2016-02-13 Jarkko HietaniemiOS X clock_gettime() and clock_getres() emulation
2016-02-13 Jarkko HietaniemiAdd the new Time::HiRes constants to @EXPORT_OK.
2016-02-13 Jarkko HietaniemiAdd FreeBSD specific clock_gettime() constants.
2016-02-13 Jarkko HietaniemiAdd Linux-specific clock_gettime() constants.
2016-02-13 Jarkko HietaniemiSort the Time::HiRes constants, one per line
2016-02-09 Ricardo Signesmove Time-HiRes from cpan to dist