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

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
June 1, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220601031131.6211FB1428@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
87 commits.  16 unique authors.  6 unique committers.
112 files changed, 1511 insertions(+), 854 deletions(-)
Net code removal: Mark Dominus (1 line)
Thanks, applied:  Karl Williamson (18) xenu (8) Ricardo Signes (1)
Snapshot: http://github.com/Perl/perl5/tarball/975aa39f26ebe9ec

  remove irrelevant mention of scalar references
  Mark Dominus                1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/975aa39f26ebe9ec

  perl5360delta: remove reduplicated "please"
  Ricardo Signes              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8a739674e3fbb196

  perl5360delta: re-add a truncated line
  Ricardo Signes              1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/4d785a3fba12fa2c

  Regen perldebgutS
  Karl Williamson             1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/70ff232356fdbb8a

  perldiag: Fix typo, collapse some msgs
  Karl Williamson             2 files changed, 3 insertions(+), 19 deletions(-
  https://github.com/Perl/perl5/commit/b08599d9ff94c16f

  Make STRLENs() available to core
  Karl Williamson             4 files changed, 6 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/ff00d73bbce9a135

  regcomp.sym: Comment why no ANYOFRs node exists
  Karl Williamson             1 file changed, 14 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/8fcaedaae577eaca

  t/op/vec.t: use strict, warnings
  Karl Williamson             1 file changed, 12 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/d28f3d9926a41198

  perlretut: Grammar, clarifications, white-space
  Karl Williamson             1 file changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/94d6a26c366bcfb5

  handy.h: ASSERT_NOT_PTR doesn't work for void*
  Karl Williamson             1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/43131e10b7e6fbdd

  perlapi: Document save_pushptr
  Karl Williamson             2 files changed, 15 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4601e4251201e988

  perlapi: Consolidate hv_store(s?), into 1 entry,improve
  Karl Williamson             4 files changed, 33 insertions(+), 20 deletions(
  https://github.com/Perl/perl5/commit/704ee149f702a507

  APItest.xs: flush output in test_bool_internals_func
  Leon Timmermans             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/d3faea291a338406

  Bump builtin.pm version
  brian greenfield            1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/553793080bec883e

  Include 'indexed' in synopsis of builtin.pm
  brian greenfield            1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/ad67ce44d7ae6b5c

  Merge branch 'haarg/encoding-warnings-cleanup' into blead
  Graham Knop                 2 parents
  https://github.com/Perl/perl5/commit/eb6be7a3b26c2a98

  encoding-warnings: bump version
  Graham Knop                 1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b7d27cef7b704511

  encoding-warnings: convert tests to use Test::More rather than Test.pm
  Graham Knop                 4 files changed, 11 insertions(+), 9 deletions(-
  https://github.com/Perl/perl5/commit/421e9cf4821e5243

  encoding-warnings: normalize whitespace
  Graham Knop                 5 files changed, 42 insertions(+), 42 deletions(
  https://github.com/Perl/perl5/commit/2eed45ecf025da43

  handy.h: White-space only
  Karl Williamson             1 file changed, 7 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/0622ec7a91c9c371

  perl.c: Add missing cast
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/01aede5a763f5fc8

  regen/embed.pl: Handle "literals" parameters
  Karl Williamson             1 file changed, 15 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/fd4fc0f6fd204053

  make PL_origenviron global
  Tomasz Konojacki            5 files changed, 3 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/66673af5955ecc69

  util.c: merge the win32 and non-win32 implementations of my_setenv
  Tomasz Konojacki            1 file changed, 13 insertions(+), 35 deletions(-
  https://github.com/Perl/perl5/commit/471430840e1f4a41

  don't use environ on Windows
  Tomasz Konojacki            2 files changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/30ceec5d3541f1a6

  make PERL_USE_SAFE_PUTENV the default and the only option
  Tomasz Konojacki            16 files changed, 23 insertions(+), 228 deletion
  https://github.com/Perl/perl5/commit/ae6b6b71cdbfb3fb

  perl.c: duplicate environ when PERL_USE_SAFE_PUTENV is defined
  Tomasz Konojacki            2 files changed, 52 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/b95d23342a119c66

  util.c: POSIX doesn't allow calling setenv() with a NULL value
  Tomasz Konojacki            1 file changed, 1 insertion(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/bc2b0ccc2d304884

  util.c: small refactoring of my_setenv and my_clearenv
  Tomasz Konojacki            1 file changed, 37 insertions(+), 41 deletions(-
  https://github.com/Perl/perl5/commit/f28aedcca64b6836

  probe for setenv in Configure
  Tomasz Konojacki            12 files changed, 31 insertions(+), 13 deletions
  https://github.com/Perl/perl5/commit/2e2065489c88c6bf

  Don't check POD embedded in HTML generated from other POD
  jkahrman                    1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/5e893970ee39be35

  Revert "Revert "mg.c, Cwd.pm - Empty path is the same as "." which is forbid
  Yves Orton                  15 files changed, 54 insertions(+), 16 deletions
  https://github.com/Perl/perl5/commit/92ec2fce1aace295

  Revert "Revert "dist/PathTools - add missing entries to Changes""
  Yves Orton                  1 file changed, 12 insertions(+)
  https://github.com/Perl/perl5/commit/274b07827bad27b0

  perlapi: Document gv_autoload*
  Karl Williamson             2 files changed, 33 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/df91ed1f415ca48d

  Move sv.h functions from inline.h into sv_inline.h,
  Richard Leach               2 files changed, 303 insertions(+), 303 deletion
  https://github.com/Perl/perl5/commit/2356f8bb5077e296

  perlapi: Document gv_name_set
  Karl Williamson             2 files changed, 13 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/629fbf9be56e27ae

  GH16319: avoid recursion parsing 'pack' template
  Hugo van der Sanden         3 files changed, 26 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/f24623d674e0b493

  Change SvIV and kin to inline functions
  Karl Williamson             5 files changed, 149 insertions(+), 62 deletions
  https://github.com/Perl/perl5/commit/dae8ab819b9ffd6d

  regexec.c: Restore overzealous removal for GH#8369
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/bdadb244dbc743bd

  perlapi: Fix a couple autodoc build warnings
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/e1fa7ce9e264f21f

  perlapi: Mark save_push* as internal
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/cc2454194f517705

  perlapi: Add pod link to newly documented macros
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/af46018b70434577

  release managers guide: add a second update target
  Ricardo Signes              1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/e1980ad27865f520

  Evaluate SvPVXtrue's argument just once
  Karl Williamson             5 files changed, 44 insertions(+), 24 deletions(
  https://github.com/Perl/perl5/commit/dec3ff31f81782e2

  A matter of principle
  Chris 'BinGOs' Williams     1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/97039a44551f5544

  Change formal macro parameter name
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/bcef955acccb3f28

  Export unshare_hek, but mark as internal
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/4afc0bd7ec09a662

  cophh_fetch: Make sure doesn't pass eroneous flags
  Karl Williamson             1 file changed, 13 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/9d0ade3b9971ffaf

  perlvms: Add some S<...>
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/7154b20aaadd14e5

  perlvar: Create proper hyperlink
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/00b388736c135c92

  perlutil: Add S<...>, proper hyperlink
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/a4ad48f78350d683

  perlunicode: Add some S<...>
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/111d8f2d2d65adde

  perlrun: Use proper hyperlink
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4699d4272833cddc

  perldebug.pod: Add some S<...>
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/0f5732355fd7fa16

  perl.pod: Add some S<...>
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c304d3d7d51d6f2c

  OS2-REXX: Use F<> for file path
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/dd446afc576d1868

  lib/FileHandle.pm: Use proper hyperlink in pod
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/28d96da1106f8517

  podcheck.t: Note file that not to consider pod
  Karl Williamson             1 file changed, 4 insertions(+)
  https://github.com/Perl/perl5/commit/e2912c000f6c2995

  B:: Use proper hyperlink in pod
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8b1b8b1f143f5dde

  Normalize.pm: Use directory path in F<> pod
  Karl Williamson             1 file changed, 6 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/f7becd0334223e27

  threads.pm: Use S<...> to avoid breaking line
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/7cc1436d69478c37

  IO::Socket::UNIX: Add proper hyperlink in pod
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/66430cfeaf88720d

  IO::Socket::INET: Use proper hyperlink in pod
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d80416fda389eada

  IO::Pipe: Use proper hyperlink in pod
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d90780d8fd05f6e8

  IO::Handle: Use proper hyperlink in pod
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/799cf8c881253c2c

  Carp: Use some proper hyperlinks in pod
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d7029828aecdbadc

  configpm: Configure is a file, markup should be F<>
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/13c332fa942355cb

  Add asserts for memmem parameters
  Karl Williamson             1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/602ec335901a7c18

  Extra B::PADNAME helpers: GEN and IsUndef
  Nicolas R                   2 files changed, 17 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/99df0210877da2cf

  Add B helpers to check if the Sv is a boolean
  Nicolas R                   4 files changed, 114 insertions(+), 4 deletions(
  https://github.com/Perl/perl5/commit/2af2513acebd4252

  define HAS_INETPTON and HAS_INETNTOP for mingw builds
  sisyphus                    1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/00d3871069fa4c1d

  define d_inetntop and d_inetpton for mingw builds
  sisyphus                    1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/fa15d930fee672f6

  Fix dist/IO/poll.h for mingw-w64 runtimes 9.0 and later
  sisyphus                    1 file changed, 8 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6249423c8a89bfe0

  Fix a typo in a comment in Carp.pm
  Nicholas Clark              2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/a2c205b0c72e65d4

  doio.c: Rename formal parameters for clarity
  Karl Williamson             3 files changed, 21 insertions(+), 21 deletions(
  https://github.com/Perl/perl5/commit/d64b73b99ae52cc4

  perlapi: Document save_[ah]elem(_flags)?
  Karl Williamson             2 files changed, 48 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/d4192ed96f792bc5

  perlintern: Document save_scalar_at
  Karl Williamson             2 files changed, 22 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/077e4a84c69999ec

  perlapi: Document SvPV_shrink_to_cur
  Karl Williamson             1 file changed, 13 insertions(+)
  https://github.com/Perl/perl5/commit/e76506c9659e52bc

  perlapi: Document SV_CHECK_THINKFIRST*
  Karl Williamson             1 file changed, 24 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/2bf695bea7e58f1b

  perlapi: Mark hv_free_ent as internal
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a85a4036d76eccaf

  perlapi: Document start_subparse
  Karl Williamson             2 files changed, 18 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/f19710fbc5f10ef1

  perl5360delta - pod syntax fix
  Dan Book                    1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/62e3a0d5d51cfd77

  pp.c - fix for Perl_pow for ivsize== 4, nv is 'doubledouble' (long double).
  sisyphus                    1 file changed, 14 insertions(+)
  https://github.com/Perl/perl5/commit/a191c4a4cfe1fa27

  fixup, use old logic until 5.37 - TO BE SQUASHED
  Yves Orton                  1 file changed, 9 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/57e785fdb86b4eb4

  XS-APItest - add tests for new API calls and for bool internals
  Yves Orton                  4 files changed, 107 insertions(+), 2 deletions(
  https://github.com/Perl/perl5/commit/c5e6a2f4b4dc5540

  sv.c - add new bool related utility functions and macros
  Yves Orton                  6 files changed, 208 insertions(+), 2 deletions(
  https://github.com/Perl/perl5/commit/fff0089cdee6ca5d

  regexec.c: Rmv obsolete recursion checks: GH #8369
  Karl Williamson             2 files changed, 1 insertion(+), 39 deletions(-)
  https://github.com/Perl/perl5/commit/fd1cd0c604ac258c

Current branch maint-5.36
1 commit.  1 unique author.  1 unique committer.
1 file changed, 1 insertion(+)

Snapshot: http://github.com/Perl/perl5/tarball/29f7cb00f2aea37e

  perl5360delta: re-add a truncated line
  Ricardo Signes              1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/29f7cb00f2aea37e

New branch haarg/xsloader-without-test-more
1 commit.  1 unique author.  1 unique committer.

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

  XSLoader: convert from Test::More to internal test helpers
  Graham Knop                 1 file changed, 99 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/6e45fbf103c5e266

New branch smoke-me/davem/exception_issues
6 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8812d58daf01b1df

  cop.h: fix je_mustcatch code comment.
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8812d58daf01b1df

  t/op/catch.t: add comments explaining its purpose
  David Mitchell              1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/d3dc41afac7748dc

  s/JUMPENV/JMPENV/g
  David Mitchell              4 files changed, 7 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/ffae5f9254768646

  perlinterp.pod: rewrite Exception handing section
  David Mitchell              1 file changed, 173 insertions(+), 91 deletions(
  https://github.com/Perl/perl5/commit/88e90941796e830d

  pp_ctl.c: revamp S_docatch() and docs
  David Mitchell              1 file changed, 84 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/9d9e1f62f0e77937

  fix panic from eval {} inside /(?{...})/
  David Mitchell              2 files changed, 15 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/01c852de0c995750

Deleted branch smoke-me/khw-using

Deleted branch smoke-me/toddr/crzlib-2.105

Martian commit c63c4c654de160edf1f01d1a65aefed6573d0bcd
1 commit.  1 unique author.  1 unique committer.

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

  perlapi: Document save_pushptr
  Karl Williamson             2 files changed, 15 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c63c4c654de160ed

Martian commit a8c440ebc48736177f76ec40cc186f7448b328a1
1 commit.  1 unique author.  1 unique committer.

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

  APItest.xs: flush output in test_bool_internals_func
  Leon Timmermans             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/a8c440ebc4873617

Martian commit 39ac86994d071eb2772e16c7ee187c82a5afd28d
2 commits.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (2)
Snapshot: http://github.com/Perl/perl5/tarball/39ac86994d071eb2

  Bump builtin.pm version
  brian greenfield            1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/39ac86994d071eb2

  Include 'indexed' in synopsis of builtin.pm
  brian greenfield            1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/efecc1f1cbefe2c2

Martian commit c32dcbc8d0c6bde27b4af693026e9a0f05fbf874
1 commit.  1 unique author.  1 unique committer.

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

  perlapi: Consolidate hv_store(s?), into 1 entry,improve
  Karl Williamson             4 files changed, 33 insertions(+), 20 deletions(
  https://github.com/Perl/perl5/commit/c32dcbc8d0c6bde2

Martian commit 3b4ef4326ce47185c3164ee6831b89419d3bc0f4
8 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/3b4ef4326ce47185

  make PL_origenviron global
  Tomasz Konojacki            5 files changed, 3 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/3b4ef4326ce47185

  util.c: merge the win32 and non-win32 implementations of my_setenv
  Tomasz Konojacki            1 file changed, 13 insertions(+), 35 deletions(-
  https://github.com/Perl/perl5/commit/d55b837b7c98ed26

  don't use environ on Windows
  Tomasz Konojacki            2 files changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/51d001754738605e

  make PERL_USE_SAFE_PUTENV the default and the only option
  Tomasz Konojacki            16 files changed, 23 insertions(+), 228 deletion
  https://github.com/Perl/perl5/commit/916a0387c5e9073a

  perl.c: duplicate environ when PERL_USE_SAFE_PUTENV is defined
  Tomasz Konojacki            2 files changed, 52 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/156fc352f8da9edd

  util.c: POSIX doesn't allow calling setenv() with a NULL value
  Tomasz Konojacki            1 file changed, 1 insertion(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/e5c90b3d56c0ac17

  util.c: small refactoring of my_setenv and my_clearenv
  Tomasz Konojacki            1 file changed, 37 insertions(+), 41 deletions(-
  https://github.com/Perl/perl5/commit/b59baa1ee6815782

  probe for setenv in Configure
  Tomasz Konojacki            12 files changed, 31 insertions(+), 13 deletions
  https://github.com/Perl/perl5/commit/85500e29a86e0989

Martian commit 1d18464b9af52b7f3be613725aa0d1473ecc0ccc
1 commit.  1 unique author.  1 unique committer.

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

  perlapi: Deprecate 5 functions
  Karl Williamson             3 files changed, 30 insertions(+), 7 deletions(-
  https://github.com/Perl/perl5/commit/1d18464b9af52b7f

Martian commit 58f795103566d69104ba0f53cdf2e8496ca11f9a
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/58f795103566d691

  perlapi: Document gv_autoload*
  Karl Williamson             2 files changed, 33 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/58f795103566d691

Martian commit db2db6eb9c9a14558b37ba163e0cb8e313084231
1 commit.  1 unique author.  1 unique committer.

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

  Change SvIV and kin to inline functions
  Karl Williamson             5 files changed, 149 insertions(+), 62 deletions
  https://github.com/Perl/perl5/commit/db2db6eb9c9a1455

Martian commit 57c07ab57e53d28a14007c389fe5bcadd15c35cc
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/57c07ab57e53d28a

  Evaluate SvPVXtrue's argument just once
  Karl Williamson             5 files changed, 44 insertions(+), 24 deletions(
  https://github.com/Perl/perl5/commit/57c07ab57e53d28a

Ignored 52 GitHub auto-generated merge commits

Thread Next


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