develooper Front page | perl.perl5.porters | Postings from June 2021

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
June 30, 2021 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20210630031121.E6DC7E4A53@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
15 commits.  6 unique authors.  5 unique committers.
74 files changed, 5140 insertions(+), 5004 deletions(-)
Thanks, applied:  Nicholas Clark (4) Leon Timmermans (1) Tony Cook (1)
                  James E Keenan (1) Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/6a2e93d94928fd30

  utf8_length: Fix undefined C behavior
  Karl Williamson             1 file changed, 18 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/6a2e93d94928fd30

  perldiag: numer -> number typo fix
  Christian Walde             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a53cc5a4d7455fe0

  Pod::Simple: synch with CPAN version 3.43
  Karl Williamson             28 files changed, 29 insertions(+), 29 deletions
  https://github.com/Perl/perl5/commit/5ca44b31666a6e5e

  Remove :win32 PerlIO layer
  Leon Timmermans             14 files changed, 56 insertions(+), 520 deletion
  https://github.com/Perl/perl5/commit/ce45800fdbb12c74

  Merge branch 'pod2html-single-tempdir-20210510' into blead
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/ddf86ab3dc887706

  ext/Pod-Html/t/*.t: Have each file run in tempdir
  James E Keenan              25 files changed, 4796 insertions(+), 4051 delet
  https://github.com/Perl/perl5/commit/8433f82996ead276

  Copy the test bootstrapping order from t/TEST to t/README
  Nicholas Clark              1 file changed, 12 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/fc0b7d587a8d0543

  Avoid some conditionals in is...UTF8_CHAR()
  Karl Williamson             1 file changed, 26 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/ffea7477df4e1516

  Makefile.SH: Fixes for z/OS
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/5678ce7977e423bd

  fix new libperl.t 'no symbols' warning on darwin
  David Marshall              1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4fc148a826147133

  Add David Marshall to AUTHORS.
  Nicholas Clark              1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/d2f68c83aa269a7b

  perlio.c: Don't wrongly conditionally compile
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/31e7fc2343eca7db

  utfebcdic.h: Remove obsolete #defines
  Karl Williamson             1 file changed, 243 deletions(-)
  https://github.com/Perl/perl5/commit/7155ed70c3670762

  Update hints/os390.sh
  Karl Williamson             1 file changed, 138 insertions(+), 70 deletions(
  https://github.com/Perl/perl5/commit/b18c343e06901912

  hints/os390.sh: White-space/comment only
  Karl Williamson             1 file changed, 54 insertions(+), 52 deletions(-
  https://github.com/Perl/perl5/commit/6004378c556c66e2

Current branch smoke-me/jkeenan/scope-h-build-time-warning-20210625
6 commits.  1 unique author.  1 unique committer.
46 files changed, 5097 insertions(+), 4964 deletions(-)

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

  Restore previous code but suppress warning in this case
  James E Keenan              1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/f871baec2aa5cb33

  Eliminate duplicate condition
  James E Keenan              1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/da2201e229e036af

  Apply strEQ to first part of condition
  James E Keenan              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/9aba91a58111429a

  I can move (char*)name up to end of previous line
  James E Keenan              1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/98b458bf57a12f73

  I can bring == up to end of previous line
  James E Keenan              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/cd35611a704c907a

  I can add starting and ending whitespace
  James E Keenan              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/12f91a24478ac38d

Current branch smoke-me/nicholas/pp_iter
12 commits.  1 unique author.  1 unique committer.
77 files changed, 5216 insertions(+), 5073 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/0c36ae8bb7516a41

  perldelta for n-at-a-time for loops.
  Nicholas Clark              1 file changed, 10 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/0c36ae8bb7516a41

  n-at-a-time for loops now warn by default (as 'experimental::for_list').
  Nicholas Clark              4 files changed, 54 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/8fbfa368bb53242a

  Add a new warning experimental::for_list.
  Nicholas Clark              3 files changed, 18 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/7df39b3f10dd2706

  Move reading CxTYPE(cx) out of the loop, to be clear that it doesn't change.
  Nicholas Clark              1 file changed, 10 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/dc04eb6f347eaa39

  B::Deparse now handles n-at-a-time for.
  Nicholas Clark              2 files changed, 23 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/a5dd876a0d2dfd21

  B::Concise now handles n-at-a-time for.
  Nicholas Clark              2 files changed, 133 insertions(+), 2 deletions(
  https://github.com/Perl/perl5/commit/2caf176618da38cc

  Regression tests and documentation for n-at-a-time for.
  Nicholas Clark              3 files changed, 377 insertions(+)
  https://github.com/Perl/perl5/commit/4909d02683925fba

  Implement n-at-a-time for loops.
  Nicholas Clark              5 files changed, 1095 insertions(+), 1013 deleti
  https://github.com/Perl/perl5/commit/ff2aaa4dfbebb07d

  Generate the optree for n-at-a-time for loops.
  Nicholas Clark              1 file changed, 62 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/f4f04b7b73577360

  Iterate for loops $n-at-a-time in PP_ITER.
  Nicholas Clark              1 file changed, 70 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/50d9cfcc12ede7bc

  Re-indent the case statement in pp_iter, ready for the next commit.
  Nicholas Clark              1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/9ceb73f00a6824f7

  Tests for existing for loop optrees.
  Nicholas Clark              2 files changed, 192 insertions(+)
  https://github.com/Perl/perl5/commit/68e3f8f4a90c9a80

New branch smoke-me/tonyc/18936-xlocale-as-needed
1 commit.  1 unique author.  1 unique committer.

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

  only #include <xlocale.h> when it is actually needed
  Tony Cook                   14 files changed, 77 insertions(+), 7 deletions(
  https://github.com/Perl/perl5/commit/fcaf0ac32a1ca480

Deleted branch leont/win32io-ectomy

Martian commit da9d8aa047ab4e181ad3357c1cbbda7f7470964e
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/da9d8aa047ab4e18

  Merge 5130e91868a3b558f1ee333a44178cd8005921d3 into 6a2e93d94928fd304ef9a182
  Tony Cook                   2 parents
  https://github.com/Perl/perl5/commit/da9d8aa047ab4e18

Martian commit 298d1e160057ba0a536f66827f9a3b4a462aca83
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/298d1e160057ba0a

  Merge 348187ad3becd036b0864045da65150eb8e3715f into 6a2e93d94928fd304ef9a182
  Richard Leach               2 parents
  https://github.com/Perl/perl5/commit/298d1e160057ba0a

Martian commit 5930041237e79147f2c0198ae769cba16eed60fd
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5930041237e79147

  Merge 2d2e06c380fdeca9b015b4928d543fed575988f7 into 6a2e93d94928fd304ef9a182
  Nicholas Clark              2 parents
  https://github.com/Perl/perl5/commit/5930041237e79147

Martian commit 91c0a54a3b5159aa668d18a8dbe5f71f95d67077
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/91c0a54a3b5159aa

  Merge 9ff9c99b72d4a5d0e2ccbbe726b6b306cfbe4c0f into 6a2e93d94928fd304ef9a182
  Karl Williamson             2 parents
  https://github.com/Perl/perl5/commit/91c0a54a3b5159aa

Martian commit 6b9c42afa1c1e158f30c7688de2f2a813fc697ab
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6b9c42afa1c1e158

  Merge edd0d0504a043a3010c8f7be1dc71652aa4459e4 into 6a2e93d94928fd304ef9a182
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/6b9c42afa1c1e158

Martian commit 8558b6efbecac76b03add57c8126fc7961f4664f
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8558b6efbecac76b

  Merge 0bdb27ca534cf3b70c632e710943f14fba907013 into 6a2e93d94928fd304ef9a182
  Biswapriyo Nath             2 parents
  https://github.com/Perl/perl5/commit/8558b6efbecac76b

Martian commit 034f036cfef31bce2014cbbf3e0ed582ab5eeb27
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/034f036cfef31bce

  Merge 21ae2e126c8282132a3e715d3c1e97bdc4b22d4b into 6a2e93d94928fd304ef9a182
  Biswapriyo Nath             2 parents
  https://github.com/Perl/perl5/commit/034f036cfef31bce

Martian commit 076a9fd08336f6cecd31cc6a7e7a1d97e0f582d0
9 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/076a9fd08336f6ce

  Merge a756bdefdfc1238626c046e6bdadccfc92341e42 into 6a2e93d94928fd304ef9a182
  Ricardo Signes              2 parents
  https://github.com/Perl/perl5/commit/076a9fd08336f6ce

  Porting/README.pod: add the new Porting files
  Ricardo Signes              1 file changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/a756bdefdfc12386

  MANIFEST: add new files to the manifest
  Ricardo Signes              1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/44ff479f9e7385cd

  perlgov: regenerate member list from tooling
  Ricardo Signes              1 file changed, 39 insertions(+), 30 deletions(-
  https://github.com/Perl/perl5/commit/f365c9c1e6ec1623

  perlgov-team-update: to generate new perlgov member listing
  Ricardo Signes              1 file changed, 26 insertions(+)
  https://github.com/Perl/perl5/commit/dfb2607048157547

  core-team: canonical machine-readable list
  Ricardo Signes              1 file changed, 35 insertions(+)
  https://github.com/Perl/perl5/commit/6826f4988d0c3ad8

  mailmap: add points-to-self entries for core team
  Ricardo Signes              1 file changed, 25 insertions(+)
  https://github.com/Perl/perl5/commit/812afadf7ce531c4

  mailmap: sort the file for easy scanning
  Ricardo Signes              1 file changed, 55 insertions(+), 55 deletions(-
  https://github.com/Perl/perl5/commit/2c8ec174c92b57fd

  mailmap: update rjbs canonical address
  Ricardo Signes              1 file changed, 2 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/e2fab6b11c974e4b

Martian commit 979bcb55f99ee1379a1a5a9ef10662cad65ef76b
5 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/979bcb55f99ee137

  Merge 53ae6182875570e403073841cc3fcfe27ab32c44 into 6a2e93d94928fd304ef9a182
  Ricardo Signes              2 parents
  https://github.com/Perl/perl5/commit/979bcb55f99ee137

  B::Deparse tests: turn on "switch" to test break() behavior
  Ricardo Signes              1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/53ae6182875570e4

  switches.t: stop testing that -E turns on ~~
  Ricardo Signes              1 file changed, 1 insertion(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/6da0509e628b9c80

  switches.t: stop testing that -E includes switch
  Ricardo Signes              1 file changed, 1 insertion(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/1d2a83844236d429

  feature.pm: drop "switch" from latest version bundle
  Ricardo Signes              3 files changed, 24 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/1fb19d89a00dc781

Martian commit f272ca1481eb06bf4aa407a9b57c4d0129a34672
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f272ca1481eb06bf

  Merge 70ae4f4eba57cfc420bbb85ac942aea5b498d3bb into 6a2e93d94928fd304ef9a182
  Nicholas Clark              2 parents
  https://github.com/Perl/perl5/commit/f272ca1481eb06bf

Martian commit 5f2a1d0dfbd657be25e24e94cf452d6657afae22
15 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5f2a1d0dfbd657be

  Merge 9fe9ca9bd15c43aa067484163a4b628b45676fb3 into 6a2e93d94928fd304ef9a182
  Karl Williamson             2 parents
  https://github.com/Perl/perl5/commit/5f2a1d0dfbd657be

  regexec.c: Use new bit fcns to avoid iterations
  Karl Williamson             1 file changed, 13 insertions(+), 26 deletions(-
  https://github.com/Perl/perl5/commit/9fe9ca9bd15c43aa

  regcomp.h: Add internal macro
  Karl Williamson             1 file changed, 13 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/6558da720647e835

  Use Windows builtins to find msb,lsb
  Karl Williamson             2 files changed, 37 insertions(+)
  https://github.com/Perl/perl5/commit/a2b0b655facbb4db

  Use ffs() if available
  Karl Williamson             1 file changed, 19 insertions(+)
  https://github.com/Perl/perl5/commit/c2e20c0b5bbb712f

  Add macros to call the appropriate ffs() function
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/81c0b92fb891b504

  Use 'count leading zeros', if have it
  Karl Williamson             1 file changed, 18 insertions(+)
  https://github.com/Perl/perl5/commit/34e3a4ef9b034e67

  Check for clz clzl availability
  Karl Williamson             1 file changed, 14 insertions(+)
  https://github.com/Perl/perl5/commit/8d3038380d465169

  Create and use my_msbit_pos()
  Karl Williamson             4 files changed, 45 insertions(+), 28 deletions(
  https://github.com/Perl/perl5/commit/3855da16d91429b0

  Create and use my_ffs()
  Karl Williamson             4 files changed, 49 insertions(+), 27 deletions(
  https://github.com/Perl/perl5/commit/c507d5064f6e1bcd

  regcomp.c: Use single_1bit_pos()
  Karl Williamson             1 file changed, 1 insertion(+), 10 deletions(-)
  https://github.com/Perl/perl5/commit/9ac8439fea4eb2b3

  Create single_1bit_pos()
  Karl Williamson             6 files changed, 56 insertions(+)
  https://github.com/Perl/perl5/commit/58392c16d449b219

  perl.h: Create PERL_UINTMAX_SIZE
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/cf80bec69be3b71a

  Perl_variant_byte_number: Move assert()
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/b2a71d9f875bed8d

  Perl_variant_byte_number: Generalize
  Karl Williamson             1 file changed, 10 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/d8163aa7e935729c

Martian commit acdccc20188e705ea5020cacd0f988ca37f64f0d
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/acdccc20188e705e

  Merge f35aa1d466a9ac922d111ad7919e5d2c5d538cf9 into 6a2e93d94928fd304ef9a182
  Михаил Козачков             2 parents
  https://github.com/Perl/perl5/commit/acdccc20188e705e

Martian commit 01c61421967d9763460675a7bccf999977affecc
7 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/01c61421967d9763

  Merge 63a2b2e45fc0d17c71b8f5608cb422a896e824b1 into 6a2e93d94928fd304ef9a182
  Ricardo Signes              2 parents
  https://github.com/Perl/perl5/commit/01c61421967d9763

  perlgov: clarify time frame for newly Term Election
  Ricardo Signes              1 file changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/63a2b2e45fc0d17c

  perlgov: allow PSC to cancel election deferment
  Ricardo Signes              1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8cee4ce6fbeb4fde

  perlgov: limit the time period for objection to deferral
  Ricardo Signes              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/64267e1a9883302d

  perlgov: allow for no vote when 2-seats, 2-candidates
  Ricardo Signes              1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c7061f4c82b0b563

  perlgov: handling uncontested elections
  Ricardo Signes              1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e1d85ece707b3ceb

  perlgov: allow deferral of Special Election
  Ricardo Signes              1 file changed, 5 insertions(+)
  https://github.com/Perl/perl5/commit/3d7bc11f19de4e78

Martian commit 48261f8d16561289a33ccbd25b8fcc41c880f2fd
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/48261f8d16561289

  Merge 0c36ae8bb7516a41c2fbaf6f8015a303918c0fc3 into 6a2e93d94928fd304ef9a182
  Nicholas Clark              2 parents
  https://github.com/Perl/perl5/commit/48261f8d16561289

Martian commit 4982e9146cef8b681b9218356550b1ca3e4383ff
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4982e9146cef8b68

  Merge aa09c967d54cfba8bbce4617f8347e5241dd322c into 6a2e93d94928fd304ef9a182
  TAKAI Kousuke               2 parents
  https://github.com/Perl/perl5/commit/4982e9146cef8b68

Martian commit 055644105c76c59554d3dc0630f7f7924b0f0cf7
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/055644105c76c595

  Merge 13858c2e061870d963856ddce3943e9703f50638 into 6a2e93d94928fd304ef9a182
  xenu                        2 parents
  https://github.com/Perl/perl5/commit/055644105c76c595

Martian commit a6d4463f4ef58e4dbe3d38454e87483475f6614b
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a6d4463f4ef58e4d

  Merge 5148d7558c3d005a694b0170e8064540be728ee3 into 6a2e93d94928fd304ef9a182
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/a6d4463f4ef58e4d

Martian commit 4a6dcf2e322992eb17586752c2a75c79ae8213cc
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4a6dcf2e322992eb

  Merge cc5f70240e847177c9ded2db500cb67d5157a488 into 6a2e93d94928fd304ef9a182
  Richard Leach               2 parents
  https://github.com/Perl/perl5/commit/4a6dcf2e322992eb

Martian commit 2ebf6b517f02f61e891a607bd42c65a4e97e5fe4
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2ebf6b517f02f61e

  Merge 2daebb10145a48cf37fd7d9a51ac49084b71e305 into 6a2e93d94928fd304ef9a182
  Karl Williamson             2 parents
  https://github.com/Perl/perl5/commit/2ebf6b517f02f61e

Martian commit da7473b2efd024c8627c76e45f60cee12f95b5a6
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/da7473b2efd024c8

  Merge d7eb3f38ef23ab426266282e71e886860ecb4187 into 6a2e93d94928fd304ef9a182
  Tony Cook                   2 parents
  https://github.com/Perl/perl5/commit/da7473b2efd024c8

Martian commit d02e02e6b06c11c134d7b692954edc02ed2d21e7
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d02e02e6b06c11c1

  Merge 1dee162bc27a05933d97d709a0532971e193fbb4 into 6a2e93d94928fd304ef9a182
  Paul Evans                  2 parents
  https://github.com/Perl/perl5/commit/d02e02e6b06c11c1

Martian commit 3d1fd68ecae3da0349e9c6c8c324ef943319017b
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3d1fd68ecae3da03

  Merge fa598077fe27c24ed6dc2cd93e94036b1b9f5793 into 6a2e93d94928fd304ef9a182
  xenu                        2 parents
  https://github.com/Perl/perl5/commit/3d1fd68ecae3da03

Martian commit ee6f02fd97050d997012c744e110006118934eec
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ee6f02fd97050d99

  Merge 414d8142bc79098973d41fcb96a8a0ebf67e15a0 into 6a2e93d94928fd304ef9a182
  Karl Williamson             2 parents
  https://github.com/Perl/perl5/commit/ee6f02fd97050d99

Martian commit 3b0f79868a82683e57782da60fe38b50ac330631
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3b0f79868a82683e

  Merge 05b694b74016f6548483cd56bf68d58cbae3f2b2 into 6a2e93d94928fd304ef9a182
  Paul Evans                  2 parents
  https://github.com/Perl/perl5/commit/3b0f79868a82683e

Martian commit 5398b33aad0f01ec12efefba05d1375c96cc0f01
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5398b33aad0f01ec

  Merge b062b74fe2022c7ca9d9c68e7f126359df600a47 into 6a2e93d94928fd304ef9a182
  Karl Williamson             2 parents
  https://github.com/Perl/perl5/commit/5398b33aad0f01ec

Martian commit 92009f4b88cca091512f2e8a6361ba6527147ebe
2 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/92009f4b88cca091

  Merge c64a717c40df5d840756b09071f6f21b33e15a9a into 6a2e93d94928fd304ef9a182
  Nicholas Clark              2 parents
  https://github.com/Perl/perl5/commit/92009f4b88cca091

  Remove references to Macintosh/Mac OS in perlfunc.pod and perlintro.pod
  Nicholas Clark              2 files changed, 2 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/c64a717c40df5d84

Martian commit 9d3e45bd85b4d60c3f8321f64e834bcdbc05c701
2 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9d3e45bd85b4d60c

  Merge 2fc5e39a6de7c52cea3a45f53e095ec9834d0d90 into 6a2e93d94928fd304ef9a182
  Nicholas Clark              2 parents
  https://github.com/Perl/perl5/commit/9d3e45bd85b4d60c

  Three small changes to perlintro.pod
  Nicholas Clark              1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/2fc5e39a6de7c52c

Martian commit 48c9a348c9afc10039f027a1b148f871bea76c56
2 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/48c9a348c9afc100

  Merge d1f68b2bb2ebfe75d776445977d5ca11112b0830 into 6a2e93d94928fd304ef9a182
  Nicholas Clark              2 parents
  https://github.com/Perl/perl5/commit/48c9a348c9afc100

  State that the -s command line switch is discouraged; mention Getopt::Long
  Nicholas Clark              1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d1f68b2bb2ebfe75

Martian commit 8c31cdd3ada82c2cb34156f11086c5df5dc45ab3
14 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8c31cdd3ada82c2c

  Merge 0e756f8ee9402244f1edce6a0a4cb47e323f4121 into 6a2e93d94928fd304ef9a182
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/8c31cdd3ada82c2c

  Keep $VERSION in synch
  James E Keenan              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/0e756f8ee9402244

  Introduce refine_parser()
  James E Keenan              1 file changed, 51 insertions(+), 49 deletions(-
  https://github.com/Perl/perl5/commit/c67aed25781194e6

  Introduce generate_cache() and identify_input()
  James E Keenan              1 file changed, 61 insertions(+), 42 deletions(-
  https://github.com/Perl/perl5/commit/75f40abae2903c30

  Rename one method per suggestion from rjbs
  James E Keenan              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/7091698ebb506863

  Introduce internal sub set_Title();
  James E Keenan              1 file changed, 23 insertions(+), 18 deletions(-
  https://github.com/Perl/perl5/commit/6b0052b1b2ec98c1

  Introduce internal sub refine_globals()
  James E Keenan              1 file changed, 25 insertions(+), 19 deletions(-
  https://github.com/Perl/perl5/commit/d689ad95f4e24ae5

  Create internal sub parse_input_for_podtree()
  James E Keenan              1 file changed, 20 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/85eb0f14915b8932

  Remove last hard-tabs from Html.pm
  James E Keenan              1 file changed, 12 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/a2556d0f3d4ccb5d

  Create sub write_file()
  James E Keenan              1 file changed, 21 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/0ed00b3a1592d7e3

  Introduce Pod::Html::Auxiliary
  James E Keenan              13 files changed, 333 insertions(+), 256 deletio
  https://github.com/Perl/perl5/commit/1d61427853eb2831

  Start refactoring lib/Pod/Html.pm
  James E Keenan              1 file changed, 128 insertions(+), 133 deletions
  https://github.com/Perl/perl5/commit/47e9eb310cb553fd

  Reduce default arguments for Testing:_prepare_argstable()
  James E Keenan              2 files changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/c90f87c5a32458e4

  Introduce Testing::record_state_of_cache()
  James E Keenan              2 files changed, 126 insertions(+), 12 deletions
  https://github.com/Perl/perl5/commit/17b6d633b9608eee

Martian commit 1c71362a9045351e1f094fe1928d899a1df5c9bd
2 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/1c71362a9045351e

  Merge eaf50c188f3401088b560f0fb3f29f2744d0ad9e into 6a2e93d94928fd304ef9a182
  Neil Bowers                 2 parents
  https://github.com/Perl/perl5/commit/1c71362a9045351e

  Reformatted Data-Dumper Changes as per CPAN::Changes::Spec
  Neil Bowers                 4 files changed, 300 insertions(+), 389 deletion
  https://github.com/Perl/perl5/commit/eaf50c188f340108

Martian commit 3a1c7cd0805f48c195681b8af7713185e9c17b19
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3a1c7cd0805f48c1

  Merge 77878eb22a9a9784647af0a234adc9f1358c0d46 into 6a2e93d94928fd304ef9a182
  Max Maischein               2 parents
  https://github.com/Perl/perl5/commit/3a1c7cd0805f48c1

Martian commit 2952d057f049f7d4d0985557ebb7faf7031e78a1
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2952d057f049f7d4

  Merge 10083f11dbb5a4a9335d1877f7cb5c02811882dd into 6a2e93d94928fd304ef9a182
  Tony Cook                   2 parents
  https://github.com/Perl/perl5/commit/2952d057f049f7d4

Martian commit ad5005a14d42effc466cb4f16d6d5d30de582782
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ad5005a14d42effc

  Merge e2a6c73716b6e85707cf48f9a64ffdd964caeb7c into 6a2e93d94928fd304ef9a182
  Михаил Козачков             2 parents
  https://github.com/Perl/perl5/commit/ad5005a14d42effc

Martian commit 2f9c196eaa1c1178848019b42b5bfbf8fbf0b620
2 commits.  1 unique author.  2 unique committers.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2f9c196eaa1c1178

  Merge 83b63b8669c0f4b787b4276a010696f10b85149b into 6a2e93d94928fd304ef9a182
  Richard Leach               2 parents
  https://github.com/Perl/perl5/commit/2f9c196eaa1c1178

  Perl_pad_alloc: simplify av_fetch() calls
  Richard Leach               1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/83b63b8669c0f4b7

Martian commit 4d8975d359a64fb9ae5faf758cfae3ae69fab1cf
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4d8975d359a64fb9

  Merge d01b1338a9e60676e682d198e025f520371f503c into 6a2e93d94928fd304ef9a182
  Richard Leach               2 parents
  https://github.com/Perl/perl5/commit/4d8975d359a64fb9

Martian commit 7670b8c9a92a4cd68f30dd7946501939cdce9692
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/7670b8c9a92a4cd6

  Merge 393701a1a1caba18e3d8a302e7923d0782f6d680 into 6a2e93d94928fd304ef9a182
  Frosku                      2 parents
  https://github.com/Perl/perl5/commit/7670b8c9a92a4cd6

Martian commit da28f4786a04f1fd6b3018e46a41a5f3ede73f85
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/da28f4786a04f1fd

  Merge 824df2b4512858176d3eb1633c14922be23cf028 into 6a2e93d94928fd304ef9a182
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/da28f4786a04f1fd

Martian commit d859330ce2836d3fdb29779a0178afb01800aa9d
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d859330ce2836d3f

  Merge 1e0df1c16ea57ad72d1d640c0ee6d558c4b71ec3 into 6a2e93d94928fd304ef9a182
  Rin Okuyama                 2 parents
  https://github.com/Perl/perl5/commit/d859330ce2836d3f

Martian commit 06483631a1b6cf1599238255aac6f66e6c319a22
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/06483631a1b6cf15

  Merge 3b574ea7eb759e1414cf2673697deac99a4f8851 into 6a2e93d94928fd304ef9a182
  Karl Williamson             2 parents
  https://github.com/Perl/perl5/commit/06483631a1b6cf15

Martian commit 5156ce7946e068c0c2dd4a0d7531054b7ccca12c
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5156ce7946e068c0

  Merge 56ccf6ed237cae6ca610035102907b9b15d0d551 into 6a2e93d94928fd304ef9a182
  積丹尼 Dan Jacobson            2 parents
  https://github.com/Perl/perl5/commit/5156ce7946e068c0

Martian commit c24be237235642cd950b6dae4249febefc4a8399
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c24be237235642cd

  Merge e96d81b0350e58b9d380b95f5b1104c786f6b370 into 6a2e93d94928fd304ef9a182
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/c24be237235642cd

Martian commit 9d71a8500e29b85ea44f4634c710cc4c4e8a58dd
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9d71a8500e29b85e

  Merge 06eb1181139b45987360463564d2408bdedbfba4 into 6a2e93d94928fd304ef9a182
  Dan Book                    2 parents
  https://github.com/Perl/perl5/commit/9d71a8500e29b85e

Martian commit 2a6e3dcdea99de9156263b974cf60ca91315e22d
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2a6e3dcdea99de91

  Merge d493fe66ebde281588053751a21e4d3a7601b7a4 into 6a2e93d94928fd304ef9a182
  David Golden                2 parents
  https://github.com/Perl/perl5/commit/2a6e3dcdea99de91

Martian commit a067a8b4404bf4d9badf8e143d02baeae2cb65d8
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a067a8b4404bf4d9

  Merge 281f45b82fb7ea2d2019dc3a637a0cb2c58e776b into 6a2e93d94928fd304ef9a182
  thibaultduponchelle         2 parents
  https://github.com/Perl/perl5/commit/a067a8b4404bf4d9

Martian commit 04ea0d172226995527724c8977c10c3101b5efb2
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/04ea0d1722269955

  Merge 7694af3acb6f3a7af8a9988dd381ff67bfefab36 into 6a2e93d94928fd304ef9a182
  Branislav Zahradník         2 parents
  https://github.com/Perl/perl5/commit/04ea0d1722269955

Martian commit bbcca5d718acc207b1c3198b02a9f42f0d9ba24a
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/bbcca5d718acc207

  Merge bc2df41b1c903e05d671c170bd81a90eccb8a0e5 into 6a2e93d94928fd304ef9a182
  thibaultduponchelle         2 parents
  https://github.com/Perl/perl5/commit/bbcca5d718acc207

Martian commit 876f5b6620714fcb20fb0fa28bdd617ae8c3b43a
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/876f5b6620714fcb

  Merge 855ec88fb7d00021bafa5f06fb63eb23e5a1909f into 6a2e93d94928fd304ef9a182
  Paul Evans                  2 parents
  https://github.com/Perl/perl5/commit/876f5b6620714fcb

Martian commit 4c146ad87655e8821c22449f62f1681b071ddc19
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4c146ad87655e882

  Merge 0a0dde94aa0fe171b95b45a20f80bc8f591f01e9 into 6a2e93d94928fd304ef9a182
  TAKAI Kousuke               2 parents
  https://github.com/Perl/perl5/commit/4c146ad87655e882

Martian commit 2c6bf3c1121a82fcda3901f066e8277d7b37a5e1
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2c6bf3c1121a82fc

  Merge 57913134b4e622eacc28204c766dd42b1ed73d96 into 6a2e93d94928fd304ef9a182
  jpalao                      2 parents
  https://github.com/Perl/perl5/commit/2c6bf3c1121a82fc

Martian commit 0a749e85901974c116767008a892ae08089c1eda
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0a749e85901974c1

  Merge 7683e280de4f493687397ccafc0eee4315b29321 into 6a2e93d94928fd304ef9a182
  Max Maischein               2 parents
  https://github.com/Perl/perl5/commit/0a749e85901974c1

Martian commit 67edb049fc47b31391b14bab7177e2c04bc63498
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/67edb049fc47b313

  Merge e7e9b97fe983e864785d13dbfecf8fd5990403aa into 6a2e93d94928fd304ef9a182
  Scott Baker                 2 parents
  https://github.com/Perl/perl5/commit/67edb049fc47b313

Martian commit 8196b53b5f72438bdb843ac974daa197da980392
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8196b53b5f72438b

  Merge dc44b362e1e298e327be398f06def916f8546ac2 into 6a2e93d94928fd304ef9a182
  Richard Leach               2 parents
  https://github.com/Perl/perl5/commit/8196b53b5f72438b

Martian commit 562f4edddbf846fcbe67c41c074e4296201ed83a
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/562f4edddbf846fc

  Merge a74e03609a90cdaec4c40914e17a4fd1dbcfbbf5 into 6a2e93d94928fd304ef9a182
  ℕicolas ℝ                   2 parents
  https://github.com/Perl/perl5/commit/562f4edddbf846fc

Martian commit 2a5c35eadce5ca2b08bf0820aae699a888a98bab
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2a5c35eadce5ca2b

  Merge e397a6f2612a822def315f61e32cddaeb4d33b38 into 6a2e93d94928fd304ef9a182
  Richard Leach               2 parents
  https://github.com/Perl/perl5/commit/2a5c35eadce5ca2b

Martian commit a0d57bf935a680d7c32cc79ff4e433834969b082
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a0d57bf935a680d7

  Merge 6d60a8e144f2b1539005f96e83de69a4132ad890 into 6a2e93d94928fd304ef9a182
  Sawyer X                    2 parents
  https://github.com/Perl/perl5/commit/a0d57bf935a680d7

Martian commit 4422ede6e0a8d23e7fbf538c0f04d3977d5de20f
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4422ede6e0a8d23e

  Merge fcaf0ac32a1ca4800f968a6054759e2abac843ae into 6a2e93d94928fd304ef9a182
  Tony Cook                   2 parents
  https://github.com/Perl/perl5/commit/4422ede6e0a8d23e

Martian commit 9fcbb55ed79ffa1860f166cb122066f8ad3e4684
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9fcbb55ed79ffa18

  Merge f871baec2aa5cb330baee000038cb087ac6ed70d into 6a2e93d94928fd304ef9a182
  James E Keenan              2 parents
  https://github.com/Perl/perl5/commit/9fcbb55ed79ffa18

Martian commit c2f19ebce143938061cc07931b46413c607002ed
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c2f19ebce1439380

  Merge f002567eaf0dd626c7e18cbd6ea1c657272dd538 into 6a2e93d94928fd304ef9a182
  Branislav Zahradník         2 parents
  https://github.com/Perl/perl5/commit/c2f19ebce1439380

Martian commit a5d4636d2ed1e6590a4ade6c610347764615e6e1
1 commit.  1 unique author.  1 unique committer.

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

  utf8_length: Fix undefined C behavior
  Karl Williamson             1 file changed, 18 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/a5d4636d2ed1e659

Martian commit ebd276dc34df7a7800ca2730540424df96a335d0
1 commit.  1 unique author.  1 unique committer.

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

  Reformatted Changes as per CPAN::Changes::Spec
  Neil Bowers                 1 file changed, 281 insertions(+), 370 deletions
  https://github.com/Perl/perl5/commit/ebd276dc34df7a78

Martian commit 526d2c982eb1c666675078be732227b420191c1e
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/526d2c982eb1c666

  perldiag: numer -> number typo fix
  Christian Walde             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/526d2c982eb1c666

Martian commit 7bff20e3d73931329c2a7bdd7b0cfc8094bcd73a
1 commit.  1 unique author.  1 unique committer.

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

  perlio.c: Don't wrongly conditionally compile
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/7bff20e3d7393132

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About