Front page | perl.perl5.porters |
Postings from November 2017
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
November 25, 2017 03:08
Subject:
Perl 5 Commit Summary
Message ID:
E1eIQp9-0005s4-Rb@cron.dc.perl.space
Perl 5 commit summary, activity since Wednesday
Current branch blead
23 commits. 6 unique authors. 6 unique committers.
146 files changed, 711 insertions(+), 403 deletions(-)
Thanks, applied: Dagfinn Ilmari Mannsåker (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c7f61edaeb9bf126.tar.gz
miniperl/minitest cannot do these tests.
Jarkko Hietaniemi 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c7f61edaeb9bf126
toke.c lex_stuff_pvn(): Use fcn, not handrolled code
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27d0a47cd502fdcb
mktables: Avoid some work
Karl Williamson 3 files changed, 19 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/86452548f54ae148
doop.c: Change to use is_utf8_invariant_string()
Karl Williamson 1 file changed, 9 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40b85b808db0f303
Search for UTF-8 invariants by word
Karl Williamson 6 files changed, 112 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/e17544a60909ed95
utf8.c: White-space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46a08a6f3bc2ec14
[MERGE] t/TEST -deparse fixups
David Mitchell 2 parents
http://perl5.git.perl.org/perl.git/commit/59b29642f8ed780b
update Porting/deparse-skips.txt
David Mitchell 1 file changed, 1 insertion(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2e509fdbfc1127f
autouse: fix autouse.t deparsing
David Mitchell 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/202e69b0dde4e2b9
Deparse: handle warnings NOFATAL
David Mitchell 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66cc68c1258a92d0
Deparse: handle state attributes
David Mitchell 2 files changed, 24 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/4a4aa6e0f79d1ce5
Deparse: don't parenthesise state @a = ...
David Mitchell 3 files changed, 19 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/c4874d8a25094b3c
TEST -deparse: don't list unexpected pass as fail
David Mitchell 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dcf4c706f6c508e0
Don't Deparse "${$}abc" as "$$abc"
David Mitchell 2 files changed, 11 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2362f9ce4a402f3
Deparse: avoid upgrading RV to GV in stash entries
David Mitchell 2 files changed, 33 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d9a919c809c575a
Deparse nested (($x .= ...) .= ...) correctly.
David Mitchell 2 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4b75096ee07e668d
add OPpCONCAT_NESTED flag
David Mitchell 4 files changed, 176 insertions(+), 156 deletion
http://perl5.git.perl.org/perl.git/commit/d962625ff9208c2f
Deparse.pm: handle optimised-away keys() better
David Mitchell 2 files changed, 53 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/ed34dca8117dd19b
Upgrade Compress-Raw-Zlib from version 2.075 to 2.076
Steve Hay 7 files changed, 31 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/676321c705825bee
Upgrade Unicode-Collate from version 1.24 to 1.25
Steve Hay 99 files changed, 105 insertions(+), 105 deletio
http://perl5.git.perl.org/perl.git/commit/c7df802ed079a562
bisect-runner: Add --test-module option
Father Chrysostomos 1 file changed, 39 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14ff76602d3e7226
Sync ExtUtils-CBuilder with CPAN release 0.280230
Alberto Simões 16 files changed, 46 insertions(+), 17 deletions
http://perl5.git.perl.org/perl.git/commit/c39276c156ff67da
Fix test failures in GCC "long doubles" builds on Windows
Steve Hay 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e45f4872e73c833
Current branch smoke-me/khw-invariant
9 commits. 1 unique author. 1 unique committer.
360 files changed, 7311 insertions(+), 5108 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6c7830a04d0016ff.tar.gz
pp_multiconcat() Use faster UTF-8 variant counting
Karl Williamson 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c7830a04d0016ff
S_multiconcat() Use faster variant counting
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/782478c28563ab8d
toke.c lex_stuff_pvn(): Rmv handrolled code
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d40dcc1cc78bee50
toke.c: lex_stuff_pvn() Use faster UTF-8 variant count
Karl Williamson 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/830f7694dc95a2a0
XXX svgrow
Karl Williamson 1 file changed, 55 insertions(+), 133 deletions(
http://perl5.git.perl.org/perl.git/commit/e4bb6c92e2b7d8f6
Add utf8_variant_count() core function
Karl Williamson 4 files changed, 125 insertions(+), 4 deletions(
http://perl5.git.perl.org/perl.git/commit/303d8c9fbc02ac0b
doop.c: Change to use is_utf8_invariant_string()
Karl Williamson 1 file changed, 9 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c4b7617e4837041
Search for UTF-8 invariants by word
Karl Williamson 6 files changed, 112 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/9381f6555710f384
utf8.c: White-space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e572a09069404d2e
Current branch tonyc/127743-cperl-storable-fixes
54 commits. 4 unique authors. 1 unique committer.
1051 files changed, 54076 insertions(+), 44604 deletions(-)
Thanks, applied: Tony Cook (44)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6a90b60ea989e9e5.tar.gz
(perl #127743) read the hash's flags for large SX_FLAG_HASH ops
Tony Cook 1 file changed, 13 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a90b60ea989e9e5
(perl #127743) we should only handle SX_LOBJECT ops on 64-bit platforms
Tony Cook 1 file changed, 11 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/053646a3b568cac2
(perl #127743) fix network order read/write of large values
Tony Cook 2 files changed, 48 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/95cf28e9c44346bd
(perl #127743) fixes for READ_U64()
Tony Cook 1 file changed, 17 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e66d28554ee5ae93
(perl #127743) fix some -DDEBUGGING build issues
Tony Cook 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7aa8439cbc3b78cd
(perl #127743) limit the number of extra refs returned by STORABLE_freeze
Tony Cook 1 file changed, 6 insertions(+)
http://perl5.git.perl.org/perl.git/commit/a56a37f47a3712d5
(perl #127743) fix large object ids in hook sequences
Tony Cook 2 files changed, 233 insertions(+), 109 deletion
http://perl5.git.perl.org/perl.git/commit/19b370e7c8e499f8
(perl #127663) update PERL_TEST_MEMORY requirements for the older tests
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f00966805e91227
(perl #127663) fix two problems with large object ids
Tony Cook 3 files changed, 267 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/629e8dcbfa901568
(perl #127743) correct some types for Win32
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0251eeb71dc3f11
Storable 3.05_13: safe defaults
Reini Urban 3 files changed, 11 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/2f3e8b0b3e5ea882
Storable: Analyze #304
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dee5ebc5f1ed499d
Storable: cygwin64 MAX_DEPTH /2
Reini Urban 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64b2fffb85961d5a
Storable: Need more stack reserve on cygwin also
Reini Urban 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/58c8e32f20ef5b37
Storable: fix cygwin stack probing
Reini Urban 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15b8649653457594
Storable: Update to 3.05_12
Reini Urban 3 files changed, 25 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e0daa5c771417770
Storable: fix stacksize with shared libcperl
Reini Urban 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8d132b190a0f4ac
Storable: fix wrong fake_tag check
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d77f4a16c182834d
Storable: memory leak
Reini Urban 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0174f0ea5d5bf087
Storable 3.05_11: croak on sizes read > I32_MAX
Reini Urban 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7840d559a2abe91a
Storable: simplify last_op_in_netorder
Reini Urban 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6dcfac0288f185f
Storable: protect from empty retrieve_vstring
Reini Urban 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5eff17d6b119dd6
Storable: protect store_other error buf
Reini Urban 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d935d730d9d5674d
Storable: Bump to 3.05_10
Reini Urban 2 files changed, 6 insertions(+)
http://perl5.git.perl.org/perl.git/commit/42792e6fe810d78d
Storable: various core fixups: $PERL,libpth,getcwd
Reini Urban 5 files changed, 40 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/91ff3846551ad1b2
Storable: core Makefile.SH support
Reini Urban 4 files changed, 38 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/3da7a4e634469a48
Storable 3.05_09: compute stacksize
Reini Urban 13 files changed, 384 insertions(+), 69 deletion
http://perl5.git.perl.org/perl.git/commit/e0a8bedfd588f37b
Storable 3.05_08: adjust MAX_DEPTH
Reini Urban 4 files changed, 93 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/f51af693624d7095
Storable 3.05_07: update documentation from CPAN
Reini Urban 3 files changed, 66 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/686f83d50caaa7f5
Storable: improve recursion depth check
Reini Urban 2 files changed, 60 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/3225050c3063ac7d
Storable: add testcase for #257
Reini Urban 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f072440c61cffd89
Fix rurban email address
Reini Urban 4 files changed, 11 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/7dbd1f3e4d768bb5
Storable: Update to 3.05_03
Reini Urban 2 files changed, 14 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/55fc029d7f2c2b76
Storable: Update to 3.05_02
Reini Urban 6 files changed, 193 insertions(+), 102 deletion
http://perl5.git.perl.org/perl.git/commit/3566e54288448669
Storable: Upgrade to 3.05 from CPAN
Reini Urban 6 files changed, 153 insertions(+), 132 deletion
http://perl5.git.perl.org/perl.git/commit/ab7f4bb5f24cd5fd
Storable: re-indent from 8 hard tabs to soft 4
Reini Urban 1 file changed, 4870 insertions(+), 4847 deletio
http://perl5.git.perl.org/perl.git/commit/81a4d44b5dc1a3db
Storable: skip LOBJECT on 32bit
Reini Urban 1 file changed, 27 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/614ede3f2c676515
Storable: fixup huge
Reini Urban 3 files changed, 49 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/e7ee3ee02871826c
Storable: protect against classname len overflow
Reini Urban 4 files changed, 86 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/95a531c7af47a844
Storable 3.04c: fix printf types
Reini Urban 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/670c8d22f016eef0
Storable: Update to 3.02c
Reini Urban 1 file changed, 26 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/392e85709fae9331
Storable: fix -Wchar-subscripts
Reini Urban 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43f29de5e606fffb
Storable 3.01 security: detect CVE-2015-1592
Reini Urban 5 files changed, 310 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/59a8414e21b457d7
Storable: silence cast warnings
Reini Urban 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9fa63991967f5cfa
Storable: comments
Reini Urban 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98c88df92ef12ad0
Storable: throw exception on huge values
Reini Urban 1 file changed, 29 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/2229630b65184c53
Release cperl-5.22.2
Reini Urban 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8d36a0f301b92af6
Storable: fix win32, missing INT32_MAX
Reini Urban 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e3e0b3992c0443a1
parser: expand tokenbuf from 256 to 1024
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/68e1c992a4879ed4
Storable 3.00: u64 strings, arrays and hashes >2G
Reini Urban 20 files changed, 1805 insertions(+), 1436 delet
http://perl5.git.perl.org/perl.git/commit/079ab090a3a5a394
Storable: throw exception on huge values
Aaron Crane 4 files changed, 75 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bb254c57bb4b093c
Storable: document, reformat and fix for DEBUGGING
Reini Urban 4 files changed, 461 insertions(+), 409 deletion
http://perl5.git.perl.org/perl.git/commit/a2a95cf2d4544145
cPanel Storable 2.53_03: don't bless [security]
Todd Rinaldo 19 files changed, 366 insertions(+), 175 deletio
http://perl5.git.perl.org/perl.git/commit/650d9d932a542f91
Storable: bump to 2.53_02
Reini Urban 3 files changed, 32 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/bd45608735a1093c
New branch smoke-me/ilmari/aix-accessx-const-char
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/edfc65ca1b553351.tar.gz
Cast away const from AIX' accessx() path argument
Dagfinn Ilmari Mannsåker 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/edfc65ca1b553351
New branch zefram/dumb_match
14 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e0909b2180c4083.tar.gz
perldelta for smartmatch changes
Zefram 1 file changed, 27 insertions(+)
http://perl5.git.perl.org/perl.git/commit/9e0909b2180c4083
test $swap arg for smartmatch overload
Zefram 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fb24bb2d5fb05aef
update doc in lib/ about smartmatch
Zefram 3 files changed, 7 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/1068631d8485410b
canonicalise smartmatch overload truth values
Zefram 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/25233fb4d503834f
drop op flag for implicit smartmatch
Zefram 2 files changed, 2 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ab179ac766f9eda4
test details of smartmatch overloading
Zefram 1 file changed, 28 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8a0ed425bf560984
remove now-unused "M" debugging flag
Zefram 2 files changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e32748c9f33b0713
eviscerate smartmatch
Zefram 27 files changed, 208 insertions(+), 1565 deleti
http://perl5.git.perl.org/perl.git/commit/5f3202fa3e77c4a2
update perlexperiment.pod re smartmatch
Zefram 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e1cca32ac612f0b
revise all given/when documentation
Zefram 4 files changed, 85 insertions(+), 139 deletions
http://perl5.git.perl.org/perl.git/commit/98729e54e4bb1f6f
merge switch sections in perlsyn.pod
Zefram 2 files changed, 92 insertions(+), 97 deletions(
http://perl5.git.perl.org/perl.git/commit/64805db9f7c4784f
remove unused arg from newGIVWHENOP()
Zefram 4 files changed, 6 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c71ec5e58384a56
regularise "when"
Zefram 11 files changed, 315 insertions(+), 652 deletio
http://perl5.git.perl.org/perl.git/commit/b69ef0135bfebf0c
regularise "given"
Zefram 4 files changed, 143 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/76ed45178844dff7
Thread Next