Mailing List Archive

Perl 5 Commit Summary
Perl 5 commit summary, activity since Wednesday

Current branch blead
41 commits. 6 unique authors. 4 unique committers.
49 files changed, 537 insertions(+), 416 deletions(-)
Thanks, applied: Yves Orton (9) Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/275f4e511457b957

perlretut: use a numbered list to format a numbered list
Lukas Mai 1 file changed, 37 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/275f4e511457b957

regexec.c: fix warning about unused argument to capture_clear
Lukas Mai 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/416ea06b9fcd686a

locale.c: Don't use bit-wise 'or' when bool is meant
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/ecf14c7348b18a7a

ParseXS: Correct colon translation of $type in OUTPUT section
Leon Timmermans 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9ed785eddca4c01f

t/porting/bincompat.t - test the code itself not just the output
Yves Orton 3 files changed, 52 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/86e7b6187ab846b0

op.c: use consistent spacing around = and ,
Lukas Mai 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/f0ccf3d06975afe2

op.c: remove unneeded variable
Lukas Mai 1 file changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/13dc9989e55acd86

edit a comment in op.c that confused me
Lukas Mai 1 file changed, 23 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/d0e6e389eee3c7fb

Perl RFC have been renamed to PPC
Philippe Bruhat (BooK) 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0cb8a8732e48b31d

Fix some wording per @demerphq
Scott Baker 1 file changed, 9 insertions(+), 10 deletions(-)
https://github.com/Perl/perl5/commit/d25e62947b0777de

Add docs for BEGIN, INIT, CHECK for pop()
Scott Baker 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/a25cf22db7942a05

Add a section about additional blocks
Scott Baker 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/723f1a4efab2e3c8

Update shift() docs with examples
Scott Baker 1 file changed, 17 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/705da08ddb0a1311

Update pop() docs with examples
Scott Baker 1 file changed, 15 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/61f7d34e623e08d6

dist/Net-Ping - remove HPUX from the exclusions list in 450_service.t
Yves Orton 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/d31803ec1abbb4a6

Porting/maintainers.pl - remove Net-Ping customized files
Yves Orton 2 files changed, 16 deletions(-)
https://github.com/Perl/perl5/commit/55a4ed45c550acec

t/porting/globvar.t - fix for HPUX
Yves Orton 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a030daf270f04b14

hints/hpux - only run d_strtold define override check on version < 11.23
Yves Orton 1 file changed, 9 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/3cfe6d102c50c7cd

perl.c - show HAS_LONG_DOUBLE and HAS_STRTOLD as well as USE_LONG_DOUBLE
Yves Orton 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/4f5b68afbae99403

threads-shared - use pure pragma version of CLANG_DIAG_IGNORE
Yves Orton 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/8134806cbd3d2297

dist/threads - use pure pragma form of CLANG_DIAG_IGNORE in threads.xs
Yves Orton 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/35fdbb434ff05bb3

intrpvar - ignore deprecated warning on MSVC as well
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/a4b63cacf481771e

intrpvar.h - silence deprcation warning on HPUX
Yves Orton 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/a63f267202cdf278

util.c - avoid warning about truncated pointer value
Yves Orton 4 files changed, 43 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/55dc0196bb04b67e

util.c - assign HS_GETXSVERLEN() to var before assert
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/3bce2dad3897a679

perlio.c - double cast PerlIO_lockcnt()
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fabf023f2ebd7d2d

Devel-PPPort - deal with signed klen in check_HeUTF8
Yves Orton 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/5de3c4299aeef273

numeric.c - change logical && to bitwise & in nantype test
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/31d9da6590e36d49

regcomp.c - eliminate assignment in while condition
Yves Orton 1 file changed, 25 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/5b9055d9c8b21982

ExtUtils-ParseXS - silence warnings about unreached code in generated XS cod
Yves Orton 7 files changed, 24 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/0589d99c19836db7

