Perl 5 Commit Summary

Perl 5 commit summary <[email protected]>
Newsgroups gmane.comp.lang.perl.perl5.porters
Message-ID <[email protected]>
Perl 5 commit summary, activity since Wednesday

Current branch blead
14 commits.  4 unique authors.  4 unique committers.
43 files changed, 1726 insertions(+), 409 deletions(-)
Net code removal: Lukas Mai (3 lines)

Snapshot: http://github.com/Perl/perl5/tarball/3a654eb4cb914ff9

  perlsub: delete reference to removed attrs.pm
  Lukas Mai                   1 file changed, 3 deletions(-)
  https://github.com/Perl/perl5/commit/3a654eb4cb914ff9

  perlreguts: tweaks to super-liner cache section
  David Mitchell              1 file changed, 16 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/f96d951d6089a88b

  Recognise a `./Configure -Dusevaluemagic` to enable value magic
  Paul Evans                  17 files changed, 90 insertions(+), 7 deletions(
  https://github.com/Perl/perl5/commit/fcc6e7dc0663265a

  Create value magic
  Paul Evans                  20 files changed, 927 insertions(+), 14 deletion
  https://github.com/Perl/perl5/commit/e88e67371f72c106

  Add TAINT_IF_SV() helper macro
  Paul Evans                  4 files changed, 12 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/c5fbe2425ab33529

  Define a new interpreter var for value magic annotations
  Paul Evans                  4 files changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/318b750c2b51cdb8

  Use getlocalename_l() if available
  Karl Williamson             6 files changed, 113 insertions(+), 32 deletions
  https://github.com/Perl/perl5/commit/1437fed36a7e7453

  Revert "regen/embed.pl:  Hide most KEY_foo symbols from XS"
  Karl Williamson             3 files changed, 263 insertions(+), 263 deletion
  https://github.com/Perl/perl5/commit/9d22853fa9dd453f

  regcomp_study.c: fix an indentation
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1ef8980377505a16

  regex debug: always show push/pop stack index
  David Mitchell              1 file changed, 11 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/f7f8aaeea84645e6

  regex: improve SLC debugging output slightly
  David Mitchell              1 file changed, 16 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/9489aebee4a2909b

  Porting/todo.pod: update super-linear cache text
  David Mitchell              1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/a1674e62352268aa

  perlreguts.pod: add basic info on study_chunk()
  David Mitchell              1 file changed, 15 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/eef219a86910c50e

  regex: document the super-linear cache.
  David Mitchell              5 files changed, 271 insertions(+), 70 deletions
  https://github.com/Perl/perl5/commit/9776e50db40702ca

Current branch yves/caret_rng_hook
1 commit.  1 unique author.  1 unique committer.
474 files changed, 9842 insertions(+), 5528 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/176404cf59fb848d

  Add support for an ${^RNG} hook, along with support PCG randomization
  Yves Orton                  28 files changed, 1126 insertions(+), 18 deletio
  https://github.com/Perl/perl5/commit/176404cf59fb848d

Martian commit 843d66df43d1061677c16a14c7f6c706c7030a49
1 commit.  1 unique author.  1 unique committer.
Net code removal: Lukas Mai (3 lines)

Snapshot: http://github.com/Perl/perl5/tarball/843d66df43d10616

  perlsub: delete reference to removed attrs.pm
  Lukas Mai                   1 file changed, 3 deletions(-)
  https://github.com/Perl/perl5/commit/843d66df43d10616

Martian commit c82d1c203d32e8f2159da9af627b2d68b4011427
7 commits.  1 unique author.  1 unique committer.

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

  [parser] Extract for-itervars itervars declarations into `clause_itervars`
  Branislav Zahradník         1 file changed, 45 insertions(+), 66 deletions(-
  https://github.com/Perl/perl5/commit/c82d1c203d32e8f2

  [parser] Rename `for-itervars` variable(s) to `itervars`
  Branislav Zahradník         1 file changed, 24 insertions(+), 34 deletions(-
  https://github.com/Perl/perl5/commit/4031c223f5d6d9dd

  [parser] Add `clause_mexpr` to remove duplicated code
  Branislav Zahradník         1 file changed, 21 insertions(+), 31 deletions(-
  https://github.com/Perl/perl5/commit/8c812a4bf6970941

  [parser] Split `for` statement into two variants
  Branislav Zahradník         1 file changed, 13 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/cdd7b03379b20438

  [parser] Formalize KW_FOR as a keyword starting new lexical scope
  Branislav Zahradník         1 file changed, 11 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/ee65538383324a18

  [tests] New tests focused on scope behaviour of loop variables
  Branislav Zahradník         3 files changed, 239 insertions(+)
  https://github.com/Perl/perl5/commit/bfbb0bff9dc3a127

  [tests] New assert function `assume` with test message first
  Branislav Zahradník         2 files changed, 156 insertions(+)
  https://github.com/Perl/perl5/commit/d0a53eb41dae4f28

Martian commit 1b1130b082e67f48e349544ae7421387777af953
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/1b1130b082e67f48

  perlreguts: tweaks to super-liner cache section
  David Mitchell              1 file changed, 16 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/1b1130b082e67f48

Martian commit 406b3c3f9606f87bd0549551b15c12e92aca470b
4 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/406b3c3f9606f87b

  Recognise a `./Configure -Dusevaluemagic` to enable value magic
  Paul Evans                  17 files changed, 90 insertions(+), 7 deletions(
  https://github.com/Perl/perl5/commit/406b3c3f9606f87b

  Create value magic
  Paul Evans                  20 files changed, 927 insertions(+), 14 deletion
  https://github.com/Perl/perl5/commit/fe8c305e7cfd6f65

  Add TAINT_IF_SV() helper macro
  Paul Evans                  4 files changed, 12 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/2df15c9e1fb9fcce

  Define a new interpreter var for value magic annotations
  Paul Evans                  4 files changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/9e25793215c88fbb

Martian commit d65cac059c71ba01eff56fef84f43876713da7db
6 commits.  1 unique author.  1 unique committer.

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

  regcomp_study.c: fix an indentation
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d65cac059c71ba01

  regex debug: always show push/pop stack index
  David Mitchell              1 file changed, 11 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/97a352b453e196dc

  regex: improve SLC debugging output slightly
  David Mitchell              1 file changed, 16 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/c800ea350e0e9c43

  Porting/todo.pod: update super-linear cache text
  David Mitchell              1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1b2abc16e027334f

  perlreguts.pod: add basic info on study_chunk()
  David Mitchell              1 file changed, 15 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/0358a16e73d84a73

  regex: document the super-linear cache.
  David Mitchell              5 files changed, 271 insertions(+), 70 deletions
  https://github.com/Perl/perl5/commit/79567c3ec0c82810

Ignored 80 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.