summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Pod::Perldoc version in Maintainers.plbriandfoy/takeover-podperldocbrian d foy2011-12-181-1/+1
* Update to Pod::Perldoc 3.15_14brian d foy2011-12-1820-819/+1462
* Move the Pod-Perldoc files into cpan/brian d foy2011-11-1916-0/+0
* Transfer Pod-Perldoc to bdfoy, and move to cpan/brian d foy2011-11-191-4/+5
* Fix broken pod in perldeltaSteve Hay2011-11-201-8/+5
* Update perldeltaSteve Hay2011-11-201-96/+21
* perldelta for sort warning fixFather Chrysostomos2011-11-191-0/+8
* Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-192-1/+12
* Clarify perldelta entryFather Chrysostomos2011-11-191-2/+2
* perldelta for sort $globref fixFather Chrysostomos2011-11-191-0/+5
* sort does not call get-magic after dereffingFather Chrysostomos2011-11-192-4/+6
* Update perldeltaSteve Hay2011-11-201-119/+53
* perldelta for open() FETCH fixFather Chrysostomos2011-11-191-0/+7
* Document sv_2io’s invocation of magicFather Chrysostomos2011-11-191-0/+3
* Call FETCH once on handle passed as 3rd arg to open()Father Chrysostomos2011-11-192-6/+14
* perldiag: Assertions are not trappableFather Chrysostomos2011-11-191-2/+2
* Remove comment added by mistake in c7abbf64Father Chrysostomos2011-11-191-1/+1
* Update Unicode-Collate to CPAN version 0.85Chris 'BinGOs' Williams2011-11-1917-85/+1730
* narrower localisation of PL_compcv around evalZefram2011-11-192-14/+19
* sv.c: More consistent use of spaces after dotsFather Chrysostomos2011-11-191-72/+78
* Correct sv_catsv_flags docsFather Chrysostomos2011-11-191-1/+3
* Correct sv_catpv_flags docsFather Chrysostomos2011-11-191-2/+2
* Correct sv_catpvn_flags docsFather Chrysostomos2011-11-191-2/+3
* Avoid a redundant copy in pp_globFather Chrysostomos2011-11-191-3/+3
* perldelta for var names in @a=~// warningFather Chrysostomos2011-11-191-0/+6
* Mention variable names in @a =~ // warningsFather Chrysostomos2011-11-192-14/+29
* perldelta for y///r implicit $_ uninit warningFather Chrysostomos2011-11-191-1/+3
* Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-193-33/+42
* Merge two adjacent #ifdefs in embed.fncFather Chrysostomos2011-11-181-2/+0
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-186-26/+51
* Don’t create an AV for unfiltered codeFather Chrysostomos2011-11-181-2/+6
* Tweaks to find_uninit_var docsFather Chrysostomos2011-11-181-3/+3
* perldelta for new length() warningFather Chrysostomos2011-11-181-0/+7
* Fix pp_goto crash with orphaned GVFather Chrysostomos2011-11-182-3/+22
* util.c:get_db_sub: correct commentFather Chrysostomos2011-11-181-1/+2
* perldelta for GV scalar localisationFather Chrysostomos2011-11-181-0/+5
* Copy magic during localisation even for GVsFather Chrysostomos2011-11-182-1/+17
* Test length() warning with pad varsFather Chrysostomos2011-11-181-0/+4
* perldiag: Rewrap ‘length() used on %s’Father Chrysostomos2011-11-181-2/+2
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-187-3/+72
* Tweak the cBOOL() macro to avoid problems with the AIX compiler.Nicholas Clark2011-11-181-1/+2
* Fix threaded buildFather Chrysostomos2011-11-181-1/+1
* perldelta: fix for $DB::sub with bad subnameFather Chrysostomos2011-11-181-0/+10
* Update several test cases to not generate failures on VOS.Paul Green2011-11-186-3/+16
* Make sure $DB::sub is callableFather Chrysostomos2011-11-182-5/+41
* Remove redundant check in pp_hot.c:pp_entersubFather Chrysostomos2011-11-181-2/+0
* Update IO-Compress to CPAN version 2.042Chris 'BinGOs' Williams2011-11-1834-161/+242
* Update Compress-Raw-Zlib to CPAN version 2.042Chris 'BinGOs' Williams2011-11-185-6/+10
* Update Compress-Raw-Bzip2 to CPAN version 2.042Chris 'BinGOs' Williams2011-11-186-7/+11
* Separate the build and non-build functionality of pod/buildtocNicholas Clark2011-11-1814-643/+750
|\