This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
corelist: updated for threads libraries
[perl5.git] / dist /
2016-04-30 Ricardo Signescorelist: updated for threads libraries
2016-04-30 Ricardo SignesThread-Queue: bump version (again) because content...
2016-04-30 Ricardo Signesthreads: bump version (again) because content changed
2016-04-30 jdheddenUpgrade to Thread::Queue 3.08
2016-04-30 jdheddenUpgrade to threads::shared 1.51
2016-04-30 jdheddenUpgrade to threads 2.06
2016-04-30 Ricardo Signescorelist: updated for File::Copy doc updates
2016-04-29 Steve HayImport 5.22.2's Module::CoreList data
2016-04-26 Niko Tynicorelist: silence deep recursion warning with %version
2016-04-26 Aristotle PagaltzisRemove some data detritus from CoreList
2016-04-23 Ricardo Signescorelist: update Time::HiRes for v5.24.0
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-04-14 Ricardo Signescorelist: set a (tentative) release date for 5.24.0
2016-04-12 Tony Cookfix IO::Handle documentation mangled by a manually...
2016-04-10 Ricardo SignesCoreList: update for v5.24.0
2016-03-22 Dagfinn Ilmari Man... [perl #127765] Fix bogus $File::Spec::AmigaOS::VERSION
2016-03-20 AbigailBump version in various places
2016-03-20 AbigailUpdate Module::CoreList for 5.23.9
2016-03-18 Karl WilliamsonCarp: Fix .t failure to compile in v5.6
2016-03-17 Shlomi FishAdd contributing info to Carp.
2016-03-15 Tony Cookavoid generating an empty statement outside a function...
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 Ricardo Signesautouse: update tests to match new v1.11 CPAN release
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-11 Ricardo SignesCPAN release of autouse is now 1.10
2016-03-07 Shlomi FishDocument the previous commit in Carp's Changes.
2016-03-07 Shlomi FishFix RTCPAN#107225 : longmess returns 1 on ref.
2016-03-05 Jarkko HietaniemiTime-HiRes: record latest changes
2016-03-05 Ricardo SignesPathTools: import Changes file from CPAN
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-03-04 David Mitchellthreads.xs: create new static fn S_jmpenv_run()
2016-02-28 Daniel Draganstatic funcs in HiRes.xs
2016-02-28 Chris 'BinGOs' Wil... [perl #127624] corelist: wrong Digest::SHA version...
2016-02-21 Sawyer XMore updates to Module::CoreList:
2016-02-21 Sawyer Xupdate Module::CoreList and bump version
2016-02-20 Sawyer Xupdate Module::CoreList (Porting/corelist.pl)
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-13 Craig A. BerryMake File::Spec::VMS->abs2rel handle Unix-format input.
2016-02-09 Tom HukinsTime::HiRes moved from "cpan" to "dist" in 91ba54
2016-02-09 Ricardo Signesmove Time-HiRes from cpan to dist
2016-02-07 Jarkko HietaniemiStorable version bump.
2016-02-07 Jarkko HietaniemiStorable: Own ASSERT or no, we want to assert(prev).
2016-01-25 Daniel Draganadd parallelness to win32/GNUmakefile
2016-01-20 Tony Cookadd 5.23.8 placeholders to Module::CoreList
2016-01-20 Chris 'BinGOs' Wil... Fix Module-CoreList version in Changes file
2016-01-20 Stevan LittleUpdate %Module::CoreList::released with new date
2016-01-20 Stevan Littleupdated Module::CoreList (version has already been...
2016-01-14 Ricardo SignesPathTools: use mkpath instead of make_path in tests
2016-01-12 Aaron CraneData::Dumper: handle huge inputs on 64-bit platforms
2016-01-11 Ricardo SignesRevert "add Changes file for PathTools"
2016-01-11 Ricardo Signesadd Changes file for PathTools
2016-01-11 Ricardo SignesPathTools: bump version for CVE-2015-8607 fix
2016-01-11 Tony Cookensure File::Spec::canonpath() preserves taint
2016-01-06 Daniel Dragangive Win32 miniperl a real getcwd for build perf
2016-01-03 Mattia BarbonReplace :: with __ in THIS like it's done for parameter...
2015-12-21 David GoldenBump the perl version in various places for 5.23.7
2015-12-21 David GoldenUpdate Module::CoreList from 5.23.6
2015-12-16 Karl Williamsonencoding-warnings: Skip tests on EBCDIC
2015-12-16 Aaron CraneData::Dumper: add Trailingcomma option
2015-12-16 Aaron CraneData::Dumper: replace pointer with local variable
2015-12-16 Aaron CraneData::Dumper: move sortkeys setting into style struct
2015-12-16 Aaron CraneData::Dumper: reorder elements of style struct
2015-12-15 Aaron CraneData::Dumper: refactor XS implementation
2015-12-13 Steve Hay5.22.1 today - update Module::CoreList
2015-12-03 Chris 'BinGOs' Wil... Update PathTools to CPAN version 3.60
2015-12-03 David Mitchellperlxs.pod: clarify PROTOTYPES: behaviour.
2015-12-02 Steve HayRevert "Revert "Module::CoreList updates for 5.22.1""
2015-12-02 Steve HayComplete some unfinished Module::CoreList work from...
2015-11-24 David MitchellExtUtils::CBuilder: silence noisy test
2015-11-24 David Mitchellshared.xs: remove dead code
2015-11-23 David MitchellTest.pm: avoid noise on STDERR.
next