summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* podcheck.t: Extract line numbers from strings properlyKarl Williamson2011-05-221-1/+1
* podcheck.t: Skip perltocKarl Williamson2011-05-222-6/+7
* Perl_refcounted_he_inc() needs a dVAR to compile with -DPERL_GLOBAL_STRUCTNicholas Clark2011-05-221-0/+1
* Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735.Nicholas Clark2011-05-224-6/+1
* Downgrade Unicode pod escape to ASCII for readbilityJosh Jore2011-05-221-1/+1
* regcomp.c: Another leak regressionKarl Williamson2011-05-221-0/+1
* Fix deparsing of subs named :::: and ::::::Father Chrysostomos2011-05-212-1/+13
* Test require override with Deparse [perl #62500]Father Chrysostomos2011-05-211-0/+13
* General perlfunc edit; document ‘default’Tom Christiansen2011-05-211-392/+499
* Revert "Revert "Missing bug number in d12b49d""Father Chrysostomos2011-05-201-1/+1
* Increase constant’s versionFather Chrysostomos2011-05-201-1/+1
* Move an assertFather Chrysostomos2011-05-201-1/+1
* What’s wrong with me?Father Chrysostomos2011-05-201-1/+1
* Remove fixed bug from Deparse’s docsFather Chrysostomos2011-05-201-8/+0
* Make Deparse use CORE:: when necessaryFather Chrysostomos2011-05-203-14/+142
* podcheck.t: Improve VMS abilitiesKarl Williamson2011-05-202-127/+143
* Deparse: readpipe with complex expressionFather Chrysostomos2011-05-202-1/+7
* regcomp.c: Another memory leak regressionKarl Williamson2011-05-201-0/+1
* [perl #91008] Deparse doesn't like each $refFather Chrysostomos2011-05-202-0/+6
* Bump Attribute::Handlers version to 0.91Steffen Mueller2011-05-203-6/+10
* Bump/upgrade Filter::Simple version to 0.87Steffen Mueller2011-05-202-2/+2
* Fix skip() usage in testsSteffen Mueller2011-05-201-1/+1
* podcheck.t: Fully qualify carp call from packageKarl Williamson2011-05-201-1/+1
* podcheck.t: Deal properly with -1 countsKarl Williamson2011-05-201-0/+1
* utf8.c: revise commentKarl Williamson2011-05-201-2/+3
* Filename portability for hash-rt85026.tCraig A. Berry2011-05-201-4/+6
* if List-Util is built statically, depend on $(PERL_EXE) instead of the shared...Tony Cook2011-05-201-1/+3
* remove unused dependency rule generation for Text/ParseWordsTony Cook2011-05-201-2/+0
* handle a static Cwd when generating the deps for x2p/utilsTony Cook2011-05-201-2/+14
* remove unneeded dependencies against CwdTony Cook2011-05-201-4/+0
* Add USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output of perl -VNicholas Clark2011-05-201-0/+12
* Correct comments about B::PV::PVBM.Nicholas Clark2011-05-201-6/+11
* Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.Nicholas Clark2011-05-202-1/+5
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-203-2/+10
* Use L<> rather than C<> in the Updated Modules section of perldelta.Nicholas Clark2011-05-202-3/+4
* Tests for iterator deletion [perl #85026]Father Chrysostomos2011-05-191-1/+13
* [perl #85026] Deleting the current iterator in void contextTon Hospel2011-05-191-10/+14
* Tests for #85026Father Chrysostomos2011-05-192-0/+68
* [perl #85026] deleting elements in a HASH iteratorTon Hospel2011-05-191-2/+10
* perlvar: Fix broken linksKarl Williamson2011-05-192-5/+5
* perluniintro: fix broken linkKarl Williamson2011-05-192-2/+1
* perlrecharclass: Fix broken linkKarl Williamson2011-05-192-2/+2
* perlre: Fix broken linksKarl Williamson2011-05-192-3/+2
* podcheck.t: Missing diagnosticsKarl Williamson2011-05-191-4/+10
* perlutil: Fix broken linksKarl Williamson2011-05-192-5/+7
* Maintainers.pl: fix podlators entryDavid Mitchell2011-05-192-2/+13
* sv_clear: destructor may change SV typeDavid Mitchell2011-05-191-0/+1
* sv_clear only test for SvOBJECT on >= MGDavid Mitchell2011-05-191-3/+5
* use __attribute__unused__ to silence -Wunused-but-set-variableRobin Barker2011-05-192-3/+12
* unused variables in pp_ctl.cRobin Barker2011-05-191-3/+3