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
40 commits.  3 unique authors.  3 unique committers.
22 files changed, 825 insertions(+), 411 deletions(-)

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

  regexec.c: Fix typo in comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b116971bb0305e1b

  embed.fnc: Add string assertions for dump_exec_pos
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/fc3b1a70c0305f03

  embed.fnc: Add string assertions for debug_start_match
  Karl Williamson             2 files changed, 4 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/0a0ad01f4fae0be7

  embed.fnc: Change EPTR get_quantifier_value assert to gt
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/dfd074287b6995b8

  embed.fnc: Change EPTR assert for regcurly to gt
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/061aef76b41f227f

  pp_pack.c: Add missing 'S_' to function names
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/e68167c560f4d82a

  embed.fnc: Add string assertions for utf8_hop_forward...
  Karl Williamson             2 files changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/2d5fdadd632a5a56

  embed.fnc: Add string assertions for grok_numeric_radix
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/8ca6f48d1a44126e

  embed.fnc: grok_bslash_[ox]: Use EPTR_gt
  Karl Williamson             2 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/280d4b1d306579e1

  embed.fnc: Add string asserts for first_symbol,need_utf8:
  Karl Williamson             2 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/7941a78b40d71f66

  embed.fnc: Add string asserts for EPTR for variant_under_utf8_count
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/009870150bc52213

  embed.fnc: Add EPTR for pos_b2u_midway
  Karl Williamson             2 files changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/27c12d7b8ffc56d2

  embed.fnc: Add string assertions for isSCRIPTRUN
  Karl Williamson             3 files changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/57a9a3d8ff16b101

  embed.fnc: Update comments for macro visibility changes
  Karl Williamson             1 file changed, 24 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/46376544f2451414

  embed.fnc: Generalize comments to apply beyond functions
  Karl Williamson             1 file changed, 43 insertions(+), 41 deletions(-
  https://github.com/Perl/perl5/commit/62d42586b12ca2c1

  embed.fnc: Clarify a couple comments
  Karl Williamson             1 file changed, 10 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/f6327fd9508c6c8c

  embed.fnc: Make important comment prominent
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6bd056401c897243

  embed.fnc: Remove irrelevant comment
  Karl Williamson             1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/6639e505e90d6c30

  embed.fnc: Remove obsolete comment
  Karl Williamson             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/1001bfec0bd325b9

  embed.fnc: Remove obsolete comments
  Karl Williamson             1 file changed, 2 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/8a46b02e7660feef

  embed.fnc: Fix misspelling in comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8ae436df76f4d6ce

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

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

  POSIX/t/time.t: Add tests for DST changes
  Karl Williamson             1 file changed, 121 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/ecba154a518b40b1

  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/0ff7fef53ef3e1be

  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/93d62c0706b68fe1

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

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

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

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

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

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

  perlapi: Move apidoc lines to proper place
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/6dc6bb9e401d61b5

  Inline Perl_grok_(bin|oct|hex)
  Karl Williamson             6 files changed, 159 insertions(+), 163 deletion
  https://github.com/Perl/perl5/commit/6b6a828b0a0a1c7c

  Add definitions for [IU}V_BITS to perl.h
  Karl Williamson             3 files changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/d957e95daa0143d6

  perldelta for B::COP::label, B::PVOP::pv utf8 fixes
  Tony Cook                   2 files changed, 10 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/d469fd11be24bb23

  B: honor the UTF-8-ness of the pv in B::PVOP::pv
  Tony Cook                   2 files changed, 24 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/88b4764e11784dc6

  B: honor the UTF-8-ness of the label in B::COP::label
  Tony Cook                   3 files changed, 49 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/134605c24764d7d9

  Provide `B::UNOP_AUX::string` support for `OP_MULTIPARAM`
  Paul Evans                  4 files changed, 140 insertions(+), 1 deletion(-
  https://github.com/Perl/perl5/commit/09c977ddca19a427

  Some minor whitespace fixes in ext/B/B.xs
  Paul Evans                  1 file changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/f4e053ca9a7974b4

Current branch davem/xs_fixups
1 commit.  1 unique author.  1 unique committer.
1 file changed, 14 insertions(+), 2 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/7af02c82fe52c151

  ParseXS: update Changes
  David Mitchell              1 file changed, 14 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/7af02c82fe52c151

Current branch haarg/undefined-import-warning
1 commit.  1 unique author.  1 unique committer.
13 files changed, 190 insertions(+), 83 deletions(-)

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

  make calling an undefined import method a warning
  Graham Knop                 8 files changed, 57 insertions(+), 53 deletions(
  https://github.com/Perl/perl5/commit/c561490a49a5f2fd

Martian commit d0f76fe4b9b16ddb46fd67a1d588db8b436868ba
12 commits.  1 unique author.  1 unique committer.

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

  embed.fnc: Add string assertions for dump_exec_pos
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/d0f76fe4b9b16ddb

  embed.fnc: Add string assertions for debug_start_match
  Karl Williamson             2 files changed, 4 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/07d49af353e20c7b

  embed.fnc: Change EPTR get_quantifier_value assert to gt
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/6bb2baafbb7419ce

  embed.fnc: Change EPTR assert for regcurly to gt
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d8c36837397dc7cf

  pp_pack.c: Add missing 'S_' to function names
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/bb327bde4ea664c5

  embed.fnc: Add string assertions for utf8_hop_forward...
  Karl Williamson             2 files changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/cfa7913ffec19eda

  embed.fnc: Add string assertions for grok_numeric_radix
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/b64f7dc6778d9b8e

  embed.fnc: grok_bslash_[ox]: Use EPTR_gt
  Karl Williamson             2 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/d1a1b4a53d3058ab

  embed.fnc: Add string asserts for first_symbol,need_utf8:
  Karl Williamson             2 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/841aa70d653b82bc

  embed.fnc: Add string asserts for EPTR for variant_under_utf8_count
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/24865b6c1003ad69

  embed.fnc: Add EPTR for pos_b2u_midway
  Karl Williamson             2 files changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/be97bf3f3538246e

  embed.fnc: Add string assertions for isSCRIPTRUN
  Karl Williamson             3 files changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/07dee7998038e909

Martian commit 33cb97c100b5b9c0035897fd32139f4279dc304f
3 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/33cb97c100b5b9c0

  perldelta for B::COP::label, B::PVOP::pv utf8 fixes
  Tony Cook                   2 files changed, 10 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/33cb97c100b5b9c0

  B: honor the UTF-8-ness of the pv in B::PVOP::pv
  Tony Cook                   2 files changed, 24 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/66172133f0669045

  B: honor the UTF-8-ness of the label in B::COP::label
  Tony Cook                   4 files changed, 50 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/5e1fb2064eac36b4

Martian commit 8b47bd2e482bf499d177c964494106ca4b913616
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8b47bd2e482bf499

  Add definitions for [IU}V_BITS to perl.h
  Karl Williamson             3 files changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/8b47bd2e482bf499

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