2013-08-01 |
Steve Hay | Note that three more test files are excluded from XSLoader |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Karl Williamson | PATCH: [perl #119101] Extraneous warnings in Parse... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
David Mitchell | Handle /[#]/ and /[(?#]/ with code blocks |
commit | commitdiff | tree | snapshot |
2013-07-31 |
David Mitchell | pp_match(): remove some superfluous braces |
commit | commitdiff | tree | snapshot |
2013-07-31 |
David Mitchell | pp_match(): only look up pos() magic once |
commit | commitdiff | tree | snapshot |
2013-07-31 |
David Mitchell | pp_match(): remove redundant condition |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Steve Hay | Fix ordering of modules and pragmata in perldelta.pod |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Steve Hay | Upgrade parent from 0.225 to 0.226 |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Father Chrysostomos | perlsub: constant -> inlinable |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Nathan Trapuzzano | Remove semicolon from inline TYPEMAP in perlxstut example. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Karl Williamson | regcomp.c: Fix yet another C89 problem |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Properly declare variable with C89 |
commit | commitdiff | tree | snapshot |
2013-07-30 |
David Mitchell | RT #118213: handle $r=qr/.../; /$r/p properly |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Remove extraneous debug info |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Remove redundant code |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regexec.c: Add, clarify comments |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Change Debug output of char classes |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Debug output clearer ranges |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Change debug output to use \t, etc instead... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Extract duplicated code into single fcn |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | Regen t/porting/known_pod_issues.dat. |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Fix potential scalar leak |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Karl Williamson | regcomp.c: Change #ifdef |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Andy Dougherty | Mention the 'make clean' makefile target [perl #38307]. |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Steve Hay | Remove four Module-Build files which were removed in... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Steve Hay | Upgrade Config-Perl-V from 0.18 to 0.19 |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Father Chrysostomos | Skip trailing constants when searching pads |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Steve Hay | Note that five new meta/pod tests are excluded from... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
H.Merijn Brand | Config-Perl-V 0.19 released |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Nicholas Clark | No need to prefix $(LDLIBPTH) when running $(CC) to... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Steve Hay | Update Socket from 2.010 to 2.011 |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Tony Cook | [perl #118525] make it work on threaded builds |
commit | commitdiff | tree | snapshot |
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 |
next |