Front page | perl.perl5.porters |
Postings from September 2016
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
September 3, 2016 01:08
Subject:
Perl 5 Commit Summary
Message ID:
E1bfzRK-0003rK-Ut@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday
Current branch blead
38 commits. 6 unique authors. 4 unique committers.
37 files changed, 823 insertions(+), 440 deletions(-)
Net code removal: Dagfinn Ilmari Mannsåker (1 line)
Thanks, applied: James E Keenan (1) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bdba2fe9e3256f88.tar.gz
Don't pollute $ENV{LC_ALL} in pod/perlmodlib.PL.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bdba2fe9e3256f88
Delete localized %ENV entries in t/run/locale.t.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f7d258b8c0e33bdd
More stderr suppression in t/run/locale.t.
Craig A. Berry 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd0b934ecc0e9cc4
Remove obsolete Test prereq from PathTools
Dagfinn Ilmari Mannsåker 1 file changed, 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/548c8afce3d3a412
Make PERLLIB_SEP dynamic on VMS.
Craig A. Berry 9 files changed, 36 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/483efd0abe32386a
Correct 'map' documentation to reflect operation on a list.
Dave Cross 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c280bee056f2462
Provide missing link for one instance of 'eval'.
James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/177f0db9b219c09c
Fix is_utf8_valid_partial_char()
Karl Williamson 1 file changed, 15 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2819f4d11979695
Add C macros for UTF-8 for BOM and REPLACEMENT CHARACTER
Karl Williamson 2 files changed, 67 insertions(+)
http://perl5.git.perl.org/perl.git/commit/69bc4c1f86bca21c
Merge branch for improving API UTF-8 handling into blead
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/8d19ebbca9eecf21
Use new is_utf8_valid_partial_char()
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b6852c008f43c76
Add is_utf8_valid_partial_char()
Karl Williamson 5 files changed, 46 insertions(+)
http://perl5.git.perl.org/perl.git/commit/4dab108fb5e7e21a
Make 3 UTF-8 macros API
Karl Williamson 3 files changed, 109 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/89d986df51f55257
utf8.c: Add comments
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/52be253637900db8
is_utf8_string() is now a pure function
Karl Williamson 3 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35936d2282751a83
Move isUTF8_CHAR helper function, and reimplement it
Karl Williamson 7 files changed, 136 insertions(+), 43 deletions
http://perl5.git.perl.org/perl.git/commit/35f8c9bd0ff4f298
Add #defines for UTF-8 of highest representable code point
Karl Williamson 2 files changed, 15 insertions(+)
http://perl5.git.perl.org/perl.git/commit/eda91ad75c71796e
utf8.h: Add some LIKELY() to help branch prediction
Karl Williamson 1 file changed, 11 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c24e28a36bb30e64
utf8.h, utfebcdic.h: Add comments, align white space
Karl Williamson 2 files changed, 56 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/a14e0a36c312aa5b
Inline is_utf8_string() and is_utf8_stringloclen()
Karl Williamson 4 files changed, 89 insertions(+), 87 deletions(
http://perl5.git.perl.org/perl.git/commit/5ff889fb14e2876a
Inline utf8_distance(), utf8_hop()
Karl Williamson 4 files changed, 60 insertions(+), 60 deletions(
http://perl5.git.perl.org/perl.git/commit/7c93d8f091c4849e
Slightly simplify utf8_to_uvuni_buf()
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5962d97e94001652
Inline is_utf8_invariant_string()
Karl Williamson 5 files changed, 40 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/1e5993548e8278d2
is_utf8_invariant_string is pure
Karl Williamson 2 files changed, 12 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/a4c56e8a5d60847e
Simplify slightly is_utf8_invariant_string
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c205683cc2dbf801
Use new name 'is_utf8_invariant_string' in core
Karl Williamson 7 files changed, 27 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/c5f058dfd0db4297
Add new synonym 'is_utf8_invariant_string'
Karl Williamson 5 files changed, 29 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/8871a09491683759
embed.fnc: Replace blanks by tabs
Karl Williamson 1 file changed, 31 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/e950ecba8e797ce4
utf8.c: Use 'break' instead of 'goto'
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f590ad4e8392b4e
is_utf8_string_loc() param should not be NULL
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/55c5b58bc5035d0a
Document valid_utf8_to_uvchr() and inline it
Karl Williamson 5 files changed, 53 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/2fe720e22e785c4e
utf8.c: Clarify comments for valid_utf8_to_uvchr()
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c879e491ff4ff91
utf8.c: Join EBCDIC/non-EBCDIC code
Karl Williamson 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbdfb8c4be989b98
regen/embed.pl: Allow inline funcs to be named Perl_foo
Karl Williamson 2 files changed, 6 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d2e4fbc2785955c
Update outdated man links for strlcpy and strlcat.
Theo Buehler 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0baa827e0fd16abd
Add Theo Buehler to AUTHORS
Karl Williamson 1 file changed, 1 insertion(+)
http://perl5.git.perl.org/perl.git/commit/b2a32b29b972524d
PATCH: [perl #129122] regex sets syntax error
Karl Williamson 3 files changed, 24 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c333712c4a550eeb
regcomp.c: Typo, spacing in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2cb86ab37f2186d7
Current branch maint-votes
4 commits. 2 unique authors. 2 unique committers.
2 files changed, 8 insertions(+), 1 deletion(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/87c95c8e060342f1.tar.gz
2 documentation fixes recommended for 5.22 and 5.24.
James E Keenan 2 files changed, 5 insertions(+)
http://perl5.git.perl.org/perl.git/commit/87c95c8e060342f1
Add votes for [perl #192122] regex sets syntax error
Karl Williamson 1 file changed, 1 insertion(+)
http://perl5.git.perl.org/perl.git/commit/b1f69e3ea23ebbbe
Add bulk88 Win32 compiler warnings regression fix
Karl Williamson 1 file changed, 1 insertion(+)
http://perl5.git.perl.org/perl.git/commit/00abcfb6624b0e87
These will go in 5.24.2
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eae3b94129f2a166
New branch sprout/av
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dd45e15f34111efd.tar.gz
av experiment
Father Chrysostomos 2 files changed, 6 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/dd45e15f34111efd
Deleted branch smoke-me/khw-encode
Thread Next