2013-07-29 |
Tony Cook | perldelta for 486b1e7f0 |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | CvGV is no longer a simple struct member access |
commit | commitdiff | tree | snapshot |
2013-07-29 |
James E Keenan | Document $DynaLoader::dl_dlext, per sisyphus++. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Steve Hay | Add Aristotle to the list of The Keepers of the Pumpkin |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | Philip Boulain is now a perl AUTHOR, and bump a version |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Philip Boulain | Reap child in case where exception has been thrown |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Colin Kuskie | Refactor ext/Pod-Functions/Functions_pm.PL to use Test... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | [perl #52000] use PL_exit_flags in the test so it works... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | [perl #52000] Warn/abort on attempted perl exit |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | [perl #52000] add perldiag entries for the new warnings |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | John Gardiner Myers is now a perl AUTHOR |
commit | commitdiff | tree | snapshot |
2013-07-29 |
John Gardiner... | [perl #52000] Warn/abort on attempted perl exit |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | [perl #114964] Correct 'ref' func POD to fix bad behavi... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | mention reftype too |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tony Cook | Brendan Byrd is now a perl AUTHOR |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Brendan Byrd | Correct 'ref' func POD to fix bad behavior around ... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Daniel Dragan | comments only, explain the different ONE_AT_A_TIME... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | perldelta for 2f222bbd/#119051 (\&$glob crashing) |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | [perl #119055] Make qq with no vars read-only |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | Exempt clang from -Wunused-value when run as cc |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | [perl #119043] Exempt shared hash key consts from ro |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | [perl #119045] Make list constant mutable again |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | [perl #119051] Fix crash with \&$glob_copy |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | [MERGE] refactor pp_match(), pp_subst(), regexec() |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): add quick-fail test for anchored \G |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec: swap ganch setting and gofs offsetting |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | fix COW match capture optimisation |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): avoid uninit use of var |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | fix /test_bootstrap.t under -DPERL_NO_COW |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | fix build under -DPERL_NO_COW |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): access extflags directly |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): tidy up ganch-setting code |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): merge the 2 RXf_GPOS_SEEN setup blocks |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): simplify RXf_ANCH_GPOS pos calc |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): use regtry(&s) not regtry(&startpos) |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | s/.(?=.\G)/X/g: refuse to go backwards |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: don't use REXEC_COPY_STR on 2nd match |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: combine 3 small elsif blocks into 1 |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: remove one use of 'm' local var |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: reduce scope of 'i' variable |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: reduce scope of 'm' var |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: set/use s,m vars near where they're used |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: reduce scope of 'd' variable |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_subst: cosmetic re-arrangement of vars |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): fix ganch and till settings |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec(): skip second intuit() call |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | fix intuit_start() with \G |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | enable intuit under anchored \G, and fix a bug |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec_flags(): remove vestigial scream support |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec_flags(): keep stringarg constant |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec_flags(): use result of intuit_start() |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match: simplify pos()-getting code |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | regexec: handle \G ourself, rather than in callers |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Yves Orton | fix 114884 positive GPOS lookbehind regex substitution... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): don't set REXEC_IGNOREPOS on 1st iter |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): stop setting $-[0] before regexec() |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match: avoid setting $+[0] |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): eliminate unused t variable |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): skip passing gpos arg to regexec() |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | add some basic floating /\G/ tests |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | fix /.\G/ under threading |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | skip creating new capture COW SV if possible |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | make Perl_reg_set_capture_string static |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | add intuit-only match to s/// |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | move intuit call from pp_match() into regexec() |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | make intuit_start() handle mixed utf8-ness |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): fix UTF* match setting |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): intuit can handle refs these days |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): remove ret_no label |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): combine intuit and regexec branches |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): refactor intuit-only code |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): minor refactor: consolidate RETPUSHYES |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | pp_match(): factor out some common code |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | re-enable intuit-only matches |
commit | commitdiff | tree | snapshot |
2013-07-28 |
David Mitchell | add Perl_reg_set_capture_string() function |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Father Chrysostomos | perl5191delta: deep recursion warnings (07b2687d2/... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | [Merge] Constants, inlined subs, TARGs, ... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Version number tweaks in tests and other cleanup |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | pad.c apidocs: Clarify use of &PL_sv_no |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Fix up IO::Compress tests |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Increase $XS::APItest::VERSION to 0.55 |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Stop op freeing from interfering with sub(){42} mutability |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | fresh_perl.t: Make the test for #3066 more explicit |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Make overloaded constants always read-only |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Don’t check IS_PADCONST in pad.c:pad_alloc |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | pad.c: Don’t copy shared hash key targets when cloning |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Stop shared hash key TARGs from being shared |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | [perl #79908] Stop sub inlining from breaking closures |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Make sub(){42} return a mutable value |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Tweak optree_constants.t for inlined list consts |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Update constant.pm to reflect list inlinement |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Inline list constants |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | constant.pm: Make list constants read-only |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Allow stash elems to be array refs |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Increase $constant::VERSION to 1.28 |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | Stop constant.pm from (ab)using subs for scalars |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | [perl #78194] Make re-evals copy PADTMPs |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | [perl #78194] Make sort copy PADTMPs |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | [perl #78194] Make x copy PADTMPs in lv cx |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Father Chrysostomos | [perl #78194] Make list slices copy PADTMPs in lv cx |
commit | commitdiff | tree | snapshot |
next |