summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some tests for the sort deref optimizationsmueller/sortSteffen Mueller2011-11-201-4/+116
* FIXME this can't go into blead as isSteffen Mueller2011-11-206-59/+300
* Rename variable for claritySteffen Mueller2011-11-191-5/+5
* 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
|\
| * Note the changes to pod/buildtoc in the perldelta.Nicholas Clark2011-11-181-1/+4
| * In buildtoc, refactor to de-duplicate code and variables.Nicholas Clark2011-11-181-25/+10
| * Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.plNicholas Clark2011-11-182-13/+3
| * Porting/pod_rules.pl should not warn about files that it is rebuilding.Nicholas Clark2011-11-182-13/+25
| * Add Porting/new-perldelta.pl, which automates adding a new perldelta.Nicholas Clark2011-11-185-57/+157
| * Flag to get_pod_metadata() whether generated files are expected.Nicholas Clark2011-11-183-4/+15
| * Refactor pod_lib.pl's get_pod_metadata() to remove a temporary array.Nicholas Clark2011-11-181-8/+7
| * Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.Nicholas Clark2011-11-182-1/+1
| * Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.Nicholas Clark2011-11-189-355/+366
| * In pod_lib.pl's get_pod_metadata(), generate lookup hashes directly.Nicholas Clark2011-11-181-12/+5
| * Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.podNicholas Clark2011-11-183-197/+211
| * In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.podNicholas Clark2011-11-181-185/+192
| * buildtoc --showfiles should report the correct pathnames.Nicholas Clark2011-11-181-13/+1
| * buildtoc --showfiles should only list the files to regenerated.Nicholas Clark2011-11-181-1/+1
| * In buildtoc, don't use File::Spec when initialising %BuildFiles.Nicholas Clark2011-11-181-2/+2