This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-02-12 Karl Williamsonregcomp.h: Rmv false comments
2014-02-12 Karl Williamsonregexec.c, locale.c: Silence some compiler warnings
2014-02-12 Chris 'BinGOs... Update CGI to CPAN version 3.65
2014-02-10 Ricardo Signesacknowledgements: use $^X when running sub-perl
2014-02-10 Ricardo Signestweak Porting/acknowledgements.pl to avoid awk and...
2014-02-10 Gavin Shelleyprovide a more limited change-count for acknowledgements.pl
2014-02-10 Matthew HorsfallAdd some examples to cv_set_call_checker and wrap_op_ch...
2014-02-10 Chris 'BinGOs... Update IO-Socket-IP to CPAN version 0.28
2014-02-10 Chris 'BinGOs... Add IO-Socket-IP to Maintainers.pl
2014-02-10 Steffen Muellerpp_concat: Only call SvPV_force_nolen when needed
2014-02-09 Chris 'BinGOs... Update Module-Build to CPAN version 0.4205
2014-02-09 Chris 'BinGOs... Update Pod-Escapes to CPAN version 1.05
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-09 Father ChrysostomosIncrease $mro::VERSION to 1.15
2014-02-09 Father ChrysostomosUse HEKfARG in mro.xs
2014-02-09 Father Chrysostomos[perl #120374] Stop for($h{k}||'') from vivifying
2014-02-09 Father ChrysostomosRemove DREFed flag from Concise.pm
2014-02-09 Father ChrysostomosIncrease $B::Concise::VERSION to 0.992
2014-02-09 Father ChrysostomosExpand tabs in diagnostics.pm
2014-02-09 Father Chrysostomosdiagnostics.pm: Eliminate $WHOAMI
2014-02-09 Father ChrysostomosIncrease $diagnostics::VERSION to 1.34
2014-02-09 Father Chrysostomosperldiag: Wrap long lines
2014-02-09 Father Chrysostomosperldiag: Don’t use dev version numbers
2014-02-09 Father Chrysostomosperldiag: Consistent spaces after dots
2014-02-09 Father ChrysostomosAnother perldelta typo
2014-02-09 Father ChrysostomosAlphabetise perldiag
2014-02-09 Father Chrysostomosperldelta typo
2014-02-08 David Mitchell[MERGE] fix and refactor re_intuit_start()
2014-02-08 David Mitchellre_intuit_start(): add comments about check_ix
2014-02-08 David Mitchellre_intuit_start(): assert fixed+float dont overlap
2014-02-08 David Mitchellre_intuit_start(): in MBOL block, eliminate t var
2014-02-08 David Mitchellre_intuit_start(): MBOL use char for float max
2014-02-08 David Mitchellre_intuit_start(): MBOL limit in chars not bytes
2014-02-08 David Mitchellre_intuit_start(): remove other_last = rx_origin
2014-02-08 David Mitchellre_intuit_start(): don't decrease other_last
2014-02-08 David Mitchellre_intuit_start(): make assert unconditional
2014-02-08 David Mitchellre_intuit_start(): update comments in /^../m block
2014-02-08 David Mitchellre_intuit_start(): use memchr() to find \n
2014-02-08 David Mitchellre_intuit_start(): s/i_strpos/strpos/g
2014-02-08 David Mitchellre_intuit_start(): keep strpos constant
2014-02-08 David Mitchellre_intuit_start(): re-indent code
2014-02-08 David Mitchellre_intuit_start(): move label after var decls
2014-02-08 David Mitchellre_intuit_start(): unconditionally init other_last
2014-02-08 David Mitchellre_intuit_start(): don't decrease rx_origin
2014-02-08 David Mitchellre_intuit_start(): format a ?: expression better
2014-02-08 David Mitchellre_intuit_start(): remove obsolete comment
2014-02-08 David Mitchellre_intuit_start(): eliminate s as func-wide var
2014-02-08 David Mitchellre_intuit_start(): pass rx_origin in/out stclass
2014-02-08 David Mitchellre_intuit_start(): localise 's' in abs anch branch
2014-02-08 David Mitchellre_intuit_start(): simplify the /^.../m condition
2014-02-08 David Mitchellre_intuit_start(): re-indent block after last mod
2014-02-08 David Mitchellre_intuit_start(): rearrange /^/m code
2014-02-08 David Mitchellre_intuit_start(): remove redundant assignment
2014-02-08 David Mitchellre_intuit_start(): give "other" block it's own 's'
2014-02-08 David Mitchellre_intuit_start(): eliminate 's' from "check" code
2014-02-08 David Mitchellre_intuit_start(): eliminate saved_s var
2014-02-08 David Mitchellre_intuit_start(): localise t
2014-02-08 David Mitchellre_intuit_start(): remove try_at_* labels
2014-02-08 David Mitchellre_intuit_start(): simplify check-only origin test
2014-02-08 David Mitchellre_intuit_start(): merge anch and float "other"
2014-02-08 David Mitchellre_intuit_start(): calc fbm_instr() end in bytes
2014-02-08 David Mitchellre_intuit_start(): move a line of code earlier
2014-02-08 David Mitchellre_intuit_start(): re-indent after brace removal
2014-02-08 David Mitchellre_intuit_start(): move do_other_anchored label up
2014-02-08 David Mitchellre_intuit_start(): reduce use of *_offset macros
2014-02-08 David Mitchellre_intuit_start(): harmonise other_last++
2014-02-08 David Mitchellre_intuit_start(): simplify other=anchored block
2014-02-07 David Mitchellre_intuit_start(): add tmp assertion
2014-02-07 David Mitchellre_intuit_start(): fixup some code comments
2014-02-07 David Mitchellre_intuit_start(): update rx_origin after check
2014-02-07 David Mitchellregex substrs: record index of check substr
2014-02-07 David Mitchellre_intuit_start(): use the rx_origin var more
2014-02-07 David Mitchellre_intuit_start(): introduce rx_origin var
2014-02-07 David Mitchellre_intuit_start(): use different var for tmp value
2014-02-07 David Mitchellre_intuit_start(): substr SV cannot be undef
2014-02-07 David Mitchellre_intuit_start(): simplify fixed offset_max code
2014-02-07 David Mitchellre_intuit_start(): thinko from a few commits ago
2014-02-07 David MitchellPerl_regexec_flags(): use HOP4c in another place
2014-02-07 David Mitchellre_intuit_start(): bias last* vars; revive reghop4
2014-02-07 David Mitchellre_intuit_start(): add some more code comments
2014-02-07 David Mitchellre_intuit_start(): delete srch_(start|end)_shift
2014-02-07 David Mitchellre_intuit_start(): assert substr offsets are >= 0.
2014-02-07 David Mitchellre_intuit_start(): fix another utf8 slowdown
2014-02-07 David Mitchellre_intuit_start(): document floating code better
2014-02-07 David Mitchellre_intuit_start(): add more debugging output
2014-02-07 David Mitchellre_intuit_start(): simplify ml_anch evaluation
2014-02-07 David Mitchelltest for single-line ^ within /m
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-07 David Mitchellre_intuit_start(): add comments to a block of code
2014-02-07 David Mitchellre_intuit_start(): refactor an if/else block
2014-02-07 David Mitchellre_intuit_start(): rationalise ml_anch var
2014-02-07 David Mitchellre_intuit_start(); eliminate max_shift var
2014-02-07 David Mitchellre_intuit_start(): merge two similar code branches
2014-02-07 David Mitchellre_intuit_start(): factor out some common code
2014-02-07 David Mitchellregexp.h: document the fields of reg_substr_datum
2014-02-07 David MitchellRT#120692 slow intuit with long utf8 strings
2014-02-07 David Mitchellre_intuit_start(): re-indent a block of code
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-07 Tony Cookperldelta updates
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
next