This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-07-28 David Mitchellregexec(): access extflags directly
2013-07-28 David Mitchellregexec(): tidy up ganch-setting code
2013-07-28 David Mitchellregexec(): merge the 2 RXf_GPOS_SEEN setup blocks
2013-07-28 David Mitchellregexec(): simplify RXf_ANCH_GPOS pos calc
2013-07-28 David Mitchellregexec(): use regtry(&s) not regtry(&startpos)
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellpp_subst: don't use REXEC_COPY_STR on 2nd match
2013-07-28 David Mitchellpp_subst: combine 3 small elsif blocks into 1
2013-07-28 David Mitchellpp_subst: remove one use of 'm' local var
2013-07-28 David Mitchellpp_subst: reduce scope of 'i' variable
2013-07-28 David Mitchellpp_subst: reduce scope of 'm' var
2013-07-28 David Mitchellpp_subst: set/use s,m vars near where they're used
2013-07-28 David Mitchellpp_subst: reduce scope of 'd' variable
2013-07-28 David Mitchellpp_subst: cosmetic re-arrangement of vars
2013-07-28 David Mitchellregexec(): fix ganch and till settings
2013-07-28 David Mitchellregexec(): skip second intuit() call
2013-07-28 David Mitchellfix intuit_start() with \G
2013-07-28 David Mitchellenable intuit under anchored \G, and fix a bug
2013-07-28 David Mitchellregexec_flags(): remove vestigial scream support
2013-07-28 David Mitchellregexec_flags(): keep stringarg constant
2013-07-28 David Mitchellregexec_flags(): use result of intuit_start()
2013-07-28 David Mitchellpp_match: simplify pos()-getting code
2013-07-28 David Mitchellregexec: handle \G ourself, rather than in callers
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-07-28 David Mitchellpp_match(): don't set REXEC_IGNOREPOS on 1st iter
2013-07-28 David Mitchellpp_match(): stop setting $-[0] before regexec()
2013-07-28 David Mitchellpp_match: avoid setting $+[0]
2013-07-28 David Mitchellpp_match(): eliminate unused t variable
2013-07-28 David Mitchellpp_match(): skip passing gpos arg to regexec()
2013-07-28 David Mitchelladd some basic floating /\G/ tests
2013-07-28 David Mitchellfix /.\G/ under threading
2013-07-28 David Mitchellskip creating new capture COW SV if possible
2013-07-28 David Mitchellmake Perl_reg_set_capture_string static
2013-07-28 David Mitchelladd intuit-only match to s///
2013-07-28 David Mitchellmove intuit call from pp_match() into regexec()
2013-07-28 David Mitchellmake intuit_start() handle mixed utf8-ness
2013-07-28 David Mitchellpp_match(): fix UTF* match setting
2013-07-28 David Mitchellpp_match(): intuit can handle refs these days
2013-07-28 David Mitchellpp_match(): remove ret_no label
2013-07-28 David Mitchellpp_match(): combine intuit and regexec branches
2013-07-28 David Mitchellpp_match(): refactor intuit-only code
2013-07-28 David Mitchellpp_match(): minor refactor: consolidate RETPUSHYES
2013-07-28 David Mitchellpp_match(): factor out some common code
2013-07-28 David Mitchellre-enable intuit-only matches
2013-07-28 David Mitchelladd Perl_reg_set_capture_string() function
2013-07-28 Father Chrysostomosperl5191delta: deep recursion warnings (07b2687d2/...
2013-07-26 Father Chrysostomos[Merge] Constants, inlined subs, TARGs, ...
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father Chrysostomospad.c apidocs: Clarify use of &PL_sv_no
2013-07-26 Father ChrysostomosFix up IO::Compress tests
2013-07-26 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.55
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father Chrysostomosfresh_perl.t: Make the test for #3066 more explicit
2013-07-26 Father ChrysostomosMake overloaded constants always read-only
2013-07-26 Father ChrysostomosDon’t check IS_PADCONST in pad.c:pad_alloc
2013-07-26 Father Chrysostomospad.c: Don’t copy shared hash key targets when cloning
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father ChrysostomosTweak optree_constants.t for inlined list consts
2013-07-26 Father ChrysostomosUpdate constant.pm to reflect list inlinement
2013-07-26 Father ChrysostomosInline list constants
2013-07-26 Father Chrysostomosconstant.pm: Make list constants read-only
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father ChrysostomosIncrease $constant::VERSION to 1.28
2013-07-26 Father ChrysostomosStop constant.pm from (ab)using subs for scalars
2013-07-26 Father Chrysostomos[perl #78194] Make re-evals copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make sort copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make x copy PADTMPs in lv cx
2013-07-26 Father Chrysostomos[perl #78194] Make list slices copy PADTMPs in lv cx
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make foreach copy pad tmps
2013-07-26 Father ChrysostomosCorrect list.t descr in MANIFEST
2013-07-26 Father Chrysostomos[perl #3105] Make 1..3 modification safe
2013-07-26 Father Chrysostomosconstant.t: Correct version
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.10
2013-07-26 Father Chrysostomos[perl #78194] Make grep/map copy pad tmps
2013-07-26 Father Chrysostomospad.c: cast before comparing signed with unsigned
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father Chrysostomospad.c: Expand pad_push SVf_READONLY explanation
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-26 Father ChrysostomosRe(mov|writ)e two comments from pad.c:pad_alloc
2013-07-26 Father Chrysostomosop.c:S_fold_constants: Add assertion
2013-07-26 Father ChrysostomosChange the tests for #3105 into to-dos
2013-07-26 Father ChrysostomosTest readonliness of overload constants
2013-07-26 Father ChrysostomosTo-do test for #109746
2013-07-26 Father ChrysostomosTest (im)mutability of constants and constant-like...
2013-07-26 Father ChrysostomosTest !0 and !1 immutability and singletonness
2013-07-26 Father ChrysostomosTest that literal numbers and strings are read-only
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-26 Father Chrysostomosref.t: To-do test for retvals of folded ops
2013-07-26 Father Chrysostomossub.t: To-do test for recursive shared-hash-keys TARGs
2013-07-26 Tony Cookperldelta for d7d11da6a3
2013-07-26 Tony Cook[perl #39739] Exporter::Heavy ignores custom $SIG{__WAR...
2013-07-26 Tony Cookbump $Exporter::VERSION (and hence $Exporter::Heavy...
2013-07-26 Tony Cook[perl #39739] Exporter::Heavy ignores custom $SIG{__WAR...
2013-07-26 Tony Cook[perl #39739] TODO test for Exporter respecting warning...
2013-07-26 Tony Cooklet Porting/cmpVERSION.pl know Exporter was moved to...
2013-07-24 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.72
next