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
23 commits.  5 unique authors.  4 unique committers.
36 files changed, 738 insertions(+), 464 deletions(-)
Thanks, applied:  Tony Cook (1)
Snapshot: http://github.com/Perl/perl5/tarball/1a8685b122f24691

  perldelta for fix embedding test on openbsd
  Tony Cook                   1 file changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/1a8685b122f24691

  openbsd: ensure we link to the built libperl.a, not the system libperl.a
  Tony Cook                   1 file changed, 16 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/3280ecb9af31b09f

  add API to test that libperl and the current executable are compatible
  Tony Cook                   7 files changed, 71 insertions(+)
  https://github.com/Perl/perl5/commit/f9f118a6a6940e26

  perldelta for sort of overloaded numbers fix
  Tony Cook                   1 file changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d3b011a46eb2aff7

  sort: correctly sort "0+" overloaded values
  Tony Cook                   4 files changed, 19 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/4f2e1c0f3037cfb1

  sort: test numeric handling of optimized amagic ordering
  Tony Cook                   1 file changed, 17 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d41bbc909abb0005

  t/lib/croak/toke: "Unterminated q//" test now properly tests q//
  TAKAI Kousuke               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3fd4a0966fbdce58

  change calling a missing import method into a warning
  Graham Knop                 8 files changed, 155 insertions(+), 152 deletion
  https://github.com/Perl/perl5/commit/ca3b185cc9b51a88

  perlapi: Use new 'apidoc_flag' lines
  Karl Williamson             15 files changed, 240 insertions(+), 244 deletio
  https://github.com/Perl/perl5/commit/6f673187e4234cd6

  Add 'apidoc-flag' to perlapi generation
  Karl Williamson             4 files changed, 121 insertions(+), 23 deletions
  https://github.com/Perl/perl5/commit/278e3a0f241c7c11

  embed.pl: Get stored visibility if not explicit
  Karl Williamson             2 files changed, 2 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/4d19083e23251232

  embed.pl: Keep track of input line number for debug
  Karl Williamson             1 file changed, 29 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/9a06cf093fd06a4a

  embed.pl: Build up re's from smaller ones
  Karl Williamson             1 file changed, 7 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/eafb9b330d30edc1

  embed.pl: Default Perl reserveds are always visible
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/9960f7afaf9b4824

  embed.pl: Skip embedvar.h in calculating visibility
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/232de31997605a70

  Fix up some intrpvar variable visibilities
  Karl Williamson             2 files changed, 7 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/6ca7d2f9611c64bc

  embed.pl: Mv line to avoid a pattern match
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/72af034b4040a04f

  embed.pl: Clarify code, add comment
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d486815ba4077571

  embed.pl: White-space/comments only
  Karl Williamson             1 file changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/b33c0f81bde58bb7

  perlapi: Combine synonyms SvUVX, SvUVXx
  Karl Williamson             1 file changed, 7 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/3bad0ae111526c22

  perlapi: SvUVX needs SvUOK to be true; not SvIOK
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/97528df455994d38

  Add a test for GH #16943 assertion failure
  Richard Leach               1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/5eb6a00307ae0aa7

  t/op/cond.t - add a specific test for GH#18576
  Richard Leach               1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/f747bb18d7b6b009

Current branch haarg/undefined-import-warning
1 commit.  1 unique author.  1 unique committer.
111 files changed, 5147 insertions(+), 2411 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/969d59800c4ea4b2

  change calling a missing import method into a warning
  Graham Knop                 8 files changed, 155 insertions(+), 152 deletion
  https://github.com/Perl/perl5/commit/969d59800c4ea4b2

