Front page | perl.perl5.porters |
Postings from October 2021
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
October 13, 2021 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20211013031121.D6AEA3F2B47@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
27 commits. 5 unique authors. 4 unique committers.
29 files changed, 309 insertions(+), 235 deletions(-)
Thanks, applied: James E Keenan (1)
Snapshot: http://github.com/Perl/perl5/tarball/08ab26ef89ca13ed
Leave the checkout `fetch-depth` at its default (1) for most jobs
Nicholas Clark 1 file changed, 8 insertions(+), 16 deletions(-)
https://github.com/Perl/perl5/commit/08ab26ef89ca13ed
A CI test that manicheck reports no errors on a clean checkout
Nicholas Clark 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/432caf78e5762ca9
A CI test that manicheck has no errors after `git clean -dxf`
Nicholas Clark 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/0ffd62ab6d6ea526
Add CI tests for `make distclean` and Porting/manicheck
Nicholas Clark 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/551ba941f1431c20
manicheck now optionally exits non-zero if it finds problems
Nicholas Clark 1 file changed, 32 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/a36da35bfcd30972
In manicheck be explicit that the code is stripping './'
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f73a32e0fd37de0a
Eliminate more uses of `XPVHV* xhv;` to cache `(XPVHV*)SvANY(hv)`
Nicholas Clark 1 file changed, 7 insertions(+), 13 deletions(-)
https://github.com/Perl/perl5/commit/09cd3e1cbb58c830
perldelta entry describing the HvAUX struct move to the HV body
Nicholas Clark 1 file changed, 20 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e43d289c7c581c1a
Re-reading HvAUX(hv) is no longer necessary
Nicholas Clark 1 file changed, 12 deletions(-)
https://github.com/Perl/perl5/commit/65fd1a752307d06b
Split the XPVHV body into two variants "normal" and "with aux"
Nicholas Clark 6 files changed, 88 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/94ee6ed79dbca73d
Change S_new_body to static inline, and use it instead of a macro
Nicholas Clark 1 file changed, 22 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/36149847e29e423b
Move variables in Perl_sv_clear() to a tighter scope.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/9faee2eae78e645b
Rename HE_SVSLOT to HE_ARENA_ROOT_IX
Nicholas Clark 5 files changed, 35 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/caf0b9e5682bde10
Inline S_hv_auxinit_internal() into S_hv_auxinit()
Nicholas Clark 4 files changed, 11 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/9710057bff258cbe
Delete the do_aux code from S_hsplit()
Nicholas Clark 2 files changed, 40 deletions(-)
https://github.com/Perl/perl5/commit/15b39af41614cf0f
No need to set dest->xhv_rand in S_hsplit() called from hv_common()
Nicholas Clark 1 file changed, 9 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/0095ebd8b96d81e4
Inline the xhv_aux struct in the main hash body
Nicholas Clark 3 files changed, 7 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/53a41f9c2c0671d8
cpan/Encode: synch with CPAN 3.15
Dan Kogai 3 files changed, 16 insertions(+), 16 deletions(
https://github.com/Perl/perl5/commit/cf927cca44ddf2f1
Whitespace only: reindent #if 0 block
Hugo van der Sanden 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/e441c712e2da2bfc
Merge branch 'perlbug-string-2' into blead
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/a1f50d4d8262a105
Better email address for Perl 5 Porters
James E Keenan 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/6992b083f88f9344
We're Perl 5 Porters
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3af5b5cf72555100
Retain original whitespace, per rjbs review
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9909ff42a8828195
Send bug reports to GitHub
James E Keenan 10 files changed, 26 insertions(+), 28 deletions
https://github.com/Perl/perl5/commit/503e0d1c055ad6e1
Merge branch 'allocation-too-large-gh-17867' into blead
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/2a53f25a438715f7
Remove documentation of previously removed warning
James E Keenan 1 file changed, 4 deletions(-)
https://github.com/Perl/perl5/commit/caf42ed938486ddc
perldelta: Fix grammar
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ef3c47f87bc563a4
Current branch smoke-me/nicholas/C99
10 commits. 1 unique author. 1 unique committer.
193 files changed, 941 insertions(+), 20760 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/9d9d7fd4ee5c01fd
Add a section to INSTALL describing that we now rely on some C99
Nicholas Clark 1 file changed, 37 insertions(+)
https://github.com/Perl/perl5/commit/9d9d7fd4ee5c01fd
perldelta for C99 support
Nicholas Clark 1 file changed, 12 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7b607a6f4521adcd
Devel::PPPort shouldn't unconditionally -Wdeclaration-after-statement
Nicholas Clark 1 file changed, 9 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c6eb59995079d735
Introduce a "declaration after statement" into inline.h
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/f0534f329b0cda06
Update README.win32 to the new C99/MSVC 12.0 requirements
Nicholas Clark 1 file changed, 20 insertions(+), 165 deletions(
https://github.com/Perl/perl5/commit/1cdb93621338fe8d
Note how best to confirm that other C99 features can be relied upon
Nicholas Clark 1 file changed, 20 insertions(+)
https://github.com/Perl/perl5/commit/6545b9073ba2a53e
Update perlhack with details of the C99 features we can now use
Nicholas Clark 3 files changed, 197 insertions(+), 80 deletions
https://github.com/Perl/perl5/commit/df4426336c546406
cflags.sh should not add -std=c99 if -std=gnu99 is already set
Nicholas Clark 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4317edf2fe571fd2
Test declarations after statement in Configure's C99 probe code
Nicholas Clark 1 file changed, 11 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/b6d4a51955bf454f
Teach Configure and cflags.SH about C99
Nicholas Clark 3 files changed, 78 insertions(+), 76 deletions(
https://github.com/Perl/perl5/commit/f164b03f26e337e7
New branch smoke-me/jkeenan/gray/gdbm-crashtolerance
4 commits. 1 unique author. 2 unique committers.
Thanks, applied: James E Keenan (3)
Snapshot: http://github.com/Perl/perl5/tarball/b90812bf0a7a088b
Remove remaining type checks
Sergey Poznyakoff 2 files changed, 24 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/b90812bf0a7a088b
Use SvTRUE to check for true value. Remove unnecessary checks for SV types.
Sergey Poznyakoff 1 file changed, 10 insertions(+), 47 deletions(-
https://github.com/Perl/perl5/commit/0c8c11ed7e9c6b48
Bugfix
Sergey Poznyakoff 1 file changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/4e87b575c277d456
GDBM_File: Implement crash-tolerance and export/import functions.
Sergey Poznyakoff 6 files changed, 669 insertions(+), 28 deletions
https://github.com/Perl/perl5/commit/66a4b85cc70e7db5
Martian commit d4f3cc402e3f6171abf44bf20a052df240c3e358
5 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d4f3cc402e3f6171
Merge 28bb637cc44d03a3b1994554e668fd7fd3cd35cd into 08ab26ef89ca13edb987769d
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/d4f3cc402e3f6171
perldelta entry for the PV/IV flags changes.
Nicholas Clark 2 files changed, 117 insertions(+)
https://github.com/Perl/perl5/commit/28bb637cc44d03a3
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/d0605901a2a1aacd
Update SvPV() etc to avoid calling sv_2pv_flags() for cached IV strings.
Nicholas Clark 2 files changed, 26 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/5b9af8615bd4b430
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/0341eba0b6c36d6a
Martian commit d34f815494242236dab70cd84a557d472440b820
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d34f815494242236
Merge d0d41a282a2cbbbc1a87a56f601ac348f639af0c into 08ab26ef89ca13edb987769d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/d34f815494242236
Martian commit fc52557e046a047ae4f9a04b3c79cf75f3132fba
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/fc52557e046a047a
Merge 348187ad3becd036b0864045da65150eb8e3715f into 08ab26ef89ca13edb987769d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/fc52557e046a047a
Martian commit f328e5e0b3714ba009294cbf0b3770e4d27d9199
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f328e5e0b3714ba0
Merge 9f0c17aa0d2e800bd8a9b394fbdcc51928f9ca7d into 08ab26ef89ca13edb987769d
Sawyer X 2 parents
https://github.com/Perl/perl5/commit/f328e5e0b3714ba0
Martian commit 409affb02a140c48ac63cda563d0e366efe1c05f
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/409affb02a140c48
Merge ab690e7d256f2c677a00c21e49997c04974fd4bb into 08ab26ef89ca13edb987769d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/409affb02a140c48
Martian commit 67582eb9cf04f44a4ad5226ebdf58b8b92b81599
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/67582eb9cf04f44a
Merge 9d9d7fd4ee5c01fd1cc623d0adc737a116461e44 into 08ab26ef89ca13edb987769d
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/67582eb9cf04f44a
Martian commit d47a21946232e1b043ae3d602cc67d0b13f2b0e7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d47a21946232e1b0
Merge 209f962ada042d9a23e36e3bc1471380ce398153 into 08ab26ef89ca13edb987769d
Felipe Gasper 2 parents
https://github.com/Perl/perl5/commit/d47a21946232e1b0
Martian commit 1c289106654d6273b77a2075f3723bbef4ecd043
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/1c289106654d6273
Merge f33c29a4896b63b3477b69765f0a6485eb9a0949 into 08ab26ef89ca13edb987769d
Mofasa 2 parents
https://github.com/Perl/perl5/commit/1c289106654d6273
Martian commit 5c20f999ca5ef5f83bbb13f7958a920eb1f6a45b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5c20f999ca5ef5f8
Merge 46ba944793db8a03a67f3142e7c6388a46ae168d into 08ab26ef89ca13edb987769d
6a4h8 2 parents
https://github.com/Perl/perl5/commit/5c20f999ca5ef5f8
Martian commit 68a630295c40c1eb64328943ddbd07e69190f7d5
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/68a630295c40c1eb
Merge f4c5641660e66ffe69113f860047ec4b9a7f0dbc into 08ab26ef89ca13edb987769d
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/68a630295c40c1eb
Send bugs to GitHub
James E Keenan 3 files changed, 3 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/f4c5641660e66ffe
Martian commit c46e7379129d94bbb132e1aef572b342e6eaa022
4 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c46e7379129d94bb
Merge 7a99c42646aa8d104aaed27d66fe7ba2153d38dd into 08ab26ef89ca13edb987769d
Sergey Poznyakoff 2 parents
https://github.com/Perl/perl5/commit/c46e7379129d94bb
Remove remaining type checks
Sergey Poznyakoff 2 files changed, 24 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/7a99c42646aa8d10
Use SvTRUE to check for true value. Remove unnecessary checks for SV types.
Sergey Poznyakoff 1 file changed, 10 insertions(+), 47 deletions(-
https://github.com/Perl/perl5/commit/2f9bfcdc3f50f1ec
Bugfix
Sergey Poznyakoff 1 file changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/a9ce22f746d454ad
Martian commit 8bb6cde810b7df6522e8c13ae93c69dc34841d4d
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8bb6cde810b7df65
Merge 474f38e4091b5af213711e111a9f52f0265429a2 into 08ab26ef89ca13edb987769d
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/8bb6cde810b7df65
XXX: remove indirect and multidimensional in v5.36
Ricardo Signes 3 files changed, 11 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/474f38e4091b5af2
Martian commit f27af894128b5547bed5b573f09955d6070ae6a8
3 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f27af894128b5547
Merge 3ae515b291b2805caac1eb341636f7a446e107c7 into 08ab26ef89ca13edb987769d
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/f27af894128b5547
INSTALL now says that "changes in the Perl language" are usually minor
Nicholas Clark 1 file changed, 12 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/3ae515b291b2805c
INSTALL says it only uses B<> C<> L<> and F<>, so stick to that
Nicholas Clark 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8276b95fb4c4b680
Martian commit b497097854f582b84541bb18efd3a7841814f84b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b497097854f582b8
Merge 2daebb10145a48cf37fd7d9a51ac49084b71e305 into 08ab26ef89ca13edb987769d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/b497097854f582b8
Martian commit 18bc49a4dcf7e7e9c3c2a670b43a856381af00a3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/18bc49a4dcf7e7e9
Merge 0bdb27ca534cf3b70c632e710943f14fba907013 into 08ab26ef89ca13edb987769d
Biswapriyo Nath 2 parents
https://github.com/Perl/perl5/commit/18bc49a4dcf7e7e9
Martian commit 9d665ce164d0953ffdb2003b434f2d9fb0995b05
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9d665ce164d0953f
Merge cc5f70240e847177c9ded2db500cb67d5157a488 into 08ab26ef89ca13edb987769d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/9d665ce164d0953f
Martian commit 2f0254b53ee4b678dd82895cc6db298edf74e0da
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2f0254b53ee4b678
Merge 281f45b82fb7ea2d2019dc3a637a0cb2c58e776b into 08ab26ef89ca13edb987769d
thibaultduponchelle 2 parents
https://github.com/Perl/perl5/commit/2f0254b53ee4b678
Martian commit a5f45b7216aab9dd80ed0d7dd274f64a961234e3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a5f45b7216aab9dd
Merge 87815a2e6488a5acb0084703ed3ec2f7b5f807b3 into 08ab26ef89ca13edb987769d
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/a5f45b7216aab9dd
Martian commit c26cc1e7f7181e6ecbe715e6448bfe55a896397a
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c26cc1e7f7181e6e
Merge 6414b838c0b48e85bf3d8f05bbce5a0c5dec112f into 08ab26ef89ca13edb987769d
xenu 2 parents
https://github.com/Perl/perl5/commit/c26cc1e7f7181e6e
Martian commit 7f4d89d7a58237473f3d9d612ab7da583b244a77
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/7f4d89d7a5823747
Merge 1fb20b77818a10b9e91d751d7e7b4f8a2d339504 into 08ab26ef89ca13edb987769d
Philippe Bruhat (BooK) 2 parents
https://github.com/Perl/perl5/commit/7f4d89d7a5823747
Martian commit af0fa3f25728b11c84ee9489560e39725601aeb7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/af0fa3f25728b11c
Merge 2a335f229ce8d553dec986ffebe472477efc4a22 into 08ab26ef89ca13edb987769d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/af0fa3f25728b11c
Martian commit cd6ed04e4acf74cedaaa535d7f161d9e17e2552b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/cd6ed04e4acf74ce
Merge e659332167228bd790dca61efe00fe670cd2b77e into 08ab26ef89ca13edb987769d
Leon Timmermans 2 parents
https://github.com/Perl/perl5/commit/cd6ed04e4acf74ce
Martian commit 04e3efc59d53f90e7a6a61a8686bb68dda2a5ad2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/04e3efc59d53f90e
Merge 2f2a723d284d746abb611e953762c69f4f6d2067 into 08ab26ef89ca13edb987769d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/04e3efc59d53f90e
Martian commit b39eae13231c302912165b4acea8bebe5fdc7f71
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (2)
Snapshot: http://github.com/Perl/perl5/tarball/b39eae13231c3029
Merge c26801662cacca67ff4785c8acf08f485f1ed3d5 into 08ab26ef89ca13edb987769d
Elvin Aslanov 2 parents
https://github.com/Perl/perl5/commit/b39eae13231c3029
Merge branch 'Perl:blead' into blead
Elvin Aslanov 2 parents
https://github.com/Perl/perl5/commit/c26801662cacca67
Martian commit 9d9c0f87840347373fefac29a9e9222a3158a5a0
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9d9c0f8784034737
Merge 9400eaa0e208e35b7575e1fd50f5facc6549d084 into 08ab26ef89ca13edb987769d
Paul Evans 2 parents
https://github.com/Perl/perl5/commit/9d9c0f8784034737
Martian commit eaaafc6075e98c087750c885182627fb5ed36d9d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/eaaafc6075e98c08
Merge 5a039cb7e594d3045bff034a861aa07acdc62238 into 08ab26ef89ca13edb987769d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/eaaafc6075e98c08
Martian commit 51b269987421df06f3ff33333c3041eb08d2189e
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/51b269987421df06
Merge f41ffac2e1c86a719dbf0095a1497877fb56e70c into 08ab26ef89ca13edb987769d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/51b269987421df06
Martian commit 851736320e256feef99be4a988cf6354bf14fb30
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/851736320e256fee
Merge adeb727a4f245360db73194de368ebe30ec748a5 into 08ab26ef89ca13edb987769d
Hugo van der Sanden 2 parents
https://github.com/Perl/perl5/commit/851736320e256fee
Martian commit ff605b8a13c6dd13d546dab5ae2cd869d3ae5221
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ff605b8a13c6dd13
Merge 7683e280de4f493687397ccafc0eee4315b29321 into 08ab26ef89ca13edb987769d
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/ff605b8a13c6dd13
Martian commit c33a827e712b7d4486783de2897f4aaa07f04661
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c33a827e712b7d44
Merge dc44b362e1e298e327be398f06def916f8546ac2 into 08ab26ef89ca13edb987769d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/c33a827e712b7d44
Martian commit 56827adfcc686feb1042b6b79df6a64431888339
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/56827adfcc686feb
Merge a74e03609a90cdaec4c40914e17a4fd1dbcfbbf5 into 08ab26ef89ca13edb987769d
ℕicolas ℝ 2 parents
https://github.com/Perl/perl5/commit/56827adfcc686feb
Martian commit f688dd9a067e0c5c8f4a8b4815819b6917d7c234
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f688dd9a067e0c5c
Merge 10083f11dbb5a4a9335d1877f7cb5c02811882dd into 08ab26ef89ca13edb987769d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/f688dd9a067e0c5c
Martian commit 66acf7f43cac96edca0aeffcad505487c174bc7d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/66acf7f43cac96ed
Merge f35aa1d466a9ac922d111ad7919e5d2c5d538cf9 into 08ab26ef89ca13edb987769d
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/66acf7f43cac96ed
Martian commit 6f485b67bda1d86f8c38d6dac44adf2a8e72292e
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6f485b67bda1d86f
Merge 824df2b4512858176d3eb1633c14922be23cf028 into 08ab26ef89ca13edb987769d
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/6f485b67bda1d86f
Martian commit 6e75b133c42e405f8b1a39ef9e687ce41ffc049d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6e75b133c42e405f
Merge edd0d0504a043a3010c8f7be1dc71652aa4459e4 into 08ab26ef89ca13edb987769d
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/6e75b133c42e405f
Martian commit a26bfa821faa6867529b2af798c2d0e5b7cbe43c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a26bfa821faa6867
Merge 1e0df1c16ea57ad72d1d640c0ee6d558c4b71ec3 into 08ab26ef89ca13edb987769d
Rin Okuyama 2 parents
https://github.com/Perl/perl5/commit/a26bfa821faa6867
Martian commit 2528f24fce686fa2da8558741c1527a4b9f09c40
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2528f24fce686fa2
Merge 5fa4652561900a5830af968ef9a61bb42df6de75 into 08ab26ef89ca13edb987769d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/2528f24fce686fa2
Martian commit 3b9851434c1acd45b0ffe0ac45e9f410bdf6775e
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3b9851434c1acd45
Merge 56ccf6ed237cae6ca610035102907b9b15d0d551 into 08ab26ef89ca13edb987769d
積丹尼 Dan Jacobson 2 parents
https://github.com/Perl/perl5/commit/3b9851434c1acd45
Martian commit 948962b380622e72b0f8795236a996d0a660d438
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/948962b380622e72
Merge 321037ce98e091498629de4d88a98ff0fe02fe4c into 08ab26ef89ca13edb987769d
Dagfinn Ilmari Mannsåker 2 parents
https://github.com/Perl/perl5/commit/948962b380622e72
Martian commit 4f5201872e2b88846a3d264ea52111d279bedec1
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4f5201872e2b8884
Merge cd584dac9c56e2333031905acec8c06b39bccc54 into cf927cca44ddf2f1b26c43b9
Felipe Gasper 2 parents
https://github.com/Perl/perl5/commit/4f5201872e2b8884
Martian commit fe394df72b5ba2f1684a5f76ac5e1b1280e6c0ad
3 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/fe394df72b5ba2f1
We're Perl 5 Porters
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fe394df72b5ba2f1
Retain original whitespace, per rjbs review
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/782ee1be4e2f2904
Send bug reports to GitHub
James E Keenan 10 files changed, 26 insertions(+), 28 deletions
https://github.com/Perl/perl5/commit/0541e9bbcee3d8de
Thread Previous