summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'dual/Safe' into bleadRafael Garcia-Suarez2010-04-295-25/+49
|\
| * Bump Safe's version to 2.27 and update Changes and META.ymlRafael Garcia-Suarez2010-04-293-11/+23
| * Mention that Safe::reval() no wraps returned coderefsRafael Garcia-Suarez2010-04-291-3/+3
| * Revert "Un-TODO warning test"Rafael Garcia-Suarez2010-04-291-0/+1
| * Wrap by default coderefs returned by rdo and revalRafael Garcia-Suarez2010-04-292-7/+3
| * Add &version::vxs::stringify to the default shareRafael Garcia-Suarez2010-04-291-0/+1
| * Bump version to 2.26Rafael Garcia-Suarez2010-03-093-2/+5
| * More backwards-compatible way to force loading of SWASHNEW in SafeRafael Garcia-Suarez2010-03-092-3/+3
| * B::sub_generation is not available for perls < 5.8.9Rafael Garcia-Suarez2010-03-081-1/+12
* | Fixes and new functions for Module::CoreListChris Williams2010-04-224-5/+83
* | POD revision for Module::CoreList.Chris Williams2010-04-221-13/+105
* | Fix for find_version() in Module::CoreList.Chris Williams2010-04-221-2/+1
* | Make the Module::CoreList function API consistentChris Williams2010-04-211-4/+10
* | Remove Pod::Plainer from the core distribution. Get it from CPAN now.Nicholas Clark2010-04-202-157/+0
* | Remove Switch from the core distribution. Get it from CPAN now.Nicholas Clark2010-04-209-1631/+0
* | Update Module::CoreList for 5.13.0Leon Brocard2010-04-203-35/+669
* | [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.ZMichael G Schwern2010-04-201-20/+61
* | Don't show aliased perl version numbers twice in corelist -a outputRafael Garcia-Suarez2010-04-201-1/+1
* | Typo fix in version number alias 5.013Rafael Garcia-Suarez2010-04-201-1/+1
* | Upgrade Data::Dumper to 2.126 CPAN releaseSteffen Mueller2010-04-152-2/+8
* | Fix Data::Dumper's Fix Terse(1) + Indent(2)Michael G. Schwern2010-04-153-3/+25
* | Bump threads version to 1.77_01Steffen Mueller2010-04-151-1/+1
* | Upgrade to threads-shared-1.33Steffen Mueller2010-04-152-22/+32
* | Upgrade dist/threads to 1.77 from CPANSteffen Mueller2010-04-155-39/+89
* | Fix the abstract in Module::CoreList's META.ymlChris Williams2010-04-131-0/+1
* | Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-131-2/+2
|\ \
| * | Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-2/+2
* | | Add the 5.13 deprecation stanza to Module::Corelist to make tests happyJesse Vincent2010-04-121-1/+10