Front page | perl.perl5.porters |
Postings from July 2021
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
July 28, 2021 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20210728031123.4E564B04A2@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
44 commits. 9 unique authors. 4 unique committers.
84 files changed, 1209 insertions(+), 2551 deletions(-)
Thanks, applied: Karl Williamson (9)
Snapshot: http://github.com/Perl/perl5/tarball/fbc41327d5599cf4
Update Archive-Tar to CPAN version 2.40
Chris 'BinGOs' Williams 8 files changed, 52 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/fbc41327d5599cf4
Add PERL_GCC_VERSION_GE and kin
Karl Williamson 1 file changed, 26 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/0f43d404c75f5908
S_clear_placeholders() should call HvHASKFLAGS_off() if no keys remain.
Nicholas Clark 3 files changed, 63 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/c23e25b4e677ccab
S_mro_gather_and_rename() can use HvTOTALKEYS(), as placeholders don't matte
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/f1c1602aa05e6e31
Convert code in mro_core.c to use hv_*hek() APIs where possible.
Nicholas Clark 2 files changed, 10 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/5ebe3ee8a2e8df14
Where the key is an SV, replace some hv_* calls with hv_*_ent equivalents.
Nicholas Clark 3 files changed, 10 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/bffed14d6aeedc70
In Perl_gv_check() set and clear HvAUXf_SCAN_STASH just once.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/0cdaae3e56c7eb2f
Simplify some logic in S_find_hash_subscript().
Nicholas Clark 1 file changed, 5 insertions(+), 10 deletions(-)
https://github.com/Perl/perl5/commit/bd4f91e548cd03e6
Tests for tied hashes in list context (keys, values and both).
Nicholas Clark 1 file changed, 42 insertions(+)
https://github.com/Perl/perl5/commit/745e94a0ed91f093
The cases for SVt_PVAV and SVt_PVHV in pp_defined are unreachable.
Nicholas Clark 1 file changed, 3 insertions(+), 13 deletions(-)
https://github.com/Perl/perl5/commit/2517717a8902648d
Remove some cruft from XS::APItest.
Nicholas Clark 1 file changed, 1 insertion(+), 10 deletions(-)
https://github.com/Perl/perl5/commit/89d6fa6c7f697a2a
Merge branch 'switch-off' into blead
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/66d6cad32aa5c8df
feature.pl: bump version number to 1.67
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e6927ec68bceebe0
perlsyn: note that v5.36 will not enable "switch"
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d1b734c614a4337f
B::Deparse tests: turn on "switch" to test break() behavior
Ricardo Signes 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/81cfb012ab267ccb
switches.t: stop testing that -E turns on ~~
Ricardo Signes 1 file changed, 1 insertion(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/6fee8938be94005a
switches.t: stop testing that -E includes switch
Ricardo Signes 1 file changed, 1 insertion(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/9ad2812817487c77
feature.pm: drop "switch" from latest version bundle
Ricardo Signes 3 files changed, 24 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/915e574d301f00ab
perlexperiment: list ":win32 layer" as removed
Ricardo Signes 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/25662648e3c1a099
op/each.t: Improve EBCDIC handling
Karl Williamson 1 file changed, 8 insertions(+), 22 deletions(-)
https://github.com/Perl/perl5/commit/bbeb277521abe142
op/each.t: Add strict/warnings
Karl Williamson 1 file changed, 24 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/a9be8dd07382f695
perl.h: Add some comments
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/fc4ef3c83cb2080b
regcomp.c: Use existing macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4399381d2fd192c7
op/print.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 16 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/4e3e2cbbe7f79a96
comp/require.t
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f07fa16500a2c3a1
op/length.t: Use modern tools for EBCDIC
Karl Williamson 1 file changed, 23 insertions(+), 48 deletions(-
https://github.com/Perl/perl5/commit/9ab40e4a9ef6ccc7
pat_advanced.t: EBCDIC fix
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/726f0605ed00fdfa
lib/diagnostics.pm: Generalize for EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a088f06523f85202
Safe: safeutf8.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/010b61fd64de2c4d
numeric.c: Silence compiler warning
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0b8a83109d231afa
numeric.c: White-space only
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/58af9243bbea5db0
op.c: Remove leading tab
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/93579e61a7441cd3
t/op/numify.t: More tests to check if invalid Inf/NaNs are not numified
TAKAI Kousuke 1 file changed, 13 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6738839e92f792ac
Perl_my_atof3: disallow double signs for Inf/NaN
TAKAI Kousuke 1 file changed, 11 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/e79f3c064561c584
Perl_my_atof3: disallow double signs and spaces between a sign and number
TAKAI Kousuke 3 files changed, 50 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/7035863f5fa4306e
Remove MI from FastCalc
Chris 'BinGOs' Williams 11 files changed, 8 insertions(+), 2001 deletion
https://github.com/Perl/perl5/commit/d44f69e7cc06ab51
perlop - Invocant only needs to be an object or class name for method calls
Dan Book 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/d2e37f76ef9bd3b7
POSIX: Make strtoul() return UV if possible
TAKAI Kousuke 2 files changed, 12 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/86b9c84e9605ca4d
POSIX: Bump version
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a34829fcea66071b
Petar-Kaleychev is now a Perl author
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/518b608a726e9d95
Skip 501_ping_icmpv6.t when icmpv6 cannot be initialized. Credits to rurban
Thibault DUPONCHELLE 2 files changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c402596f74f27791
Fix perl5300delta.pod
Petar-Kaleychev 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b5ce5cb9f9a0445f
Bump the perl version in various places ready for 5.35.3
Neil Bowers 23 files changed, 155 insertions(+), 132 deletio
https://github.com/Perl/perl5/commit/ed9ad00f972a4581
new perldelta for 5.35.3
Neil Bowers 10 files changed, 601 insertions(+), 152 deletio
https://github.com/Perl/perl5/commit/9e71a8df6ef30a71
New branch smoke-me/khw-t-a-k-posix-strtoul-uv
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/aa0acee50bb09baf
Merge branch 'posix-strtoul-uv' of github.com:t-a-k/perl5 into t-a-k-posix-s
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/aa0acee50bb09baf
Martian commit 10278b110a8f61ac868255186597184ed00281b1
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/10278b110a8f61ac
Merge f03707939f63058e6f3740c1c818324dc33a6de5 into fbc41327d5599cf49e8f0c5a
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/10278b110a8f61ac
detect struct stat.st_dev's size and signedness, and return it safely
Tony Cook 15 files changed, 180 insertions(+), 3 deletions
https://github.com/Perl/perl5/commit/f03707939f63058e
Martian commit 3caba666271f90702cd17eee40f97167a278a794
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1) Ben Cornett (1)
Snapshot: http://github.com/Perl/perl5/tarball/3caba666271f9070
Merge 0d921a471a3fd972cd16cf501cc38640e52b854f into ae9b784c18799b56f7b7065c
Ben Cornett 2 parents
https://github.com/Perl/perl5/commit/3caba666271f9070
Document v5.35 warnings-on-by-default
Ben Cornett 5 files changed, 37 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/0d921a471a3fd972
Martian commit fd9c7e0e837db3d3a1a4852f8561a3dba036dcff
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/fd9c7e0e837db3d3
Merge fa598077fe27c24ed6dc2cd93e94036b1b9f5793 into fbc41327d5599cf49e8f0c5a
xenu 2 parents
https://github.com/Perl/perl5/commit/fd9c7e0e837db3d3
Martian commit fd32c42543f8173c7e946dec8cb674cbbf7c942d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/fd32c42543f8173c
Merge 42c66cf117d47d641c305aefc1f03f1a3bc7ce3e into fbc41327d5599cf49e8f0c5a
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/fd32c42543f8173c
Martian commit 7a42e64fadd78bdfb584f896e140c79c48d08ab9
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/7a42e64fadd78bdf
Merge 0bdb27ca534cf3b70c632e710943f14fba907013 into fbc41327d5599cf49e8f0c5a
Biswapriyo Nath 2 parents
https://github.com/Perl/perl5/commit/7a42e64fadd78bdf
Martian commit 6aeeb4125b794eebad3b95d78545a329f8a26f2f
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6aeeb4125b794eeb
Merge b062b74fe2022c7ca9d9c68e7f126359df600a47 into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/6aeeb4125b794eeb
Martian commit de15e08cacc87abd94d91ebf1878b637a6b0c1de
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/de15e08cacc87abd
Merge 6414b838c0b48e85bf3d8f05bbce5a0c5dec112f into fbc41327d5599cf49e8f0c5a
xenu 2 parents
https://github.com/Perl/perl5/commit/de15e08cacc87abd
Martian commit 8969e9f38343339c06b2388a71788bc93f2b6da6
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8969e9f38343339c
Merge 281f45b82fb7ea2d2019dc3a637a0cb2c58e776b into fbc41327d5599cf49e8f0c5a
thibaultduponchelle 2 parents
https://github.com/Perl/perl5/commit/8969e9f38343339c
Martian commit 02bf8641f744a77f44632d11ca3b62cfdfb3b77e
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/02bf8641f744a77f
Merge 962a52e394523793e46e3d9a2ba7ef3bd70e245b into fbc41327d5599cf49e8f0c5a
Biswapriyo Nath 2 parents
https://github.com/Perl/perl5/commit/02bf8641f744a77f
Martian commit 527b01104a15153c8f10da219f18ad75c745cd4a
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/527b01104a15153c
Merge 20b3432099486e8d0f09aa290881cb49980443d5 into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/527b01104a15153c
Martian commit 1b987ae985151224afd72c7123f7c5d5637f758d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/1b987ae985151224
Merge e96d81b0350e58b9d380b95f5b1104c786f6b370 into fbc41327d5599cf49e8f0c5a
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/1b987ae985151224
Martian commit c12bb7dc6a27c1affb2ca83c91dfe174388a8679
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c12bb7dc6a27c1af
Merge 855ec88fb7d00021bafa5f06fb63eb23e5a1909f into fbc41327d5599cf49e8f0c5a
Paul Evans 2 parents
https://github.com/Perl/perl5/commit/c12bb7dc6a27c1af
Martian commit a445d5cdab00dd8515c0a37eddffd878900f5bb2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a445d5cdab00dd85
Merge 23ceeed0a514d040b9d5a4c29d21d90af2558ad0 into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/a445d5cdab00dd85
Martian commit 77a9c58098b1a724d3d78e363866f64134f553c5
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/77a9c58098b1a724
Merge 1fb20b77818a10b9e91d751d7e7b4f8a2d339504 into fbc41327d5599cf49e8f0c5a
Philippe Bruhat (BooK) 2 parents
https://github.com/Perl/perl5/commit/77a9c58098b1a724
Document a way to perform `use Module VERSION LIST` on the command-line
Philippe Bruhat (BooK) 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/1fb20b77818a10b9
Martian commit 09dc58077cc64eabf4795ff206f142d2783e790a
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/09dc58077cc64eab
Merge 77878eb22a9a9784647af0a234adc9f1358c0d46 into fbc41327d5599cf49e8f0c5a
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/09dc58077cc64eab
Martian commit 3e828977f6cf9caacabc1a873d0e45d4be216837
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3e828977f6cf9caa
Merge 70ae4f4eba57cfc420bbb85ac942aea5b498d3bb into fbc41327d5599cf49e8f0c5a
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/3e828977f6cf9caa
Martian commit 6b28e66fd6a7a80a971e2e0c1f94cb68ba804a6c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/6b28e66fd6a7a80a
Merge 0c36ae8bb7516a41c2fbaf6f8015a303918c0fc3 into fbc41327d5599cf49e8f0c5a
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/6b28e66fd6a7a80a
Martian commit 17836b26a47bb16f586dc7905943ec7504a00c21
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/17836b26a47bb16f
Merge 9ff9c99b72d4a5d0e2ccbbe726b6b306cfbe4c0f into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/17836b26a47bb16f
Martian commit 1565b5c731b36169349c7dbedeef835492172f56
11 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/1565b5c731b36169
Merge be6ae3be0afdf8e14af5ec4e66dbbab2b31b53fc into fbc41327d5599cf49e8f0c5a
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/1565b5c731b36169
perlgov-team-update: cope with non-ASCII content
Ricardo Signes 1 file changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/be6ae3be0afdf8e1
mailmap: add another entry for xdg
Ricardo Signes 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/7095e43f80fd93c3
Porting/README.pod: add the new Porting files
Ricardo Signes 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/b100c3b01ed95722
MANIFEST: add new files to the manifest
Ricardo Signes 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/11a10c09a92bfe29
perlgov: regenerate member list from tooling
Ricardo Signes 1 file changed, 39 insertions(+), 30 deletions(-
https://github.com/Perl/perl5/commit/4634cb686161557a
perlgov-team-update: to generate new perlgov member listing
Ricardo Signes 1 file changed, 26 insertions(+)
https://github.com/Perl/perl5/commit/991dac42b771e497
core-team: canonical machine-readable list
Ricardo Signes 1 file changed, 35 insertions(+)
https://github.com/Perl/perl5/commit/8df523663d69350a
mailmap: add points-to-self entries for core team
Ricardo Signes 1 file changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/37d4660be9beb48f
mailmap: sort the file for easy scanning
Ricardo Signes 1 file changed, 55 insertions(+), 55 deletions(-
https://github.com/Perl/perl5/commit/cd040eb7e6ad8cb5
mailmap: update rjbs canonical address
Ricardo Signes 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9a9ae5dc188bc8f0
Martian commit e0d46d18fa2d182330ace934451112b6ae076194
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e0d46d18fa2d1823
Merge 3892577d78b7a8db46e91a2249115f5138038775 into fbc41327d5599cf49e8f0c5a
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/e0d46d18fa2d1823
Martian commit 0d8ca2bd14cc02a5ddc54e93c0aea3996b305e72
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0d8ca2bd14cc02a5
Merge 43ec2a4d8c70e3b1e060bf92420a53a3fbc0eaed into fbc41327d5599cf49e8f0c5a
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/0d8ca2bd14cc02a5
installhtml: new location for imports of helper functions
James E Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/43ec2a4d8c70e3b1
Martian commit e4d02d113e478bc4d45c972fef2bcd9bdad9f068
25 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e4d02d113e478bc4
Merge 161bab675c896ea8fe36a9b24b6affb327ec2bf4 into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/e4d02d113e478bc4
Unicode-Normalize: Save '&' instrs by casting to U8
Karl Williamson 2 files changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/161bab675c896ea8
Storable: Save a '&' instr by casting to U8
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/471e59817e7b4065
POSIX: Save a '&' instr by casting to U8
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0ded09a24e69b1f9
Opcode: Save a '&' instr by casting to U8
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b43f6357d66ff673
sv_vcatpvfn(): Simplify print format
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8dfa1303332a93a6
STATUS_UNIX_EXIT_SET(): Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a106cb60e9d68574
vtoh(): Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/84bdbe813f7cecaf
my_swap(): Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/dfe5b3b81ccb7d66
swab_foo(x): Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/31493b32ab931f37
win32.c: Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/30d7a36370e3d479
win32/fcrypt.c: Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/1c4091a012cf0491
vms.c: Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/72081fd95edf5651
util.h: Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d73896f6df844228
utf8.c: Remove redundant '&' instruction
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/90c6f408d28b3ebe
toke.c: Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1e68a9e1f3b31411
sv.c: Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/45595fa83649c0da
regcomp: Save '&' instrs by casting to U8
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/18156925e94a8a11
pp_pack: Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/5dfff34060de7091
perlio.c: Save '&' instrs by casting to U8
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/60a3ea7d23917c60
dump.c: Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bbf9abbff23bbff6
CxLVAL(): Save a '&' instr by casting to U8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3af4a2c8ead8d4f1
warnings.h: Use cast instead of bitwise &
Karl Williamson 2 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/4ad0bc1e73549a4d
doop.c: Rmv redundant '&' instrs
Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/61287726ec0dec40
handy.h: Refactor FITS_IN_8_BITS()
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/320fd6434181d4ad
Martian commit d0d05607ceb2b9310f73633cc63f8bd817f1704f
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (2)
Snapshot: http://github.com/Perl/perl5/tarball/d0d05607ceb2b931
Merge 1320138c2aa5f6a6c718064c3ab9ddfd8b60ed44 into fbc41327d5599cf49e8f0c5a
積丹尼 Dan Jacobson 2 parents
https://github.com/Perl/perl5/commit/d0d05607ceb2b931
Beautify
積丹尼 Dan Jacobson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/1320138c2aa5f6a6
Martian commit bcc206d7f6b373c527b65120d77bb8f782bb8408
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/bcc206d7f6b373c5
Merge 10083f11dbb5a4a9335d1877f7cb5c02811882dd into fbc41327d5599cf49e8f0c5a
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/bcc206d7f6b373c5
Martian commit 7a30808746698dba8274e6bcb51ae3c545cf19e7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/7a30808746698dba
Merge f35aa1d466a9ac922d111ad7919e5d2c5d538cf9 into fbc41327d5599cf49e8f0c5a
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/7a30808746698dba
Martian commit 22a52f157fc034f36cf7e18c7d8732188f0971c0
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/22a52f157fc034f3
Merge 13858c2e061870d963856ddce3943e9703f50638 into fbc41327d5599cf49e8f0c5a
xenu 2 parents
https://github.com/Perl/perl5/commit/22a52f157fc034f3
Martian commit f134ceb7337008ace5f7e83a4145a2c4d0145b15
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f134ceb7337008ac
Merge d01b1338a9e60676e682d198e025f520371f503c into fbc41327d5599cf49e8f0c5a
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/f134ceb7337008ac
Martian commit 7551237917d5f8840db0e642fc83bee3401b0431
8 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/7551237917d5f884
Merge 887fff4f48647616b97de2420707b1c447a63259 into fbc41327d5599cf49e8f0c5a
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/7551237917d5f884
perlgov: allow two weeks to organize after objection
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/887fff4f48647616
perlgov: clarify time frame for newly Term Election
Ricardo Signes 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/8076d7a82f07d3e4
perlgov: allow PSC to cancel election deferment
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7e35863fbb8365db
perlgov: limit the time period for objection to deferral
Ricardo Signes 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9b02e4fbdd2daf00
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/cb6eee7ea3b296cf
perlgov: handling uncontested elections
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/018034056283a8d5
perlgov: allow deferral of Special Election
Ricardo Signes 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/e2ca9325f4af36c4
Martian commit 1104d879ba702e2c5ad4ba0dd3035098d2ce61d8
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/1104d879ba702e2c
Merge 824df2b4512858176d3eb1633c14922be23cf028 into fbc41327d5599cf49e8f0c5a
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/1104d879ba702e2c
Martian commit c32a9b078738176d152b96781d073b12d9ef5f4c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c32a9b078738176d
Merge edd0d0504a043a3010c8f7be1dc71652aa4459e4 into fbc41327d5599cf49e8f0c5a
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/c32a9b078738176d
Martian commit 32fa4b44f5b0f9cc297c14e03a57b3aa55a6adaf
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/32fa4b44f5b0f9cc
Merge 1e0df1c16ea57ad72d1d640c0ee6d558c4b71ec3 into fbc41327d5599cf49e8f0c5a
Rin Okuyama 2 parents
https://github.com/Perl/perl5/commit/32fa4b44f5b0f9cc
Martian commit 3056437a798883f0f5125cf9a6dc8218f63fc5be
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3056437a798883f0
Merge 348187ad3becd036b0864045da65150eb8e3715f into fbc41327d5599cf49e8f0c5a
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/3056437a798883f0
Martian commit 5bfe84168078fc938684539c5098e8b56e33fc29
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5bfe84168078fc93
Merge 56ccf6ed237cae6ca610035102907b9b15d0d551 into fbc41327d5599cf49e8f0c5a
積丹尼 Dan Jacobson 2 parents
https://github.com/Perl/perl5/commit/5bfe84168078fc93
Martian commit 124821f247660dcfb5b72bc80381509cc3e0350c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/124821f247660dcf
Merge 2daebb10145a48cf37fd7d9a51ac49084b71e305 into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/124821f247660dcf
Martian commit a7ea1cddb175ee106e3f16a165e73ab9721e0f1f
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a7ea1cddb175ee10
Merge d7eb3f38ef23ab426266282e71e886860ecb4187 into fbc41327d5599cf49e8f0c5a
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/a7ea1cddb175ee10
Martian commit e01360e7f4fb3926b1ca8abe2ecf59c27343e13b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e01360e7f4fb3926
Merge f002567eaf0dd626c7e18cbd6ea1c657272dd538 into fbc41327d5599cf49e8f0c5a
Branislav Zahradník 2 parents
https://github.com/Perl/perl5/commit/e01360e7f4fb3926
Martian commit aad2665013d58cf663e48333db5a109e5055636d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/aad2665013d58cf6
Merge cc5f70240e847177c9ded2db500cb67d5157a488 into fbc41327d5599cf49e8f0c5a
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/aad2665013d58cf6
Martian commit b76fac3bfbddf8263b43c732a3e5e5c3abf406be
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b76fac3bfbddf826
Merge 21683a703c7cdc5154b86fb4d6c2ffa364731811 into fbc41327d5599cf49e8f0c5a
David Golden 2 parents
https://github.com/Perl/perl5/commit/b76fac3bfbddf826
Respond to feedback
David Golden 1 file changed, 29 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/21683a703c7cdc51
Martian commit 54a46638feec12ed7ea92186436c3a2b7674d23e
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/54a46638feec12ed
Merge 7694af3acb6f3a7af8a9988dd381ff67bfefab36 into fbc41327d5599cf49e8f0c5a
Branislav Zahradník 2 parents
https://github.com/Perl/perl5/commit/54a46638feec12ed
Martian commit e708811479db6b6aff81705823035771699486f0
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e708811479db6b6a
Merge 2d2e06c380fdeca9b015b4928d543fed575988f7 into fbc41327d5599cf49e8f0c5a
Nicholas Clark 2 parents
https://github.com/Perl/perl5/commit/e708811479db6b6a
Martian commit 173702c33f1906d7d230725110decdb63380092a
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/173702c33f1906d7
Merge 57913134b4e622eacc28204c766dd42b1ed73d96 into fbc41327d5599cf49e8f0c5a
jpalao 2 parents
https://github.com/Perl/perl5/commit/173702c33f1906d7
Martian commit e4617712bacf525b37148947a10bba3bfd9b6953
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e4617712bacf525b
Merge 7683e280de4f493687397ccafc0eee4315b29321 into fbc41327d5599cf49e8f0c5a
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/e4617712bacf525b
Martian commit 07eb2ab79ccbffff2741df4c801d595bbfc37af8
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/07eb2ab79ccbffff
Merge dc44b362e1e298e327be398f06def916f8546ac2 into fbc41327d5599cf49e8f0c5a
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/07eb2ab79ccbffff
Martian commit 94838dc2cb9a90c86ad26e9ed6cbc7ddc93f65f8
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/94838dc2cb9a90c8
Merge a74e03609a90cdaec4c40914e17a4fd1dbcfbbf5 into fbc41327d5599cf49e8f0c5a
ℕicolas ℝ 2 parents
https://github.com/Perl/perl5/commit/94838dc2cb9a90c8
Martian commit d199739e3e9aa62a6d603f2d5a95b63b13ed6e49
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d199739e3e9aa62a
Merge e397a6f2612a822def315f61e32cddaeb4d33b38 into fbc41327d5599cf49e8f0c5a
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/d199739e3e9aa62a
Martian commit d6460a879433354577e09bdc0d4af634cd5c0197
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d6460a8794333545
Merge 414d8142bc79098973d41fcb96a8a0ebf67e15a0 into fbc41327d5599cf49e8f0c5a
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/d6460a8794333545
Martian commit 3ad901a7293f8cab1af3451c159828c72e4fbd35
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/3ad901a7293f8cab
Merge fcaf0ac32a1ca4800f968a6054759e2abac843ae into fbc41327d5599cf49e8f0c5a
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/3ad901a7293f8cab
Martian commit ccdbe18837b38e7d5f127e9cc710614f00e81f94
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/ccdbe18837b38e7d
Merge a2e3917463f8ed19ef5a73b3bde21b02f7b38e71 into fbc41327d5599cf49e8f0c5a
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/ccdbe18837b38e7d
Thread Next