Front page | perl.perl5.porters |
Postings from October 2016
Perl 5 Commit Summary
From:
Perl 5 commit summary
Date:
October 12, 2016 03:13
Subject:
Perl 5 Commit Summary
Message ID:
E1bu87X-0004YM-3h@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
4 commits. 4 unique authors. 3 unique committers.
6 files changed, 20 insertions(+), 21 deletions(-)
Thanks, applied: Tony Cook (1) James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f3f8e4db67701975.tar.gz
op.c: fix what looks like typos in comments
Lukas Mai 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3f8e4db67701975
Revert "Reduce SelectSaver memory footprint"
James E Keenan 2 files changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11a12be6c2df2fcd
[rt #129336] #!perl -i u erroneously interpreted as -u
Dan Collins 2 files changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f54cfdacff1f3744
Provide a template for call to File::Temp::tempfile().
François Perrad 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91dca83e9396e920
Current branch smoke-me/khw-encode
20 commits. 1 unique author. 1 unique committer.
54 files changed, 3006 insertions(+), 2001 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/aa167eca067c69d4.tar.gz
XXX incomplete: Add sv_utf8_decode_flags
Karl Williamson 5 files changed, 130 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/aa167eca067c69d4
customized
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b26d64c9bbbc4e92
Use core REPLACEMENT CHARACTER definition
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf22cf35d4ed60ce
XXX commit msg: Encode.xs: Rmv unused function
Karl Williamson 1 file changed, 71 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43fd692352e8ebcd
Encode.xs: white-space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c045e38c18214c03
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/7127e301537309f1
XXX pod, delta: Add utf8n_to_uvchr_error
Karl Williamson 7 files changed, 310 insertions(+), 123 deletion
http://perl5.git.perl.org/perl.git/commit/70d359917524f476
utf8n_to_uvchr(): Make a parameter const
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d7c4eebd83ea92a6
utf8n_to_uvchr(): Note multiple malformations
Karl Williamson 5 files changed, 668 insertions(+), 338 deletion
http://perl5.git.perl.org/perl.git/commit/3ef3f0f6f5793be7
APItest/t/utf8.t: Fix improper tests
Karl Williamson 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d8cec9c33b6d893
APItest/t/utf8.t: Indent a bunch of code
Karl Williamson 1 file changed, 267 insertions(+), 228 deletions
http://perl5.git.perl.org/perl.git/commit/260b5005ae04cff6
APItest/t/utf8.t: Add missing test
Karl Williamson 1 file changed, 16 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec63b1b8a65bb6a4
APItest/t/utf8.t: Rename test for clarity
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ca56f72e31efd0b2
utf8.c: Extract some code into 2 functions
Karl Williamson 4 files changed, 146 insertions(+), 97 deletions
http://perl5.git.perl.org/perl.git/commit/c688737f379efb8b
utf8.c: Rename a couple of macros for clarity
Karl Williamson 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/418e82b04119ba76
utf8.h: Change some flag definition constants
Karl Williamson 2 files changed, 18 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/76c6fb65b0ed753d
APItest/t/utf8.t: Extract code to common function
Karl Williamson 1 file changed, 37 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/dba8551fc0e88074
utf8.c: Add some UNLIKELY()s
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/326860be79372e67
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/8e39e2a47cd6653f
utf8.c: Consolidate duplicate error msg text
Karl Williamson 4 files changed, 34 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/a2f450e53064d009
New branch ap/baseincguard
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6749a6283459e020.tar.gz
try to minimise fallout of base @INC fiddling
Aristotle Pagaltzis 5 files changed, 53 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/6749a6283459e020
New branch smoke-me/jkeenan/aleynikov/2nd-129789-darwin-time-hires
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/578fe4e1af1e9bc5.tar.gz
Time::HiRes: fix compilation on darwin
Sergey Aleynikov 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/578fe4e1af1e9bc5
New branch smoke-me/jkeenan/dcollins/129851
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6c25e36ef665c99c.tar.gz
overload.pm: add a missing 'exists'
Dan Collins 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/6c25e36ef665c99c
-
Perl 5 Commit Summary
by Perl 5 commit summary