summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Bump $ExtUtils::ParseXS::VERSION to non-dev versionFlorian Ragwitz2010-07-271-1/+1
* Move ExtUtils::ParseXS from cpan/ to dist/Florian Ragwitz2010-07-2714-0/+3626
* Move B::Lint from cpan/ to dist/Florian Ragwitz2010-07-264-0/+1025
* [perl #76540] "print CONSTANT," gives double-freeDavid Mitchell2010-07-241-1/+14
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Move PathTools from cpan/ to dist/Florian Ragwitz2010-07-2420-0/+7437
* Update Module::Corelist for 5.13.3David Golden2010-07-193-49/+699
* bump I18N::LangTags version to 0.35_01David Golden2010-07-192-2/+2
* Small spelling/grammar nit to Locale::Maketext::Guts*Jesse Vincent2010-07-152-2/+6
* Clean up older Locale::Maketext internals to no longer do crazy stringTodd Rinaldo2010-07-153-363/+347
* Reorganize dist/threads-sharedJerry D. Hedden2010-07-082-112/+1
* Reorganize dist/threadsJerry D. Hedden2010-07-082-112/+1
* Clean up new Locale-Maketest test for use in coreDavid Golden2010-07-061-2/+0
* Locale::Maketext external cache supportTodd Rinaldo2010-07-063-20/+96
* Fix to MANIFEST in baseChas. Owens2010-07-011-2/+2
* Update Attribute-Handlers to CPAN version 0.88Chris 'BinGOs' Williams2010-06-2613-8/+21
* Remove MacOS classic support from lib.Nicholas Clark2010-06-231-39/+8
* update Module::CoreListMatt S Trout2010-06-223-3/+636
* bump threads.pm versionMatt S Trout2010-06-211-1/+1
* version bump for IO::Socket and add change to deltaMatt S Trout2010-06-211-1/+1
* version bump for B::Deparse and add change to deltaMatt S Trout2010-06-211-1/+1
* Deparse correctly "no VERSION" [perl #75482]Rafael Garcia-Suarez2010-06-171-2/+2
* Rename copyright section of Module::CoreList to LICENSE, fixes for my kwalite...Chris 'BinGOs' Williams2010-06-141-1/+1
* Added new files I forgot to add for the Thread-Semaphore updateChris 'BinGOs' Williams2010-06-112-0/+121
* [PATCH-revised] Upgrade to Thread-Semaphore 2.11Jerry D. Hedden2010-06-113-42/+112
* threads::shared: veto signal despatch if lockedDavid Mitchell2010-06-041-0/+23
* Document IO::Socket getsockopt and setsockoptSlaven Rezic2010-05-311-0/+10
* Un-TODO a threads-shared test that now passesJerry D. Hedden2010-05-302-2/+4
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-19/+14
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-1/+1
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-2/+5
* PL_endav can be NULL, so in S_ithread_create() no need to set it to newAV().Nicholas Clark2010-05-201-1/+1
* Remove redundant hv_exists() calls from ithread_create()'s spec parser.Nicholas Clark2010-05-201-18/+19
* Change S_ithread_create() params from a single AV* to a pair of SV** pointers.Nicholas Clark2010-05-201-12/+19
* In threads.xs, convert thread->params from RV to AV.Nicholas Clark2010-05-201-9/+9
* do not check for deprecation of removed libv5.13.1Ricardo Signes2010-05-201-2/+2
* further updates to CoreListRicardo Signes2010-05-202-68/+74
* bump CoreList versionRicardo Signes2010-05-201-2/+2
* add vertical space to CoreList.pmRicardo Signes2010-05-201-0/+11
* replace 2nd 5.013000 block with 5.013001Ricardo Signes2010-05-201-2/+2
* update CoreList for 5.13.1Ricardo Signes2010-05-201-1/+627
* Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList should say soJesse Vincent2010-05-131-2/+2
* New release date for 5.12.1 in light of the new RCJesse Vincent2010-05-131-1/+1
* Correcting the release date of 5.12.1Jesse Vincent2010-05-131-1/+1
* Modify Module::CoreList docs to state the availability of the removed_from() ...Chris 'BinGOs' Williams2010-05-081-0/+4
* Bump Module::Corelist for cherrypicking to maint-5.12Jesse Vincent2010-05-071-2/+633
* die() no longer propagates outside of a Safe compartmentRafael Garcia-Suarez2010-05-041-0/+1
* shift; optimizationRuslan Zakirov2010-05-031-1/+13
* Update the Change log in Module::CoreList to include recent commitsChris Williams2010-05-011-0/+13
* put package declaration before label in deparsingZefram2010-04-292-3/+9