Perl 5 Commit Summary

[email protected] (Perl 5 commit summary)
Newsgroups perl.perl5.porters
Message-ID <[email protected]>
Perl 5 commit summary, activity since Saturday

Current branch blead
19 commits.  5 unique authors.  4 unique committers.
237 files changed, 3737 insertions(+), 2502 deletions(-)
Thanks, applied:  James E Keenan (1)
Snapshot: http://github.com/Perl/perl5/tarball/1fe3afe32590212c

  S_flatten_inner_branches - change my_nalt type from U64 to UV
  Richard Leach               1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1fe3afe32590212c

  [MERGE] allow set regex SL cache delay from code
  David Mitchell              2 parents
  https://github.com/Perl/perl5/commit/4efa86a1c34009ed

  update perlreguts.pod with new cache delay options
  David Mitchell              1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/61a54b7925b6aee8

  Support $PERL_RE_SUPERLINEAR_CACHE_DELAY env var
  David Mitchell              3 files changed, 31 insertions(+)
  https://github.com/Perl/perl5/commit/0a6662e57d63616f

  add ${^RE_SUPERLINEAR_CACHE_DELAY}
  David Mitchell              5 files changed, 75 insertions(+)
  https://github.com/Perl/perl5/commit/6af0a33e769948cd

  allow magic global vars to start with ${^R...}
  David Mitchell              6 files changed, 9 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/cf996b5b09f66732

  Add PL_re_superlinear_cache_delay variable
  David Mitchell              4 files changed, 28 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/d4c8e641e5510fa4

  Perldelta entry for nested regop BRANCH flattening
  Richard Leach               1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/4155d8589cc6d45e

  t/re/opt.t - add tests for nested branch flattening
  Richard Leach               2 files changed, 26 insertions(+)
  https://github.com/Perl/perl5/commit/68787dde3f0f228c

  S_reg - add static helper for flattening nested branches
  Richard Leach               2 files changed, 224 insertions(+)
  https://github.com/Perl/perl5/commit/9dda41b1191ea601

  Allow declaring a parameter UNUSED
  Karl Williamson             6 files changed, 60 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/b35a6ea61ae02070

  embed.fnc: Revise/clarify some comments
  Karl Williamson             1 file changed, 34 insertions(+), 32 deletions(-
  https://github.com/Perl/perl5/commit/b5b658b937f84295

  proto.h: Use STMT_START { ... } STMT_END in ARGS_ASSERTs
  Karl Williamson             2 files changed, 2844 insertions(+), 2253 deleti
  https://github.com/Perl/perl5/commit/297419322ee1dd1c

  regen/embed.pl: Fix inteneded line wrap to 78
  Karl Williamson             2 files changed, 235 insertions(+), 207 deletion
  https://github.com/Perl/perl5/commit/d4932c6f2e785d1d

  regen/embed.pl: Indent code surrounded by new block
  Karl Williamson             1 file changed, 12 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/e014800530bc186e

  regen/embed.pl: Prepare for handling extra arrays
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/7f626cb40746206d

  regen/embed.pl: Change variable name
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/ba502f9c99f649d4

  cpan/Test-Simple - Update to version 1.302225
  Chad Granum                 204 files changed, 363 insertions(+), 204 deleti
  https://github.com/Perl/perl5/commit/7ccacb240fc8d305

  Rename 4 test files to reflect GH issue numbers
  James E Keenan              5 files changed, 21 insertions(+), 18 deletions(
  https://github.com/Perl/perl5/commit/d7b449650009250a

Current branch yves/new_trie
3 commits.  1 unique author.  1 unique committer.
380 files changed, 10686 insertions(+), 6749 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/321721f409c21788

  regex engine - compile tries using utf8 octets as the internal encoding
  Yves Orton                  31 files changed, 2269 insertions(+), 1677 delet
  https://github.com/Perl/perl5/commit/321721f409c21788

  regex engine - widen trie word indexes to U32
  Yves Orton                  4 files changed, 14 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/7911496ee92771d1

  regex engine - get rid of 16 bit values, use 32 bit values for charid
  Yves Orton                  3 files changed, 19 insertions(+), 19 deletions(
  https://github.com/Perl/perl5/commit/fcdd48b5b72f387c

Martian commit 8923b7d5f3087d48dc0089a493d1349953d8e721
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8923b7d5f3087d48

  S_flatten_inner_branches - change my_nalt type from U64 to UV
  Richard Leach               1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/8923b7d5f3087d48

Martian commit a858a77ee9d0ea0bdf1bf45af665955994bfce94
3 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/a858a77ee9d0ea0b

  Perldelta entry for nested regop BRANCH flattening
  Richard Leach               1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/a858a77ee9d0ea0b

  t/re/opt.t - add tests for nested branch flattening
  Richard Leach               2 files changed, 26 insertions(+)
  https://github.com/Perl/perl5/commit/4232931af1042b32

  S_reg - add static helper for flattening nested branches
  Richard Leach               2 files changed, 224 insertions(+)
  https://github.com/Perl/perl5/commit/1c71e3b49f298b43

Ignored 84 GitHub auto-generated merge commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.