Front page | perl.perl5.porters |
Postings from October 2016
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
October 1, 2016 01:08
Subject:
Perl 5 Commit Summary
Message ID:
E1bq8mh-0004mv-De@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday
Current branch blead
20 commits. 6 unique authors. 4 unique committers.
16 files changed, 375 insertions(+), 227 deletions(-)
Thanks, applied: David Mitchell (3) James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/afabfeb3299724b0.tar.gz
vax-netbsd: do not export inf/nan which we do not have
Jarkko Hietaniemi 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/afabfeb3299724b0
vax-netbsd: POSIX: skip t/math.t tests needing inf/nan
Jarkko Hietaniemi 1 file changed, 95 insertions(+), 75 deletions(-
http://perl5.git.perl.org/perl.git/commit/94f8a1479e2e1b1c
vax-netbsd: POSIX: skip inf/nan parts
Jarkko Hietaniemi 1 file changed, 73 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/effb4c81d3f00033
vax-netbsd: POSIX: fenv.h is work-in-progress
Jarkko Hietaniemi 1 file changed, 2 insertions(+)
http://perl5.git.perl.org/perl.git/commit/84e4d7a5a350bcab
vax-netbsd: avoid NV_INF/NV_NAN uses
Jarkko Hietaniemi 2 files changed, 11 insertions(+)
http://perl5.git.perl.org/perl.git/commit/a5dc248451d2c0fc
vax-netbsd: inf/nan only if IEEE 754
Jarkko Hietaniemi 1 file changed, 117 insertions(+), 117 deletions
http://perl5.git.perl.org/perl.git/commit/9ee3aea9e965410e
APItest/t/utf8.t: Add some constants
Karl Williamson 1 file changed, 4 insertions(+)
http://perl5.git.perl.org/perl.git/commit/867a901b7ec194e3
APItest/t/utf8.t: Fix 3-byte overlong test
Karl Williamson 1 file changed, 3 insertions(+)
http://perl5.git.perl.org/perl.git/commit/57b7eb534d50ce7d
APItest/t/utf8.t: Fix EBCDIC test
Karl Williamson 1 file changed, 17 insertions(+)
http://perl5.git.perl.org/perl.git/commit/418080dc73a4b9e5
utf8.c: Add missing type specifier to declaration
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f880f78a9370d267
APItest/t/utf8.t: Skip some tests if major one fails
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0d8738ea8562747
APItest/t/utf8.t: Fix typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9e5eeaac5003e6f
utf8n_to_uvchr() Fix EBCDIC bug with overlongs
Karl Williamson 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ae54b83ee5a2592
RT #116250: Fail the right number of tests on timeout
Dan Collins 1 file changed, 5 insertions(+)
http://perl5.git.perl.org/perl.git/commit/5654fe3cb7747930
OP_SASSIGN: make op_first==op_last for UNOP
David Mitchell 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35a2929bb8afc786
sassign was used as UNOP, optimize {or,and,dor}assign
Reini Urban 2 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/354eabfa08c1e2f5
sassign is wrongly declared as BASEOP, not BINOP.
Reini Urban 3 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1257c0814cb385a6
undef $0 shouldn't warn about $0
David Mitchell 2 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/614f2ce4f4941457
OP_MULTIDEREF: ignore customised delete/exists
David Mitchell 1 file changed, 7 insertions(+)
http://perl5.git.perl.org/perl.git/commit/81b96c32839f3fa3
Speed up compilation of overload.pm a smidge.
James Raspass 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/607ee43568c28c8d
Current branch smoke-me/khw-encode
11 commits. 1 unique author. 1 unique committer.
102 files changed, 1078 insertions(+), 724 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e6b4417eb5583055.tar.gz
APItest/t/utf8.t: Skip some tests if major one fails
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6b4417eb5583055
APItest/t/utf8.t: Fix typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/402a69bea71b447c
Add details to UTF-8 malformation error messages
Karl Williamson 10 files changed, 156 insertions(+), 61 deletion
http://perl5.git.perl.org/perl.git/commit/a70a6062e3285d72
utf8.c: Consolidate duplicate error msg text
Karl Williamson 4 files changed, 34 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/1bb4232936a28ed3
utf8n_to_uvchr() Fix EBCDIC bug with overlongs
Karl Williamson 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b35a72a4ab9b5088
XXX incomplete: Add sv_utf8_decode_flags
Karl Williamson 5 files changed, 116 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/fe09146d26b011c3
customized
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/616a4419a60f2316
Use core REPLACEMENT CHARACTER definition
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d4e517b886e70ca
XXX commit msg: Encode.xs: Rmv unused function
Karl Williamson 1 file changed, 71 deletions(-)
http://perl5.git.perl.org/perl.git/commit/197908187d872546
Encode.xs: white-space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aeed81164509bc5a
XXX maybe more in commit msg: Speed up Encode UTF-8 validation checking
Karl Williamson 2 files changed, 48 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/21d562970bc2e3a6
New branch smoke-me/jhi/vax-netbsd
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/082fea387716f07e.tar.gz
infnan/C++: PL_inf/PL_nan need different export
Jarkko Hietaniemi 1 file changed, 7 insertions(+)
http://perl5.git.perl.org/perl.git/commit/082fea387716f07e
New branch smoke-me/jkeenan/petdance/129766-numeric-c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/71b5a22e109f7436.tar.gz
Minor internal cleanups in numeric.c
Andy Lester 1 file changed, 8 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71b5a22e109f7436
Thread Next