Front page | perl.perl5.porters |
Postings from July 2021
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
July 7, 2021 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20210707031118.3AA5E17F677@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
33 commits. 7 unique authors. 5 unique committers.
31 files changed, 1046 insertions(+), 507 deletions(-)
Thanks, applied: Nicholas Clark (2) Hugo van der Sanden (1)
Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/158b05f881075015
av_new_alloc: revise description of size parameter
Richard Leach 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/158b05f881075015
Only set IOKp, not IOK on $) and $(.
Felipe Gasper 2 files changed, 22 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/1a93d8dfa8d615bf
Fix syntax error wwhen NAN_COMPARE_BROKEN
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/97cd0e0920223eba
Merge branch 'pod-html-refactoring-2-of-5' into blead
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/6cc408b0b0595dd3
Use lowercase for lexical variables -- even filehandles
James E Keenan 2 files changed, 12 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/ca8c8b63777e1437
After eval-ing $VERSION, assign return value back to $VERSION
James E Keenan 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b7797b7529bd03cc
Pod-Html: rename Auxiliary.pm to Util.pm
James E Keenan 8 files changed, 302 insertions(+), 302 deletion
https://github.com/Perl/perl5/commit/ae244ac41efafec5
Keep $VERSION in synch
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4868111cdda45578
Introduce refine_parser()
James E Keenan 1 file changed, 51 insertions(+), 49 deletions(-
https://github.com/Perl/perl5/commit/0fdc91cf964e8337
Introduce generate_cache() and identify_input()
James E Keenan 1 file changed, 61 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/193189d2f47ded0e
Rename one method per suggestion from rjbs
James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8405b171b4f19b2f
Introduce internal sub set_Title();
James E Keenan 1 file changed, 23 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/072fb5ad1cd4a5c1
Introduce internal sub refine_globals()
James E Keenan 1 file changed, 25 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/8bb63676d3ee2ba4
Create internal sub parse_input_for_podtree()
James E Keenan 1 file changed, 20 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/c97f73fe8db20adb
Remove last hard-tabs from Html.pm
James E Keenan 1 file changed, 12 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/5cae71e5baf19f8c
Create sub write_file()
James E Keenan 1 file changed, 21 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/e6a748aad5d10020
Introduce Pod::Html::Auxiliary
James E Keenan 13 files changed, 333 insertions(+), 256 deletio
https://github.com/Perl/perl5/commit/d32e5dc4f13e3a8f
Start refactoring lib/Pod/Html.pm
James E Keenan 1 file changed, 128 insertions(+), 133 deletions
https://github.com/Perl/perl5/commit/1906cbf52f374975
Reduce default arguments for Testing:_prepare_argstable()
James E Keenan 2 files changed, 5 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/9fd74660ade9f738
Introduce Testing::record_state_of_cache()
James E Keenan 2 files changed, 126 insertions(+), 12 deletions
https://github.com/Perl/perl5/commit/d7b9d805e51812db
perldelta for e1d3ed996ab
Tony Cook 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7d5a34f6262aa30f
add a note to perldoc -f each on using anon hashes/arrays
Tony Cook 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/55da32af519c9e44
warn when using each on an anonymous hash or array
Tony Cook 3 files changed, 153 insertions(+), 1 deletion(-
https://github.com/Perl/perl5/commit/e1d3ed996ab025ce
Eliminate '-Wstring-compare' build-time warning in re_comp.c.
James E Keenan 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/f7b332245abf1aa8
Data::Dumper 2.183 was released on 2021-07-05.
Nicholas Clark 2 files changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/712b667820f97ab4
Fix version numbers and attribution in the Data::Dumper changes file.
Nicholas Clark 1 file changed, 14 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/5fcc236ead47ad81
Bump Data::Dumper's $VERSION and update Changes, for a dev release.
Nicholas Clark 2 files changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a504145e7719f51e
Change dumper.t to done_testing() from plan() and an explicit test count.
Nicholas Clark 1 file changed, 5 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/f29156f5bc3d7cbc
Refactor the variable name code in Dumpxs to avoid repeated SvPV* calls.
Nicholas Clark 2 files changed, 49 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/b188a4d779908b10
In Data_Dumper_Dumpxs, rename name to name_sv.
Nicholas Clark 1 file changed, 20 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/481038139af48e43
Bump Data::Dumper's $VERSION and update Changes, for a dev release.
Nicholas Clark 2 files changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1a1f45bffad42a25
Data::Dumper was erroneously stringifying qr'$foo' as qr/$foo/
Nicholas Clark 3 files changed, 77 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/d4756df0a5b50be2
GH #18047: Initial phrasing for =head5 and =head6
Sawyer X 2 files changed, 19 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/ee5117509fdb6ed3
Deleted branch podspec/more-heads
Deleted branch smoke-me/jkeenan/scope-h-build-time-warning-20210625
Martian commit d679fc8cbd4a125abc85b95d72a0462505ef9794
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d679fc8cbd4a125a
Merge d493fe66ebde281588053751a21e4d3a7601b7a4 into 158b05f88107501586f35dde
David Golden 2 parents
https://github.com/Perl/perl5/commit/d679fc8cbd4a125a
Martian commit 803de019ecdfde43befe9acdb87e218f4c23efbf
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/803de019ecdfde43
Merge 855ec88fb7d00021bafa5f06fb63eb23e5a1909f into 158b05f88107501586f35dde
Paul Evans 2 parents
https://github.com/Perl/perl5/commit/803de019ecdfde43
Martian commit 8d2fbf0f4b26536b97f638b6c8a02635527bcc22
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8d2fbf0f4b26536b
Merge 414d8142bc79098973d41fcb96a8a0ebf67e15a0 into 158b05f88107501586f35dde
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/8d2fbf0f4b26536b
Martian commit e828aec7b327ffc7287ecbefcf4a6c291420aeb4
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e828aec7b327ffc7
Merge f002567eaf0dd626c7e18cbd6ea1c657272dd538 into 158b05f88107501586f35dde
Branislav Zahradník 2 parents
https://github.com/Perl/perl5/commit/e828aec7b327ffc7
Martian commit 0abe416e6b27ec2c247da39e1cfd4e705e34dc75
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0abe416e6b27ec2c
Merge 0a0dde94aa0fe171b95b45a20f80bc8f591f01e9 into 158b05f88107501586f35dde
TAKAI Kousuke 2 parents
https://github.com/Perl/perl5/commit/0abe416e6b27ec2c
Martian commit b434038a42b074a89083e6f50c2b88ad9f6efa3c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b434038a42b074a8
Merge 0c36ae8bb7516a41c2fbaf6f8015a303918c0fc3 into 158b05f88107501586f35dde
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/b434038a42b074a8
Martian commit e4a5b4deb4fd5bf7f7cb586257b28c189d35260f
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e4a5b4deb4fd5bf7
Merge 10083f11dbb5a4a9335d1877f7cb5c02811882dd into 158b05f88107501586f35dde
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/e4a5b4deb4fd5bf7
Martian commit abc19a3c76f80372eca7f656a3f7f2a233a877a2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/abc19a3c76f80372
Merge 70ae4f4eba57cfc420bbb85ac942aea5b498d3bb into 158b05f88107501586f35dde
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/abc19a3c76f80372
Martian commit e39de50761a035ae369bcb7f58f570510504db28
2 commits. 2 unique authors. 2 unique committers.
Thanks, applied: Thibault DUPONCHELLE (1) GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e39de50761a035ae
Merge f19ab1dff2d504d42e51851dcc8d223978bba971 into 158b05f88107501586f35dde
thibaultduponchelle 2 parents
https://github.com/Perl/perl5/commit/e39de50761a035ae
Haiku BFS does not store atime and always return current time
Thibault Duponchelle 2 files changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f19ab1dff2d504d4
Martian commit 5385f4ffd1aff6e6afcb10db2bb4c615da021b77
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5385f4ffd1aff6e6
Merge 2daebb10145a48cf37fd7d9a51ac49084b71e305 into 158b05f88107501586f35dde
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/5385f4ffd1aff6e6
Martian commit 2f72a84ae86ea41f69dfa35cdaed9b0ce56dcf46
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2f72a84ae86ea41f
Merge d7eb3f38ef23ab426266282e71e886860ecb4187 into 158b05f88107501586f35dde
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/2f72a84ae86ea41f
Martian commit b0b0537e5c0ef86c611aa79609c3dc75ceb6f863
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b0b0537e5c0ef86c
Merge 1dee162bc27a05933d97d709a0532971e193fbb4 into 158b05f88107501586f35dde
Paul Evans 2 parents
https://github.com/Perl/perl5/commit/b0b0537e5c0ef86c
Martian commit f84e16b8ad27629b5c830a0526a0e353e954b644
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f84e16b8ad27629b
Merge 05b694b74016f6548483cd56bf68d58cbae3f2b2 into 158b05f88107501586f35dde
Paul Evans 2 parents
https://github.com/Perl/perl5/commit/f84e16b8ad27629b
Martian commit 86563b197a10a187b8331d05a4894dcac44737f0
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/86563b197a10a187
Merge e96d81b0350e58b9d380b95f5b1104c786f6b370 into 158b05f88107501586f35dde
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/86563b197a10a187
Martian commit a8d6bd2fd9e7cf17efb93151cc48450619839ffa
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a8d6bd2fd9e7cf17
Merge 0bdb27ca534cf3b70c632e710943f14fba907013 into 158b05f88107501586f35dde
Biswapriyo Nath 2 parents
https://github.com/Perl/perl5/commit/a8d6bd2fd9e7cf17
Martian commit ff46c3774b935db10bb208d8aae28dcdc9bdd647
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ff46c3774b935db1
Merge b062b74fe2022c7ca9d9c68e7f126359df600a47 into 158b05f88107501586f35dde
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/ff46c3774b935db1
Martian commit 8ae6a15d3f53b87355adf863c22dc558d33abcd2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8ae6a15d3f53b873
Merge 53ae6182875570e403073841cc3fcfe27ab32c44 into 158b05f88107501586f35dde
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/8ae6a15d3f53b873
Martian commit 00b6b9925eaade31fd16cde6a5b5a5057cea3bc9
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/00b6b9925eaade31
Merge 21ae2e126c8282132a3e715d3c1e97bdc4b22d4b into 158b05f88107501586f35dde
Biswapriyo Nath 2 parents
https://github.com/Perl/perl5/commit/00b6b9925eaade31
Martian commit a188498a1eec71a7006313805020f14019571a73
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a188498a1eec71a7
Merge 06eb1181139b45987360463564d2408bdedbfba4 into 158b05f88107501586f35dde
Dan Book 2 parents
https://github.com/Perl/perl5/commit/a188498a1eec71a7
Martian commit c59faa3e7dd6b5d70e713ce3b4976aeeb3a97e80
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c59faa3e7dd6b5d7
Merge cc5f70240e847177c9ded2db500cb67d5157a488 into 158b05f88107501586f35dde
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/c59faa3e7dd6b5d7
Martian commit 16a654fca43e12207e59f1e9a56a5c1fb25174a9
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/16a654fca43e1220
Merge 281f45b82fb7ea2d2019dc3a637a0cb2c58e776b into 158b05f88107501586f35dde
thibaultduponchelle 2 parents
https://github.com/Perl/perl5/commit/16a654fca43e1220
Martian commit 21b416746ec00fc6cf60bfc75c58e2cad2e94d80
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/21b416746ec00fc6
Merge 7694af3acb6f3a7af8a9988dd381ff67bfefab36 into 158b05f88107501586f35dde
Branislav Zahradník 2 parents
https://github.com/Perl/perl5/commit/21b416746ec00fc6
Martian commit 6934ec1360990f9bee41f39e5704c53316d22aff
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6934ec1360990f9b
Merge bc2df41b1c903e05d671c170bd81a90eccb8a0e5 into 158b05f88107501586f35dde
thibaultduponchelle 2 parents
https://github.com/Perl/perl5/commit/6934ec1360990f9b
Martian commit e44b2a974d406aa9f2048e04bd812a28a7a40a70
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e44b2a974d406aa9
Merge 2d2e06c380fdeca9b015b4928d543fed575988f7 into 158b05f88107501586f35dde
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/e44b2a974d406aa9
Martian commit bfb7119991d4aa637d99e035b2dad5d2178e8297
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/bfb7119991d4aa63
Merge 9ff9c99b72d4a5d0e2ccbbe726b6b306cfbe4c0f into 158b05f88107501586f35dde
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/bfb7119991d4aa63
Martian commit a3c173b418a0f956830aa48728a5a8976ed3d9f7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a3c173b418a0f956
Merge a756bdefdfc1238626c046e6bdadccfc92341e42 into 158b05f88107501586f35dde
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/a3c173b418a0f956
Martian commit 500ac731f6a1e5052da63e94879f502a102db4f3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/500ac731f6a1e505
Merge 5bc2a09715829d995b375eb281707cbbaade9f11 into 158b05f88107501586f35dde
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/500ac731f6a1e505
Martian commit 6f482c27e43e6f94149c0f59c983f90c69f7d421
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6f482c27e43e6f94
Merge 23ceeed0a514d040b9d5a4c29d21d90af2558ad0 into 158b05f88107501586f35dde
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/6f482c27e43e6f94
Martian commit ed5a91de124252a260f3a5767c738c3cb2d552dd
5 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ed5a91de124252a2
Merge 3892577d78b7a8db46e91a2249115f5138038775 into 158b05f88107501586f35dde
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/ed5a91de124252a2
perldelta entry for the PV/IV flags changes.
Nicholas Clark 2 files changed, 114 insertions(+), 1 deletion(-
https://github.com/Perl/perl5/commit/3892577d78b7a8db
Copy values that are "written as IV, then read as PV" with the same flags.
Nicholas Clark 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/9d28c49c5a666583
Update SvPV() etc to avoid calling sv_2pv_flags() for cached IV strings.
Nicholas Clark 1 file changed, 11 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/268519b9a790b3b9
Don't set SVf_POK in Perl_sv_2pv_flags() when caching the string for an IV.
Nicholas Clark 1 file changed, 13 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7aab4accd5490251
Martian commit 8f182cd83aaaa86f48c3d7c43d7e90fe58967e8b
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8f182cd83aaaa86f
Merge 7d7ef40c682b877f3e619c1f60b05412e9058f86 into 158b05f88107501586f35dde
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/8f182cd83aaaa86f
Re-arrange subs in calling order
James E Keenan 3 files changed, 141 insertions(+), 142 deletion
https://github.com/Perl/perl5/commit/7d7ef40c682b877f
Martian commit 99ce33d460815cf2488ee52be0bb19b398c6c452
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/99ce33d460815cf2
Merge e397a6f2612a822def315f61e32cddaeb4d33b38 into 158b05f88107501586f35dde
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/99ce33d460815cf2
Martian commit d5ee83ee9dfc92cddea9cf130789e3873b9cf995
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d5ee83ee9dfc92cd
Merge 77878eb22a9a9784647af0a234adc9f1358c0d46 into 158b05f88107501586f35dde
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/d5ee83ee9dfc92cd
Martian commit 209dffa752ce1b008cbb43cae06158c6e7f6df7b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/209dffa752ce1b00
Merge aa09c967d54cfba8bbce4617f8347e5241dd322c into 158b05f88107501586f35dde
TAKAI Kousuke 2 parents
https://github.com/Perl/perl5/commit/209dffa752ce1b00
Martian commit 09e17cff6c5e618d882183148738781d944a60a3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/09e17cff6c5e618d
Merge f35aa1d466a9ac922d111ad7919e5d2c5d538cf9 into 158b05f88107501586f35dde
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/09e17cff6c5e618d
Martian commit b93fad55fb1a1333874112f4264f7c4b06b88702
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b93fad55fb1a1333
Merge 13858c2e061870d963856ddce3943e9703f50638 into 158b05f88107501586f35dde
xenu 2 parents
https://github.com/Perl/perl5/commit/b93fad55fb1a1333
Martian commit 23169ad33d8307b4bb9dfcd4afcd98a1944bc400
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/23169ad33d8307b4
Merge e2a6c73716b6e85707cf48f9a64ffdd964caeb7c into 158b05f88107501586f35dde
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/23169ad33d8307b4
Martian commit a1dfe6aeb0adb9160df1b9bfd7969ca052f1739b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a1dfe6aeb0adb916
Merge d01b1338a9e60676e682d198e025f520371f503c into 158b05f88107501586f35dde
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/a1dfe6aeb0adb916
Martian commit e0dabf49896021dc1b1b453246374668990b7551
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e0dabf49896021dc
Merge 63a2b2e45fc0d17c71b8f5608cb422a896e824b1 into 158b05f88107501586f35dde
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/e0dabf49896021dc
Martian commit c7c1a554aac07dfc2fcc4c24aba61a2a2d968381
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c7c1a554aac07dfc
Merge 393701a1a1caba18e3d8a302e7923d0782f6d680 into 158b05f88107501586f35dde
Frosku 2 parents
https://github.com/Perl/perl5/commit/c7c1a554aac07dfc
Martian commit d23583be7427f560859020be3143062879bf62a2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d23583be7427f560
Merge 824df2b4512858176d3eb1633c14922be23cf028 into 158b05f88107501586f35dde
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/d23583be7427f560
Martian commit 5233fe8c346b8bad46564ed2a976b75a40bc1cd7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5233fe8c346b8bad
Merge edd0d0504a043a3010c8f7be1dc71652aa4459e4 into 158b05f88107501586f35dde
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/5233fe8c346b8bad
Martian commit 4c7b54ef3888a288bf7dd6c2804ed37f7191d99c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4c7b54ef3888a288
Merge fa598077fe27c24ed6dc2cd93e94036b1b9f5793 into 158b05f88107501586f35dde
xenu 2 parents
https://github.com/Perl/perl5/commit/4c7b54ef3888a288
Martian commit 779237415781e5e76050a2847d3b57285b770bf7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/779237415781e5e7
Merge 1e0df1c16ea57ad72d1d640c0ee6d558c4b71ec3 into 158b05f88107501586f35dde
Rin Okuyama 2 parents
https://github.com/Perl/perl5/commit/779237415781e5e7
Martian commit ea981e6c8cc79ec3885836d1bdfac302effd86e3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ea981e6c8cc79ec3
Merge 348187ad3becd036b0864045da65150eb8e3715f into 158b05f88107501586f35dde
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/ea981e6c8cc79ec3
Martian commit b0fb0c80f3de690f69cf5fcab63c96a6713b3efa
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b0fb0c80f3de690f
Merge 56ccf6ed237cae6ca610035102907b9b15d0d551 into 158b05f88107501586f35dde
積丹尼 Dan Jacobson 2 parents
https://github.com/Perl/perl5/commit/b0fb0c80f3de690f
Martian commit 516338b5315f1dd89a856f12d9aaf7f9fcadce0b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/516338b5315f1dd8
Merge 57913134b4e622eacc28204c766dd42b1ed73d96 into 158b05f88107501586f35dde
jpalao 2 parents
https://github.com/Perl/perl5/commit/516338b5315f1dd8
Martian commit 677f8607e45eaf664536164ff61f361c60845930
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/677f8607e45eaf66
Merge 7683e280de4f493687397ccafc0eee4315b29321 into 158b05f88107501586f35dde
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/677f8607e45eaf66
Martian commit ecb7964ae32db224b4e1b6f4a3e8ed9f3abebd7c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ecb7964ae32db224
Merge dc44b362e1e298e327be398f06def916f8546ac2 into 158b05f88107501586f35dde
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/ecb7964ae32db224
Martian commit 9699c0ff457c86811d463cd9a54389dc329c486f
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9699c0ff457c8681
Merge a74e03609a90cdaec4c40914e17a4fd1dbcfbbf5 into 158b05f88107501586f35dde
ℕicolas ℝ 2 parents
https://github.com/Perl/perl5/commit/9699c0ff457c8681
Martian commit 105e0d7b9aad7b1948ec4bf5c5baec43ee88dc62
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/105e0d7b9aad7b19
Merge fcaf0ac32a1ca4800f968a6054759e2abac843ae into 158b05f88107501586f35dde
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/105e0d7b9aad7b19
Martian commit 0e7e5e5cb4a85b3183802387e828bc5686020a3d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0e7e5e5cb4a85b31
Merge e7e9b97fe983e864785d13dbfecf8fd5990403aa into 7d5a34f6262aa30f68409793
Scott Baker 2 parents
https://github.com/Perl/perl5/commit/0e7e5e5cb4a85b31
Martian commit 59487c63ccd9caeac39d876d4af25f9aefa3cc2a
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/59487c63ccd9caea
Fix syntax error wwhen NAN_COMPARE_BROKEN
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/59487c63ccd9caea
Martian commit 0c708e60e6fdd5f8249776d8daa8272bdb44899f
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/0c708e60e6fdd5f8
av_new_alloc: revise description of size parameter
Richard Leach 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/0c708e60e6fdd5f8
Martian commit 75a371a65b96a6ec427f480fb36cdd23da94f1d3
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/75a371a65b96a6ec
GH #18047: Initial phrasing for =head5 and =head6
Sawyer X 2 files changed, 19 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/75a371a65b96a6ec
Thread Next