Current branch maint-5.42
10 commits.  1 unique author.  1 unique committer.
7 files changed, 188 insertions(+), 120 deletions(-)
Thanks, applied:  Steve Hay (10)
Snapshot: http://github.com/Perl/perl5/tarball/f19d2c340c0674de

  perldelta for GH #23878
  Karl Williamson             1 file changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/f19d2c340c0674de

  perlapi: Add extensive strftime documentation
  Karl Williamson             2 files changed, 127 insertions(+), 74 deletions
  https://github.com/Perl/perl5/commit/278dfeb2601034e5

  POSIX/t/time.t: tzset() works on Windows; not MingW
  Karl Williamson             1 file changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/398f4d34b779c425

  POSIX/t/time.t: Extract common code to single place
  Karl Williamson             1 file changed, 9 insertions(+), 10 deletions(-)
  https://github.com/Perl/perl5/commit/351f61f9dff7d545

  POSIX.xs: Properly take daylight savings into account
  Karl Williamson             2 files changed, 3 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/3a828c0f51971eaf

  my_strftime(): Properly take daylight savings into account
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/95a6ebda4042db67

  locale.c: ints_to_tm: Fix #if's
  Karl Williamson             1 file changed, 24 insertions(+), 23 deletions(-
  https://github.com/Perl/perl5/commit/b62ff81707d99155

  locale.c: Slight comment clarification
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/82ace4467b92f48c

  locale.c: Silence unused variable compiler warning
  Karl Williamson             1 file changed, 6 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/a3a6763d0e656d62

  posix.t: Properly populate optional fields to strtime
  Karl Williamson             1 file changed, 6 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/9dce4787ecf375b3

Current branch maint-votes
1 commit.  1 unique author.  1 unique committer.
1 file changed, 4 deletions(-)
Net code removal: Steve Hay (4 lines)

Snapshot: http://github.com/Perl/perl5/tarball/9d5f6d81c5dc6c79

  Remove cherry-picked commit
  Steve Hay                   1 file changed, 4 deletions(-)
  https://github.com/Perl/perl5/commit/9d5f6d81c5dc6c79

Current branch smoke-me/tonyc/22125-openbsd-embed
3 commits.  1 unique author.  1 unique committer.
790 files changed, 135161 insertions(+), 64550 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/5d39492ca2f2fa19

  perldelta for fix embedding test on openbsd
  Tony Cook                   1 file changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/5d39492ca2f2fa19

  openbsd: ensure we link to the built libperl.a, not the system libperl.a
  Tony Cook                   1 file changed, 16 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/5cb582b0744fa318

  add API to test that libperl and the current executable are compatible
  Tony Cook                   7 files changed, 71 insertions(+)
  https://github.com/Perl/perl5/commit/bf42159861572ce5

Martian commit e4a30070153debbb3a21b71080621c3b1095eceb
1 commit.  1 unique author.  1 unique committer.

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

  t/lib/croak/toke: "Unterminated q//" test now properly tests q//
  TAKAI Kousuke               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e4a30070153debbb

Martian commit cf76cfcbcaa2f45266492add72d9ef21c1b238ff
11 commits.  1 unique author.  1 unique committer.

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

  perlapi: Use new 'apidoc_flag' lines
  Karl Williamson             15 files changed, 240 insertions(+), 244 deletio
  https://github.com/Perl/perl5/commit/cf76cfcbcaa2f452

  Add 'apidoc-flag' to perlapi generation
  Karl Williamson             4 files changed, 121 insertions(+), 23 deletions
  https://github.com/Perl/perl5/commit/6890088c850a8130

  embed.pl: Get stored visibility if not explicit
  Karl Williamson             2 files changed, 2 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/724b2cdcb26112dd

  embed.pl: Keep track of input line number for debug
  Karl Williamson             1 file changed, 29 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/2baedb3c0d41ba49

  embed.pl: Build up re's from smaller ones
  Karl Williamson             1 file changed, 7 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1c8d020ab30cd735

  embed.pl: Default Perl reserveds are always visible
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/ad5e5ec91d3b0679

  embed.pl: Skip embedvar.h in calculating visibility
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/da421da9f0ccd924

  Fix up some intrpvar variable visibilities
  Karl Williamson             2 files changed, 7 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/882a6bbacba0ac5a

  embed.pl: Mv line to avoid a pattern match
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/00de1bd937190995

  embed.pl: Clarify code, add comment
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/9616efd12878560c

  embed.pl: White-space/comments only
  Karl Williamson             1 file changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/fd10d1c9302aca9f

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

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

  perldelta for sort of overloaded numbers fix
  Tony Cook                   1 file changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1a12934e2d7edc96

  sort: correctly sort "0+" overloaded values
  Tony Cook                   4 files changed, 19 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/f322e2dcdb209d20

  sort: test numeric handling of optimized amagic ordering
  Tony Cook                   1 file changed, 17 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5913c5a4c8889efe

Martian commit 93dce4c903f511fdf11978592881df80445a4d45
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/93dce4c903f511fd

  perlapi: Combine synonyms SvUVX, SvUVXx
  Karl Williamson             1 file changed, 7 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/93dce4c903f511fd

  perlapi: SvUVX needs SvUOK to be true; not SvIOK
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a7d91a785ed495fc

Martian commit 453cc178249c7e1c60cda997d761cff5056484a2
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/453cc178249c7e1c

  Add a test for GH #16943 assertion failure
  Richard Leach               1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/453cc178249c7e1c

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