summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify wording.Tom Hukins2010-11-051-2/+2
* Refer to other documents more specificallyTom Hukins2010-11-051-1/+2
* Link to perlbug's PODTom Hukins2010-11-055-5/+5
* utf8_heavy.pl: Make callable during Perl's compilationKarl Williamson2010-11-051-3/+16
* A hack for t/harness to restore the ability to run tests listed in @ARGVNicholas Clark2010-11-051-1/+4
* Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICODE set.Nicholas Clark2010-11-051-2/+2
* Document that the -Ci, -Co, and -CD options have file scopeNiko Tyni2010-11-052-6/+21
* Avoid creating lots of mortals in B::walkoptree()Nicholas Clark2010-11-052-17/+53
* B::Concise was failing to traverse some children of PMOPsNicholas Clark2010-11-052-4/+28
* Stop B from crashing on y/å/ø/Father Chrysostomos2010-11-042-1/+11
* RT 78818 Sync the description of \E in perlop with perlrebrian d foy2010-11-041-1/+1
* RT 78814 perlfunc/open(): four items are not a triplebrian d foy2010-11-041-2/+2
* Some tests for B::walkoptree.Nicholas Clark2010-11-043-0/+62
* Create &B::{IV,PV}::as_string using typeglob assignment rather than goto &Nicholas Clark2010-11-041-2/+2
* Exclude more exported but non-existent functions.Craig A. Berry2010-11-041-3/+18
* Update version of Safe in Maintainers.pl to match recent version changeChris 'BinGOs' Williams2010-11-041-1/+1
* Avoid needing to stub B::OPf_KIDS by loading the XS earlier.Nicholas Clark2010-11-041-19/+25
* Remove two use of dXSI32; superfluous because xsubpp automatically adds it.Nicholas Clark2010-11-042-3/+0
* Add Marty Pauley’s other e-mail address to checkAUTHORS.plFather Chrysostomos2010-11-041-0/+1
* fix for #23790.Marty Pauley2010-11-042-3/+32
* Inline tryAMAGICunDEREF_var() into its callers and eliminate it.Nicholas Clark2010-11-034-11/+15
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-038-25/+35
* Add tests for tryAMAGICunDEREF_var().Nicholas Clark2010-11-035-10/+118
* Update Unicode-Collate to CPAN version 0.65Chris 'BinGOs' Williams2010-11-0322-29/+8659
* fix 68564: /g failure with zero-width patternsYves Orton2010-11-032-5/+16
* clarify code and intent of code in a commentYves Orton2010-11-031-3/+9
* fix incorrect commentYves Orton2010-11-031-1/+1
* fix the trie part of rt-78356Yves Orton2010-11-032-1/+3
* Document y///rFather Chrysostomos2010-11-021-6/+23
* Document the ‘Using !~’ errorsFather Chrysostomos2010-11-021-0/+7
* Increase B::Concise’s versionFather Chrysostomos2010-11-021-1/+1
* y///rFather Chrysostomos2010-11-027-16/+67
* s///r leaks like a sieveFather Chrysostomos2010-11-022-2/+7
* Don’t capitalise words in the middle of an error messageFather Chrysostomos2010-11-022-2/+2
* Add transr op typeFather Chrysostomos2010-11-026-3/+18
* Avoid multiple $op->private calls in B::Deaprse::pp_transFather Chrysostomos2010-11-021-3/+4
* Inline RvDEEPCP() into its only caller, Perl_amagic_call().Nicholas Clark2010-11-022-13/+9
* Implement the loop in tryAMAGICunDEREF_var() using while, rather than goto.Nicholas Clark2010-11-021-7/+7
* Expand AMG_CALLun_var() into all its users, and eliminate it.Nicholas Clark2010-11-023-9/+10
* Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF_var,TARGET}Nicholas Clark2010-11-021-28/+36
* Eliminate tryAMAGICunW() by refactoring tryAMAGICun{DEREF,TARGET}Nicholas Clark2010-11-021-4/+2
* Remove unused AMAGIC macros from pp.h. Neither core nor CPAN uses any.Nicholas Clark2010-11-021-71/+0
* Fix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningscompileYves Orton2010-11-021-4/+10
* Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningsFather Chrysostomos2010-11-021-1/+38
* remove commit bit so that porting tests dont failYves Orton2010-11-020-0/+0
* Reorder struct xpvhv_aux to make two I32s adjacent.Nicholas Clark2010-11-021-1/+1
* Fix permissions on lib/overload/numbers.pm, accidentally changed by 0e244b13.Nicholas Clark2010-11-021-0/+0
* perldelta up to 7fd683ff3c3Father Chrysostomos2010-11-011-1/+17
* Increase DynaLoader’s versionFather Chrysostomos2010-11-011-1/+1
* Note changes to perlvar in perldeltabrian d foy2010-11-011-0/+5