Front page | perl.perl5.porters |
Postings from January 2018
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
January 31, 2018 03:14
Subject:
Perl 5 Commit Summary
Message ID:
E1egiqi-0004Yo-WF@cron.dc.perl.space
Perl 5 commit summary, activity since Saturday
Current branch blead
34 commits. 4 unique authors. 2 unique committers.
21 files changed, 1837 insertions(+), 1029 deletions(-)
Net code removal: Pali (2 lines)
Thanks, applied: Tony Cook (5) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d4fe620715e0928f.tar.gz
(perl #132761) Devel::PPPort updates for older perls
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/d4fe620715e0928f
bump $Devel::PPPort::VERSION to 3,39
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a6ff076732e9ade
Devel::PPPort: Use croak_nocontext() intead of croak() when dTHX is not decl
Pali 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95afac5cb6951e84
Devel::PPPort: Declare dTHX in croak_xs_usage()
Pali 1 file changed, 1 insertion(+)
http://perl5.git.perl.org/perl.git/commit/d397b1c445474100
(perl #132761) croak_xs_usage() shouldn't accept a THX arguement
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0e9335ba6e82b9e2
Devel::PPPort: Do not run tests which use \N{U+XX} on Perl 5.12.0
Pali 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4c10f7d47db969b
Devel::PPPort: Do not define PERL_MAGIC_qr more times
Pali 2 files changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2f1aa3851347cb9
Devel::PPPort: Do not mask Perl_warn_nocontext and Perl_croak_nocontext
Pali 1 file changed, 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11eb46e92e3b8939
Use dfa to speed up translating UTF-8 into code point
Karl Williamson 1 file changed, 149 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/2b9519f04ca8ec89
regcomp.c: Silence compiler maybe uninit warnings
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52e18d8c188e9498
Use the correct path for valgrind logs in make test.valgrind
Matthew Horsfall 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ab0d5f351890da1
Add ANYOFM regnode
Karl Williamson 6 files changed, 283 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/2813d4adc971fbaa
recomp.sym: Add ANYOFM regnode
Karl Williamson 3 files changed, 166 insertions(+), 158 deletion
http://perl5.git.perl.org/perl.git/commit/67a1b5f935fc7a39
regcomp.c: White-space only
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b7ee0568e8c163f
regcomp.c: Allow a fcn param to be NULL
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06a83acd6aa23a9d
regexec.c: Use word-at-a-time to repeat /i single byte pattern
Karl Williamson 4 files changed, 69 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/070e8b2ef4f827a7
regexec.c: Use word-at-a-time to repeat a single byte pattern
Karl Williamson 4 files changed, 77 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/ab1efbdc1f74b2f4
regexec.c: Replace loop by memchr()
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a40c2e4e2dc26eb
Compile variant_byte_number() for EBCDIC
Karl Williamson 4 files changed, 6 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/56dd984bdb8056d7
Use different scheme to handle MSVC6
Karl Williamson 5 files changed, 31 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/597ee3f45b478da1
APItest/APItest.xs: Simplify mappings
Karl Williamson 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c13cd3cdfa6ab69
APItest/t/utf8_warn_base.pl: White-space only
Karl Williamson 1 file changed, 636 insertions(+), 636 deletions
http://perl5.git.perl.org/perl.git/commit/e08037291c2f6110
APItest/t/utf8_warn_base.pl: Improve diagnostics
Karl Williamson 1 file changed, 13 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23038144c235075a
Add utf8n_to_uvchr_msgs()
Karl Williamson 7 files changed, 291 insertions(+), 54 deletions
http://perl5.git.perl.org/perl.git/commit/37657a5b6c74c2e0
Don't use variant_byte_number on MSVC6
Karl Williamson 5 files changed, 20 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/0b08cab0fc46a5f3
inline.h: Clarify comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7cf2d6c7983ca876
Don't use C99 ULL constant suffix
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67e12c5cdf504fc3
Fix bug in new [[:ascii:]] nodes
Karl Williamson 2 files changed, 35 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/a94485510cc7a65b
regexec.c: Extract some macro code into a submacro
Karl Williamson 1 file changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1971914578c14bb2
regexec.c: Use different method for finding adjacent chars
Karl Williamson 1 file changed, 23 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/21d1ed54f05b0cc9
regexec.c: Extract some macro code into a sub-macro
Karl Williamson 1 file changed, 11 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/d990bd304fed1232
regexec.c: Collapse some macros
Karl Williamson 1 file changed, 34 insertions(+), 52 deletions(-
http://perl5.git.perl.org/perl.git/commit/da10aa09bd687402
Fix bug in t/re/regex_sets_compat.t
Karl Williamson 1 file changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4eb64812fa316ef
regexec.c: Use meaningful variable name; comment
Karl Williamson 1 file changed, 22 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b6c52ce7db772c2
Current branch smoke-me/khw-locale
84 commits. 1 unique author. 1 unique committer.
2 files changed, 9 insertions(+), 7 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d45070f2014949b4.tar.gz
Forbid 'pig' locale
Karl Williamson 1 file changed, 4 insertions(+)
http://perl5.git.perl.org/perl.git/commit/d45070f2014949b4
Avoid changing locale when finding radix char
Karl Williamson 5 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/9587bf6005b05a20
Perl_sv_2pv_flags: Potentially avoid work
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7872ca9a0037c8e3
numeric.c: Remove duplicate PERL_ARGS_ASSERT
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91bec7e459e59db1
locale.c: White-space only
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/d881d920ed9cc578
Keep PL_numeric_radix_sv always set
Karl Williamson 3 files changed, 10 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/e8151d4d6eb9923a
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/5567285f9b2fa233
Latch LC_NUMERIC during critical sections
Karl Williamson 1 file changed, 133 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/dc9d5116a2199d06
locale.c: Do savepv() ASAP
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9778d043fae0c588
locale.c: #ifdef'd out code for making thread safe on not equipped platforms
Karl Williamson 1 file changed, 132 insertions(+)
http://perl5.git.perl.org/perl.git/commit/bd164d99f10e25d0
Add mutex for changing LC_NUMERIC
Karl Williamson 7 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/656ba7e1cd94284e
POSIX::localconv(): Prefer localeconv_l()
Karl Williamson 1 file changed, 26 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/55020df7e10087be
POSIX::localeconv() Use new fcn; avoid recalcs
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/3abd09a002754898
XXX pod change so XS code doesn't call localeconv directly POSIX.xs: Add mut
Karl Williamson 1 file changed, 3 insertions(+)
http://perl5.git.perl.org/perl.git/commit/ce44c81090ef4612
POSIX.xs: White space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5aae2c284283ae2
locale.c: Move some mutex ops
Karl Williamson 1 file changed, 14 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/a8af0615b047e36b
locale.c: White-space only
Karl Williamson 1 file changed, 21 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/acb522a0118934ec
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/a4e4dccd78fb260e
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/5be02fb547af6506
More debug
Karl Williamson 1 file changed, 46 insertions(+)
http://perl5.git.perl.org/perl.git/commit/2b4c5f171d1804fd
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/5e22b386010087d9
POSIX::strftime: Add better fallback about UTF-8
Karl Williamson 1 file changed, 6 insertions(+)
http://perl5.git.perl.org/perl.git/commit/4cd802fedc8670ad
grok_numeric_radix(): Avoid recalculating
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4a31b94114116875
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/9a6743210fd336ab
perl.h: Remove some obsolete macros
Karl Williamson 1 file changed, 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a16ff65d395ac289
vutil.c: White_space only
Karl Williamson 1 file changed, 16 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/472872db3d49ec65
Simplify some LC_NUMERIC macros
Karl Williamson 5 files changed, 28 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/4c7b9c1281893387
for debug Carlos
Karl Williamson 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f5579db16ed0b2b
toke.c: Remove unnecessary macro calls
Karl Williamson 1 file changed, 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a75ed93e424fef1e
perl.h: Remove unused locale core macro
Karl Williamson 1 file changed, 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5814d72fe22a8d15
POSIX.xs: Prefer mbrtowc() over mbtowc()
Karl Williamson 1 file changed, 15 insertions(+)
http://perl5.git.perl.org/perl.git/commit/0927d2852e8e68e9
POSIX.xs: Prefer mbrlen() over mblen()
Karl Williamson 1 file changed, 17 insertions(+)
http://perl5.git.perl.org/perl.git/commit/8adf9208afe78935
locale.c: Revamp fallback detection of UTF-8 locales
Karl Williamson 4 files changed, 351 insertions(+), 136 deletion
http://perl5.git.perl.org/perl.git/commit/205211c1fcb1262a
locale.c: Improved fallback UTF-8 locale detection
Karl Williamson 1 file changed, 150 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/5e9eafd988f94a58
Improve fallback UTF-8 locale detection
Karl Williamson 5 files changed, 61 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/ba4a232847bb50b1
locale.c: Avoid localeconv()
Karl Williamson 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/29e11f0e02484137
locale.c: White-space only
Karl Williamson 1 file changed, 132 insertions(+), 132 deletions
http://perl5.git.perl.org/perl.git/commit/aeaae9e3bc54e354
locale.c: Remove branch to label
Karl Williamson 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/440e4d1aaafd74a6
locale.c: Extract duplicated code into subroutines
Karl Williamson 4 files changed, 108 insertions(+), 129 deletion
http://perl5.git.perl.org/perl.git/commit/0b31d2318f4d39d0
locale.c: Prefer mbrtowc(), as its reentrant
Karl Williamson 1 file changed, 28 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cff9e8ed68d46210
locale.c: White-space only
Karl Williamson 1 file changed, 33 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/dd856d229a7307b1
locale.c: Revamp finding if locale is UTF-8
Karl Williamson 1 file changed, 57 insertions(+), 67 deletions(-
http://perl5.git.perl.org/perl.git/commit/543161a21069818a
locale.c: Windows will never be EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9ae0e938155ccc7
locale.c: Simplify expression
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4fdc10a540b0c521
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/ea47e3c85b7e8111
Cache locale UTF8-ness lookups
Karl Williamson 4 files changed, 217 insertions(+), 43 deletions
http://perl5.git.perl.org/perl.git/commit/1a0eb24ab398a6ec
locale.c: Avoid duplicate work
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4544ae8577f65229
locale.c: Avoid some work
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/254b5ccf17b0c928
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/b0d043baf597c691
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/5ae6f895eb813439
locale.c: Avoid some more locale changes
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e7450ad5e3aab37
Avoid some unnecessary changing of locales
Karl Williamson 5 files changed, 38 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/02d0432e5ef8a6a9
perl.h: White-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43691a857f783769
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/a50e930acd737886
locale.c: White-space only
Karl Williamson 1 file changed, 19 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2faa380a61674c2
locale.c: Refactor Ultrix code
Karl Williamson 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/065109cdc7750b2a
locale.c: Avoid rescanning a string
Karl Williamson 1 file changed, 13 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b2b7e34ef9ed113
locale.c: Use fcns instead of macros
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9a74e3f305fefc6
locale.c: Add const to several variables
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/53320fc362794beb
locale.c: Improve, add comments
Karl Williamson 1 file changed, 25 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/e5212d6dd62cca41
perl.h: Add comment, rephrase another
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f517154f2da22278
Perl_langinfo: Teach about YESSTR and NOSTR
Karl Williamson 3 files changed, 34 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/625e80aa9f5a6044
APItest/t/locale.t: Add some tests
Karl Williamson 1 file changed, 26 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/052ff9bcc8e064ce
XXX may include other things after final edits: ExtUtils::ParseXS/lib/perlxs
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e255b40569426f2c
Teach perl about more locale categories
Karl Williamson 5 files changed, 105 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/9855e0c932283ee6
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/9e98dccf020efc77
Remove uncompilable code
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db3406e2c5de5f16
XXX rethink empty script_run
Karl Williamson 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60a0db688604a887
perl.c: Move initialization of inversion lists
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/66ae9a9042eab08a
isSCRIPT_RUN: Document in perlintern
Karl Williamson 1 file changed, 46 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a4111c0dbdbb967
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/affc869a0db95557
regexec.c: Add comment
Karl Williamson 1 file changed, 4 insertions(+)
http://perl5.git.perl.org/perl.git/commit/a2c0c14d391c1963
Fix bug in isSCRIPT_RUN with digit following unassigned
Karl Williamson 2 files changed, 5 insertions(+)
http://perl5.git.perl.org/perl.git/commit/c8f92a9990db2589
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/fbc2550e1b6a6147
Give isSCRIPT_RUN() an extra parameter
Karl Williamson 4 files changed, 23 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/1c907d2f0e048f8b
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/a3b7ab01447ce12c
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/bcacb14d1bcb3ef7
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/79f463ffe124f9c8
regexec.c: Fix typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/48f37bd5e94bce70
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/1970d025fc9e699d
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/a4826d9535513310
my_atof(): Lock dot radix
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67a490457e3c1485
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/d29bf001c37ea6a5
perlembed: Fix typos
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8730dc628065a35d
Current branch smoke-me/tonyc/127743-cperl-storable-fixes
1 commit. 1 unique author. 1 unique committer.
1 file changed, 6 insertions(+)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0eb937de163da00a.tar.gz
(perl #127743) be more conservative on the default max recursion limits
Tony Cook 1 file changed, 6 insertions(+)
http://perl5.git.perl.org/perl.git/commit/0eb937de163da00a
Current branch zefram/deprecate_some_fake_import
1 commit. 1 unique author. 1 unique committer.
372 files changed, 24920 insertions(+), 6304 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/da62a1ffbf2d42c2.tar.gz
deprecate worst uses of fake import/unimport
Zefram 21 files changed, 339 insertions(+), 42 deletion
http://perl5.git.perl.org/perl.git/commit/da62a1ffbf2d42c2
New branch zefram/deprecate_some_fake_import_fatal
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9327487d13ec0ffc.tar.gz
make fake import/unimport deprecation fatal
Zefram 8 files changed, 43 insertions(+), 100 deletions
http://perl5.git.perl.org/perl.git/commit/9327487d13ec0ffc
Deleted branch smoke-me/khw-encode
Deleted branch smoke-me/khw-masked
Deleted branch smoke-me/khw-utf8
Deleted branch smoke-me/khw-variant
Thread Previous