Front page | perl.perl5.porters |
Postings from February 2018
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
February 3, 2018 03:08
Subject:
Perl 5 Commit Summary
Message ID:
E1ehoBZ-0005Uy-Pc@cron.dc.perl.space
Perl 5 commit summary, activity since Wednesday
Current branch blead
81 commits. 3 unique authors. 3 unique committers.
31 files changed, 1761 insertions(+), 1129 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f3fa3df009834db4.tar.gz
Mark new function utf8n_to_uvchr_msgs() as experimental
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f3fa3df009834db4
Speed up finding non-UTF8 EXACTFish initial matches
Karl Williamson 1 file changed, 49 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c05cc3b625744ca3
regexec.c: Don't retest the same byte immediately
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8b37b57be5561e87
'if' module: clarify documentation and test more thoroughly.
James E Keenan 2 files changed, 119 insertions(+), 69 deletions
http://perl5.git.perl.org/perl.git/commit/1654584e05038fee
pp_warn: use MEXTEND rather than EXTEND
David Mitchell 2 files changed, 21 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d629a78e79c1965
locale.c: Do savepv() ASAP
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6189047176e1427
POSIX::localconv(): Prefer localeconv_l()
Karl Williamson 1 file changed, 26 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d5966ae3c3b8f0e
POSIX.xs: Add mutex around localeconv()
Karl Williamson 1 file changed, 3 insertions(+)
http://perl5.git.perl.org/perl.git/commit/6e4200280cd1c384
locale.c: Use %z for displaying Size_t operands
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fcf92725e7e815c
POSIX.xs: Prefer mbrtowc() over mbtowc()
Karl Williamson 1 file changed, 15 insertions(+)
http://perl5.git.perl.org/perl.git/commit/6de6aebdf89cb5ab
POSIX.xs: Prefer mbrlen() over mblen()
Karl Williamson 1 file changed, 17 insertions(+)
http://perl5.git.perl.org/perl.git/commit/6c9ff7e96e919b8b
locale.c: Avoid localeconv()
Karl Williamson 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/660ee27b6f8caf2d
locale.c: White-space only
Karl Williamson 1 file changed, 132 insertions(+), 132 deletions
http://perl5.git.perl.org/perl.git/commit/9db16864ddbc70f7
locale.c: Remove branch to label
Karl Williamson 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5b2847c6efc43cf
locale.c: Extract duplicated code into subroutines
Karl Williamson 4 files changed, 108 insertions(+), 129 deletion
http://perl5.git.perl.org/perl.git/commit/962aa53f7bd0f41d
locale.c: Prefer mbrtowc(), as its reentrant
Karl Williamson 1 file changed, 26 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94646a694b90b98e
locale.c: White-space only
Karl Williamson 1 file changed, 33 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/c36d8df8889808de
locale.c: Revamp finding if locale is UTF-8
Karl Williamson 1 file changed, 66 insertions(+), 68 deletions(-
http://perl5.git.perl.org/perl.git/commit/0dec74cdf5288e39
Change some "shouldn't happen" failures into panics
Karl Williamson 1 file changed, 32 insertions(+), 39 deletions(-
http://perl5.git.perl.org/perl.git/commit/d707d7795b9381c0
Forbid 'pig' locale
Karl Williamson 1 file changed, 4 insertions(+)
http://perl5.git.perl.org/perl.git/commit/577d3e04be845580
Avoid changing locale when finding radix char
Karl Williamson 5 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1aa2579a2006b68
Perl_sv_2pv_flags: Potentially avoid work
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dd2dbc5faf48a298
numeric.c: Remove duplicate PERL_ARGS_ASSERT
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ea85fa8a0c86481
locale.c: White-space only
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/87f8e8e71247d25b
Keep PL_numeric_radix_sv always set
Karl Williamson 3 files changed, 10 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/3ca88433b38bb8eb
locale.c: Replace by function that does the same thing
Karl Williamson 1 file changed, 4 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a3934240c41fbfc
POSIX::localeconv() Use new fcn; avoid recalcs
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/40e3578e16b821e3
POSIX.xs: White space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93e25eee77b400af
locale.c: Move some mutex ops
Karl Williamson 1 file changed, 14 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/5acc445429c7be1b
locale.c: White-space only
Karl Williamson 1 file changed, 21 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2fee59cdb3f5344
locale.c: Use macro instead of its expansion
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/038d3702c6fc0844
locale.c: Do common task in one place
Karl Williamson 1 file changed, 10 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/5a854ab3c0396b12
POSIX.xs: Keep locale change to minimum span
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9efd8fe512c23fd7
POSIX::strftime: Add better fallback about UTF-8
Karl Williamson 1 file changed, 6 insertions(+)
http://perl5.git.perl.org/perl.git/commit/9fcdb54ca190652e
grok_numeric_radix(): Avoid recalculating
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a1395eaf50e445a5
sv_vcatpvfn_flags() Balance LC_NUMERIC changes/restores
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12c8ea1ff25065bd
perl.h: Remove some obsolete macros
Karl Williamson 1 file changed, 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2b935c5ff6d7cb5
vutil.c: White_space only
Karl Williamson 1 file changed, 16 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/b9a25d155118fddc
Simplify some LC_NUMERIC macros
Karl Williamson 5 files changed, 28 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/688523a07c52ae6d
toke.c: Remove unnecessary macro calls
Karl Williamson 1 file changed, 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a6e2ba6734aaf98
perl.h: Remove unused locale core macro
Karl Williamson 1 file changed, 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9018facacd0a71c3
locale.c: Windows will never be EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d8d465a12b7ff56
locale.c: Simplify expression
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d0751735c2a43e3
Cache locale UTF8-ness lookups
Karl Williamson 4 files changed, 217 insertions(+), 43 deletions
http://perl5.git.perl.org/perl.git/commit/47280b208d546ec0
locale.c: Avoid duplicate work
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50bf02bdec7e84f5
locale.c: Avoid some work
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3c62fd464832131c
locale.c: Use non-control for a format dummy
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6873aa47bf0efc8a
locale.c: Create a block around some code; indent
Karl Williamson 1 file changed, 305 insertions(+), 291 deletions
http://perl5.git.perl.org/perl.git/commit/43dd6b15fd57f26a
locale.c: Avoid some more locale changes
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0d737a8a49d8d05
Avoid some unnecessary changing of locales
Karl Williamson 5 files changed, 38 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/4c68b8158cd1ae60
Teach perl about more locale categories
Karl Williamson 5 files changed, 105 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/9821811fe1a93f19
perl.h: White-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/950cd4eeed2e6f13
locale.c: Add compile check for unimplemented behavior
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ec0202b5de92f2f2
locale.c: White-space only
Karl Williamson 1 file changed, 19 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea92aad8d0364869
locale.c: Refactor Ultrix code
Karl Williamson 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b56c4436828bcd87
locale.c: Avoid rescanning a string
Karl Williamson 1 file changed, 13 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2213a3be072ef275
locale.c: Use fcns instead of macros
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a8a8f21d50ef516
locale.c: Add const to several variables
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8de4332bf8ec0fbc
locale.c: Improve, add comments
Karl Williamson 1 file changed, 25 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/291a84fb497be12f
perl.h: Add comment, rephrase another
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f974f6fd640c3e7
Perl_langinfo: Teach about YESSTR and NOSTR
Karl Williamson 3 files changed, 34 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/c1566110007bf253
APItest/t/locale.t: Add some tests
Karl Williamson 1 file changed, 26 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/6d38b7d9a8ecab8a
Add check that "$!" is correctly interpreted as UTF-8
Karl Williamson 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fab19207eff5a752
Remove uncompilable code
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61520eeebbc6694e
perl.c: Move initialization of inversion lists
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/01649ba471a56688
isSCRIPT_RUN: Document in perlintern
Karl Williamson 1 file changed, 46 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8aa56671a40ccf4
An empty string is a script_run, but marked INVALID
Karl Williamson 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad85be6404c23276
isSCRIPT_RUN: A sequence of entirely Inherited chars is Inherited
Karl Williamson 2 files changed, 11 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/b548543c4c65249f
regexec.c: Add comment
Karl Williamson 1 file changed, 4 insertions(+)
http://perl5.git.perl.org/perl.git/commit/ef163c1c63d20a12
Fix bug in isSCRIPT_RUN with digit following unassigned
Karl Williamson 2 files changed, 5 insertions(+)
http://perl5.git.perl.org/perl.git/commit/13d9cfd2bcbeb126
isSCRIPT_RUN: Can short cut if not in UTF-8
Karl Williamson 1 file changed, 21 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eac3f4d5c7d71a1a
Give isSCRIPT_RUN() an extra parameter
Karl Williamson 4 files changed, 23 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/be9bef6381c02eb7
charclasslists.h: script enums visible to CORE,EXT
Karl Williamson 2 files changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fea79782ed31ac4f
regen/mk_invlists.pl: Allow override of where enums get defined
Karl Williamson 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd0ee239b852d0b3
regen/mk_invlists.pl: Allow multiple files to access
Karl Williamson 2 files changed, 11 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/62a54bb7c432d82a
regexec.c: Fix typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e7ccfeba8d29d4d1
Fix bug in script runs that start with Common
Karl Williamson 2 files changed, 16 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/81eabee7ebe039ee
locale.c: Make sure variable is always defined
Karl Williamson 1 file changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a4b063463af8b0b
my_atof(): Lock dot radix
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/665873e948cf9825
hints/hpux.sh: HP-UX mbrlen() and mbrtowc() don't work
Karl Williamson 1 file changed, 7 insertions(+)
http://perl5.git.perl.org/perl.git/commit/aec39ab9804a09eb
perlembed: Fix typos
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c259273413d49173
New branch jkeenan/132802-mktables
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1c767fe818ede922.tar.gz
Add debugging code mktables.
James E Keenan 1 file changed, 2 insertions(+)
http://perl5.git.perl.org/perl.git/commit/1c767fe818ede922
New branch smoke-me/jkeenan/132788-carp
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2f28e5a307f63763.tar.gz
Must increment $VERSION in Carp::Heavy to match Carp.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f28e5a307f63763
Ensure we don't unnecessarily vivify $UNIVERSAL::{"isa::"}.
James E Keenan 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d30fb46959b73e8
New branch smoke-me/jkeenan/132790-storable-blessed-t
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/17e66fadd7c4d573.tar.gz
TODO: Add explanation as to why this patch "works".
James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17e66fadd7c4d573
New branch smoke-me/jkeenan/132795-porting-bench-t
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7176369a25e8f19c.tar.gz
Ensure that we don't pick up any "system perl" libraries in @INC.
James E Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7176369a25e8f19c
New branch smoke-me/rt52610
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: Yves Orton (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1dbf6b5f1f2aee9b.tar.gz
Fix RT #52610: Carp: Do not crash when reading @DB::args
Pali 4 files changed, 44 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/1dbf6b5f1f2aee9b
Deleted branch smoke-me/jkeenan/132732-if
Deleted branch smoke-me/khw-locale
Thread Next