t/op/sprintf2 - TODO some failing tests for %g.
Yves Orton 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bbd6967b3d549a2e

Porting/cmpVERSION.pl - deal with old git clients better in tag date parsing
Yves Orton 1 file changed, 10 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ea35cd23e9d1405f

sv.c - don't cast SVTYPEMASK to svtype, use SvIS_FREED() instead.
Yves Orton 3 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/cb6188df375141f4

regexec.c - mark the bottom of a sub as never reached
Yves Orton 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/fe67e58303186e96

regcomp.c - simplify logic to eliminate unreached code
Yves Orton 1 file changed, 1 insertion(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/b22f2577edce6f40

pp_sys.c - suppress warning about comparison to unsigned value
Yves Orton 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/d3eb75f09d0fc000

op.c - deal with not-reached statement warning
Yves Orton 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c9bcbc57be3bba2d

peep.c - ensure deferred_queue is initialized before use
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/19ed09803687be5f

regcomp.h - use a common union for head and args across all regnodes.
Yves Orton 7 files changed, 176 insertions(+), 223 deletion
https://github.com/Perl/perl5/commit/44eb4cdc274114db

regcomp.h - use different struct member names for U8 vs U32 str_len
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/b292ecb4e4450921

perl.h - silence certain warnings on HPUX globally.
Yves Orton 2 files changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/663830b3656805df

Current branch yves/curlyx_curlym
1 commit. 1 unique author. 1 unique committer.
173 files changed, 1805 insertions(+), 859 deletions(-)

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

regcomp.c - Resolve issues clearing buffers in CURLYX (MAJOR-CHANGE)
Yves Orton 7 files changed, 165 insertions(+), 52 deletions
https://github.com/Perl/perl5/commit/dd09cdb57d10f904

New branch leont/parsexs-output-type
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/6b0a6b70e6b17d0e

ParseXS: Correct colon translation of $type in OUTPUT section
Leon Timmermans 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6b0a6b70e6b17d0e

New branch yves/taint_disabled
2 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Yves Orton (1)
Snapshot: http://github.com/Perl/perl5/tarball/8bf72b430329a69f

Automatically test without taint support
David Cantrell 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/8bf72b430329a69f

Config.pm - add taint_disabled and taint_support to %Config
Yves Orton 2 files changed, 107 insertions(+), 22 deletions
https://github.com/Perl/perl5/commit/ae1b0131a38037d7

Deleted branch yves/hpux_build_warning_suppression

Martian commit 1abc84bf19339f9c5ec0437f8347c591528c6e0b
1 commit. 1 unique author. 1 unique committer.

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

perlretut: use a numbered list to format a numbered list
Lukas Mai 1 file changed, 37 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/1abc84bf19339f9c

Martian commit 1cd4318ecc4d9b919d21b55262967bd68b46adf1
1 commit. 1 unique author. 1 unique committer.

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

regexec.c: fix warning about unused argument to capture_clear
Lukas Mai 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/1cd4318ecc4d9b91

Martian commit cc22ea0c3c049422b2b47e2d2f1585fb8086ffa4
1 commit. 1 unique author. 1 unique committer.

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

t/porting/bincompat.t - test the code itself not just the output
Yves Orton 3 files changed, 52 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/cc22ea0c3c049422

Martian commit 07e24a00e648c9e9b3685997d3b7408c847eead5
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/07e24a00e648c9e9

op.c: use consistent spacing around = and ,
Lukas Mai 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/07e24a00e648c9e9

op.c: remove unneeded variable
Lukas Mai 1 file changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/1cf34e1c46e5f11c

Martian commit dcadc603698a16e62a1c4369dff99204259cbe43
1 commit. 1 unique author. 1 unique committer.

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

edit a comment in op.c that confused me
Lukas Mai 1 file changed, 23 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/dcadc603698a16e6

Martian commit 6d452f609d39276882da3617efc7a77c47d175e8
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/6d452f609d392768

Fix some wording per @demerphq
Scott Baker 1 file changed, 9 insertions(+), 10 deletions(-)
https://github.com/Perl/perl5/commit/6d452f609d392768

Martian commit 7625d9464c42313bae566798323ed7b2ce4a2c64
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/7625d9464c42313b

Perl RFC have been renamed to PPC
Philippe Bruhat (BooK) 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/7625d9464c42313b

Martian commit 8265c392244f6200455404e4ef47ab322a8d0ec3
27 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8265c392244f6200

dist/Net-Ping - remove HPUX from the exclusions list in 450_service.t
Yves Orton 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/8265c392244f6200

Porting/maintainers.pl - remove Net-Ping customized files
Yves Orton 2 files changed, 16 deletions(-)
https://github.com/Perl/perl5/commit/2f9a6df40bf673ef

t/porting/globvar.t - fix for HPUX
Yves Orton 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f1892df1ab989754

hints/hpux - only run d_strtold define override check on version < 11.23
Yves Orton 1 file changed, 9 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/49ced3cb8825d82a

perl.c - show HAS_LONG_DOUBLE and HAS_STRTOLD as well as USE_LONG_DOUBLE
Yves Orton 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/721fbc3c5b0e8e0a

threads-shared - use pure pragma version of CLANG_DIAG_IGNORE
Yves Orton 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/5e9010f3753b8c4d

dist/threads - use pure pragma form of CLANG_DIAG_IGNORE in threads.xs
Yves Orton 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/68d869c2aa214a00

intrpvar - ignore deprecated warning on MSVC as well
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/2959d6d15a56f8e7

intrpvar.h - silence deprcation warning on HPUX
Yves Orton 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/e7d3a7722d036143

util.c - avoid warning about truncated pointer value
Yves Orton 4 files changed, 43 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c40d9048de2d5d1d

util.c - assign HS_GETXSVERLEN() to var before assert
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/68300910018582a4

perlio.c - double cast PerlIO_lockcnt()
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/18d278760aa98669

Devel-PPPort - deal with signed klen in check_HeUTF8
Yves Orton 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/bb09c1424f512ab3

numeric.c - change logical && to bitwise & in nantype test
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/07a5038e36129a24

regcomp.c - eliminate assignment in while condition
Yves Orton 1 file changed, 25 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/b7bd6ba0aff9ea36

ExtUtils-ParseXS - silence warnings about unreached code in generated XS cod
Yves Orton 7 files changed, 24 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/8b334ec4b722413d

t/op/sprintf2 - TODO some failing tests for %g.
Yves Orton 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fbaccd978d31a787

Porting/cmpVERSION.pl - deal with old git clients better in tag date parsing
Yves Orton 1 file changed, 10 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0164e7f00a37622b

sv.c - don't cast SVTYPEMASK to svtype, use SvIS_FREED() instead.
Yves Orton 3 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/1bbcca4d4aa0378c

regexec.c - mark the bottom of a sub as never reached
Yves Orton 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/132ac55ed5a1f677

regcomp.c - simplify logic to eliminate unreached code
Yves Orton 1 file changed, 1 insertion(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/ab2ab76139f2c72d

pp_sys.c - suppress warning about comparison to unsigned value
Yves Orton 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/9a97e2daadfe9f19

op.c - deal with not-reached statement warning
Yves Orton 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9b8363f14a2322d8

peep.c - ensure deferred_queue is initialized before use
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7395cfa51df1c8e9

regcomp.h - use a common union for head and args across all regnodes.
Yves Orton 7 files changed, 176 insertions(+), 223 deletion
https://github.com/Perl/perl5/commit/ca7b6a932ef96fee

regcomp.h - use different struct member names for U8 vs U32 str_len
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/7f8806aea6b68a7f

perl.h - silence certain warnings on HPUX globally.
Yves Orton 2 files changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/a0b42a15183d5c02

Ignored 43 GitHub auto-generated merge commits