summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* In threads.xs, remove num_args from ithread_create, as it is unused.Nicholas Clark2011-07-062-2/+1
* In Cwd.xs, tidy the conditional code related to symlinks.Nicholas Clark2011-07-061-8/+9
* Remove duplicate $VERSION handling code, made redundant in 3.28_01Nicholas Clark2011-07-051-3/+0
* Bump Module::CoreList version for a CPAN releaseChris 'BinGOs' Williams2011-07-042-1/+5
* [rt.cpan.org #69108] Extraneous modules listed in Module::CoreListDee Newcum2011-07-041-120/+26
* Convert B::Deparse's core.t to Test::More.Nicholas Clark2011-07-031-9/+12
* Add terse changelog entry for 2.29Abhijit Menon-Sen2011-07-031-0/+6
* Dual-life Text::AbbrevFlorian Ragwitz2011-07-022-0/+138
* Correctly preserve the stack on an implicit break.Vincent Pit2011-06-261-6/+2
* fix `perldoc -v '$0'`Alan Haggai Alavi2011-06-241-1/+1
* Increase $Pod::Perldoc::VERSIONFather Chrysostomos2011-06-241-1/+1
* Add PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc.Nicholas Clark2011-06-232-1/+3
* In Cwd.xs, swap to defaulting to disabled prototypes.Nicholas Clark2011-06-221-3/+2
* Merge the implementation of Cwd::{fastcwd,getcwd} using ALIAS.Nicholas Clark2011-06-221-13/+5
* In Cwd.xs on VMS, don't compile bsd_realpath() at all.Nicholas Clark2011-06-221-13/+14
* Add PERL_NO_GET_CONTEXT to Cwd.Nicholas Clark2011-06-221-0/+2
* In Cwd::_win32_cwd() avoid a string eval when checking if we're miniperl.Nicholas Clark2011-06-221-2/+9
* Increase $Storable::VERSION to 2.29Father Chrysostomos2011-06-211-1/+1
* [perl #92432] Storable::nfreeze shouldn't stringify intsSam Kimbrel2011-06-211-2/+2
* Update Module::CoreList for 5.15.0David Golden2011-06-202-9/+660
* Add release date for 5.12.4 to lib/Module/CoreList.pmLeon Brocard2011-06-201-1/+1
* Deparse CORE::breakFather Chrysostomos2011-06-172-1/+2
* Update Module::CoreList with v5.14.1 dataChris 'BinGOs' Williams2011-06-171-1/+659
* Increase Pod::Perldoc’s versionFather Chrysostomos2011-06-161-1/+1
* Factor out ->program_name and use it in more placesShawn M Moore2011-06-161-4/+15
* Comment grammar and clarity fixShawn M Moore2011-06-161-1/+1
* Consistently titlecase descriptions in -hShawn M Moore2011-06-161-2/+2
* Use the same "$me OPTIONS" invocation as the other examplesShawn M Moore2011-06-161-1/+1
* Make B::Deparse emit CORE::state, etc.Father Chrysostomos2011-06-143-4/+43
* Mark Devel::DProf as deprecated in corelistFlorian Ragwitz2011-06-141-0/+3
* Allow ‘continue;’ without feature.pmFather Chrysostomos2011-06-141-1/+0
* Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing listLeon Brocard2011-06-121-1/+1
* Fix broken URLs in dist/Net-Ping/Changes from perlbrowse to gitLeon Brocard2011-06-121-1/+1
* Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RFCsLeon Brocard2011-06-121-2/+2
* Fix broken URLs in ExtUtils-Install/Changes from perlbrowse to gitLeon Brocard2011-06-121-2/+2
* Fix broken URL in threads/shared.pm for the itheads mailing listLeon Brocard2011-06-121-1/+1
* Fix broken URLs for RFCs, bump version and document in perldeltaLeon Brocard2011-06-122-5/+11
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-122-12/+22
* Remove x bit from rt-16221.tFather Chrysostomos2011-06-111-0/+0
* Increase Math::BigInt’s versionFather Chrysostomos2011-06-111-1/+1
* Increase Math::BigFloat’s versionFather Chrysostomos2011-06-111-1/+1
* Fix Math::BigFloat->numify().Peter John Acklam2011-06-112-12/+17
* Fix objectify()'s handling of "foreign objects".Peter John Acklam2011-06-112-87/+199
* Add sign function bsgn() as a complement to babs().Peter John Acklam2011-06-115-4/+24
* Updated XSLoader to CPAN version 0.15Chris 'BinGOs' Williams2011-06-093-23/+46
* Update notes on why we actually want to disable thread stress tests.Jesse Vincent2011-06-081-1/+5
* stop waithires.t randomly failing under high loadDavid Mitchell2011-06-081-49/+120
* Disable some threads tests on m68k for now due to missing TLS.Jesse Vincent2011-06-072-0/+10
* Update Module::CoreList for 5.12.4Leon Brocard2011-06-072-4/+637
* Make Storable freeze COWs properlyFather Chrysostomos2011-06-042-3/+10