Front page | perl.perl5.porters |
Postings from September 2014
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
September 24, 2014 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1XWb9p-0000cw-8U@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
71 commits. 8 unique authors. 6 unique committers.
101 files changed, 3047 insertions(+), 1727 deletions(-)
Net code removal: Jarkko Hietaniemi (11 lines)
Thanks, applied: Father Chrysostomos (5) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0c7df90239f4c313.tar.gz
Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
Jarkko Hietaniemi 6 files changed, 194 insertions(+), 202 deletion
http://perl5.git.perl.org/perl.git/commit/0c7df90239f4c313
Tighter space allocation for floating point stringify.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/3840bff0794b78cc
gv.h: Use PERL_BITFIELD32 for the bitfield
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/e12ab2f2a32d9970
infnan: set POK for inf/nan, and don't use ~50 PV bytes for inf/nan.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/fb8cdbc589a65446
OPpLVAL_INTRO: not used by pos substr vec
David Mitchell 3 files changed, 308 insertions(+), 305 deletion
http://perl5.git.perl.org/perl.git/commit/4e0538d9cb1446f7
Consistent spaces after dots in perlop
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/46f8a5eafc532863
Add GPFLAGS and GPf_* to B
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/bb1efdce4c120f55
AIX doesn't set the length in getsockopt.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/ee2276e59a3c027c
Avoid mixing Inf/NaN with IV/UV.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/0f83c5a4f945d191
Move the VC6 "broken-nan" define from win32.h to perl.h.
Jarkko Hietaniemi 2 files changed, 6 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c32c3de1f087531d
t/re/speed.t: adjust watchdog timeout
David Mitchell
http://perl5.git.perl.org/perl.git/commit/2b7eb4debacea522
Increase $B::VERSION to 1.52
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/d219a6caabadff92
Stop flip from returning the same scalar each time
Father Chrysostomos 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/14d91147b4bfd528
gv.h: Make gp_line and gp_flags into a bitfield
Father Chrysostomos 2 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39ff6c37b02dc106
Peek.t: Drop 5.8 support
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/9d27f1291975183b
POSIX math: add todo about the macro interface emulations.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/a0d9739dbf6962a3
Further tweaking for bad skip() usage.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/62904ca6e0a1bd27
No point in pack 'w' for inf/nan.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/d3475fb81a131749
PATCH: [perl #122252] international currency formatting (POSIX.1-2008)
Andrew Fresh 20 files changed, 106 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/b15c1b561a4d9a6e
globvar.sym: include PL_ prefix in names
David Mitchell 2 files changed, 75 insertions(+), 78 deletions(
http://perl5.git.perl.org/perl.git/commit/c774046ba1377cc5
create t/re/speed.t, t/re/speed_thr.t
David Mitchell 4 files changed, 112 insertions(+), 57 deletions
http://perl5.git.perl.org/perl.git/commit/c354df01f41f08af
SvFLAGS: informally reserve a bit
David Mitchell
http://perl5.git.perl.org/perl.git/commit/2c39754a51ff0311
Fix distclean for "pm_to_blib directly" extensions.
Craig A. Berry
http://perl5.git.perl.org/perl.git/commit/9fa5aa9143471cda
Missing "by" noticed by James Keenan.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/e075ae47340a787b
No re module if only miniperl built.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/b51555b9a66d0fea
Hook::LexWrap is a valid pod link
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/fba13122524aadfd
Mention Hook::LexWrap in perl5220delta
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/634acdc9e98bd52e
regen pod issues
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/58d3b4a1d3e88732
Add perl5220delta.pod to Porting/
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/3cbddcc8bd91aad1
pp.h: Remove SETsv and SETsvUN
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/d739d27d3ebeb2de
Comments on unpack 'D' and long doubles formats.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/42262fd376c1e577
Consistent spaces after dots in perlapi
Father Chrysostomos 3 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/7e234f81b6d7325d
Guard against bad skip() arguments, swapped (15ed07b0) or extra.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/e96513a272994fa4
Negation of "-e1" no more todo.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/b8fffdb01477dabb
Fix -"-e1".
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/926f5fc6ecfa896e
The number to skip is the second argument to skip().
Craig A. Berry
http://perl5.git.perl.org/perl.git/commit/15ed07b09b354c78
On VC6 (broken NaN compare) redefine Perl_isinf.
Jarkko Hietaniemi 3 files changed, 19 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/3fd158eacc9126db
negate.t: To-do tests for -"-e1"
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/031c3a38999d6e1e
Fix NaN double to long double conversion on VMS.
Craig A. Berry
http://perl5.git.perl.org/perl.git/commit/fdb7e3a630fea815
Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9
Niko Tyni
http://perl5.git.perl.org/perl.git/commit/1197364c62629966
regen pod issues
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/824c873a3af03804
Yet more Peek.t fix-ups
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/0881bdf0247a1d24
Peek.t: This read-only stuff came after 5.21.4
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/8c7751f4b0fa8b72
Fix read-only flag checks in lvalue sub exit
Father Chrysostomos 2 files changed, 18 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/3885a45a68b1e213
[perl #115254] Fix flag check on scope exit
Father Chrysostomos 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57c404c9ca0d045f
More Peek.t fix-ups
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/f7634e8653b6354f
Implement the bipolar read-only system
Father Chrysostomos 6 files changed, 39 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/a623f8939cbcaa58
Add SVf_PROTECT
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/fd01b4b766a3276a
Peek.t fix-up
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/3c91ba225d7fe7b3
Renumber SVf_IsCOW
Father Chrysostomos 3 files changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45eaf8afa63b2331
Revert "Revert "infnan: more tests.""
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/38e1c50bf9e085dc
[perl #121983] #error with ro ops and no threads
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/40653c20251c4807
[perl #122799] Always turn off CvNAMED in cvgv-set
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/5988f3061bb4e71b
Perl_scalarvoid remove duplicate SvNV call
Daniel Dragan
http://perl5.git.perl.org/perl.git/commit/365c7d0c5cb1cae0
more factoring out in S_utf8_mg_pos_cache_update
Daniel Dragan
http://perl5.git.perl.org/perl.git/commit/3c04c629833dfd45
factor out more in S_utf8_mg_pos_cache_update
Daniel Dragan
http://perl5.git.perl.org/perl.git/commit/7bd545ae148a40a1
factor out FP heavy code in utf8_mg_pos_cache_update
Daniel Dragan
http://perl5.git.perl.org/perl.git/commit/73ecc8cb698116fb
Prepare Module::CoreList for 5.21.5, expected on 2014-10-20
Steve Hay 6 files changed, 38 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/84d03adf4b941899
Module::CoreList 5.20140920 is now on CPAN
Steve Hay
http://perl5.git.perl.org/perl.git/commit/4c4c0bc28ce63bc1
Regen B::Op_private for 5.21.5
Steve Hay
http://perl5.git.perl.org/perl.git/commit/52e0d61781300574
Bump version to 5.21.5
Steve Hay 22 files changed, 137 insertions(+), 137 deletio
http://perl5.git.perl.org/perl.git/commit/d65703a771c14125
Create new perldelta for 5.21.5
Steve Hay 10 files changed, 969 insertions(+), 547 deletio
http://perl5.git.perl.org/perl.git/commit/8c8d6154a0fa37d1
Add epigraph for 5.12.4
Steve Hay
http://perl5.git.perl.org/perl.git/commit/28c2c58fe259cabc
Perl 5.21.4 today
Steve Hay
http://perl5.git.perl.org/perl.git/commit/84c122ba1d2b7b85
Finalize perldelta
Steve Hay
http://perl5.git.perl.org/perl.git/commit/c0c55a9b8cc99087
Update Module::CoreList for 5.21.4
Steve Hay 5 files changed, 183 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/50e7b15e5cfc71c8
Blead is in sync with Data::Dumper 2.154
Steve Hay
http://perl5.git.perl.org/perl.git/commit/50a0759e24381a2c
Disable libquadmath in configure.com.
Craig A. Berry
http://perl5.git.perl.org/perl.git/commit/5cbc519179d070e5
Revert "infnan: more tests."
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/af9a438112f49d9f
$VERSION bump cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
Steve Hay 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf418971ae194095
perldelta: quadmath
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/55ba8847e40d5ffd
Current branch smoke-me/khw-xx
21 commits. 1 unique author. 1 unique committer.
92 files changed, 2203 insertions(+), 948 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/19a364e9bd700463.tar.gz
Suppress some Solaris warnings
Karl Williamson 3 files changed, 37 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/19a364e9bd700463
f
Karl Williamson 7 files changed, 74 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/fe11b63ea212dbc5
op_reg_common.h: White-space only
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/4105e7aab2c721a1
XXXSee Peek.t Make space for /xx flag
Karl Williamson 9 files changed, 34 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/114bab4b588cf7db
op_reg_common.h: #define in terms of more basic one
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/5872c390f2442408
Up regex flags limit for (??{})
Karl Williamson 6 files changed, 20 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/27278b8aeda5e49d
regcomp.c: Add assertions
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/10a38ceb8d002654
regcomp.c: Add a function and use it
Karl Williamson 5 files changed, 39 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/fbf10112068fbbcd
regcomp.sym: ANYOF nodes have an argument
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/542b7a14199384d7
regcomp.h: Add comment
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/036d55979c8a2ddd
regcomp.c: Outdent line to align with neighbors
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/a615d5db6680c23a
regcomp.h: Remove obsolete #defines
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/7f0e6e94f50391b5
regcomp.h: Use existing macro instead of reinventing
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/52a533c7b5e49394
regcomp.c: Extract duplicated code to fcn
Karl Williamson 4 files changed, 43 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/f1ca007d0aee5d50
regcomp.c: Move some statements
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/de169a918f596189
op.h: Move flag bits; comment shared-bit scheme
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/96957f80f99169e1
regexp.h: Comment shared-pool free bits scheme
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/0ba2842fc9538d93
regexp.h: Make tentative division of free-bit space
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/d981af2126243863
regexp.h: Define flag bit directly, not indirectly
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/34121fc8899abb59
regexp.h Remove unused bit placeholders
Karl Williamson 2 files changed, 8 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/4c4e24cd4a9a9956
regexp.h: Move regex flag bit positions.
Karl Williamson 2 files changed, 12 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/4e30d0654a990bfe
Current branch smoke-me/yves-scalar_sort
1 commit. 1 unique author. 1 unique committer.
3342 files changed, 344430 insertions(+), 382469 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/127e2666037f8602.tar.gz
make sort in scalar context return the number of elements
Yves Orton 7 files changed, 40 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/127e2666037f8602
New branch smoke-me/jhi/infnan
2 commits. 1 unique author. 1 unique committer.
Net code removal: Jarkko Hietaniemi (7 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ae1faf78c0100d16.tar.gz
Avoid mixing Inf/NaN with IV/UV.
Jarkko Hietaniemi
http://perl5.git.perl.org/perl.git/commit/ae1faf78c0100d16
Move the VC6 "broken-nan" define from win32.h to perl.h.
Jarkko Hietaniemi 2 files changed, 6 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c0ee64651b3bc810
New branch smoke-me/khw-5.21
6 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1d29e1bbe6a5915d.tar.gz
Tighten uses of regex synthetic start class
Karl Williamson 8 files changed, 96 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d29e1bbe6a5915d
regcomp.c: Move macro definition earlier in file
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/361290ce9f777679
regcomp.c: Use strnEQ instead of series of tests
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/ef916f6f3afa6444
XXXcharbits
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/5dc3ce514b311ddb
XXX partial perlapi text
Karl Williamson
http://perl5.git.perl.org/perl.git/commit/5514f2c7e9d5b6a7
XXX Don't push. attempt to tell tries everything at compile time
Karl Williamson 7 files changed, 117 insertions(+), 69 deletions
http://perl5.git.perl.org/perl.git/commit/044da12d06b1250d
New branch smoke-me/padthy
3 commits. 1 unique author. 1 unique committer.
Net code removal: Father Chrysostomos (23 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e5b42b130706dbe.tar.gz
Remove most uses of PADMY
Father Chrysostomos 6 files changed, 13 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/9e5b42b130706dbe
Peek.t should not expect PADMY under 5.21.5
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/7aa096c404cf038e
Stop setting PADMY; renumber PADSTALE
Father Chrysostomos 4 files changed, 11 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/b10f04dd67b8838e
New branch smoke-me/yves_rt122283
4 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/246bf2f33906932b.tar.gz
regcomp.c: fix fencepost error in vFAIL at end of pattern
Yves Orton 3 files changed, 18 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/246bf2f33906932b
add an assert that the length arg for UTF8f is non-negative
Yves Orton
http://perl5.git.perl.org/perl.git/commit/edf6216407b750d3
restore color to debug diagnostics
Yves Orton
http://perl5.git.perl.org/perl.git/commit/f2468569d937468e
rt 122283 - do not recurse into GOSUB/GOSTART when not SCF_DO_SUBSTR
Yves Orton
http://perl5.git.perl.org/perl.git/commit/8ea37dbfe33e1a0d
New branch sprout/lvref
21 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/121395909e572601.tar.gz
Implement \my $x = ...
Father Chrysostomos 6 files changed, 11 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/121395909e572601
lvref.t: Test \$foo = \*bar
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/ff728863c4cad35c
lvref.t: To-do tests for foreach \
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/d5544a6bad571c54
lvret.t: To-do tests for \local $scalar=
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/9fbd714439c777d5
When making lex alias, don’t free old var too soon
Father Chrysostomos 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1acefac97f4eb34d
lvref.t: To-do test for PADSTALE handling
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/c7ed532bd9680cb5
Simple package scalar lvalue refs
Father Chrysostomos 7 files changed, 43 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/668c790a85427daf
lvref.t: Tests for error massages
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/ef80d97417adfe21
lvref.t: Remove to-do and eval from passing test
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/0725b71f1baf8881
lvref.t: To-do tests for closures
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/f7d163af64b0eddd
Document lvalue ref diagnostics
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/795558f3b0fefbdb
First stab at lexical scalar aliases
Father Chrysostomos 3 files changed, 53 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/b6be2c513f45f3ab
op.c: In newBINOP, set up op_last before CHECKOP
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/e205c6f1c452c269
Increase $Opcode::VERSION to 1.29
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/813e899eda752af2
Add sbind op type
Father Chrysostomos 7 files changed, 19 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/fa83b16438b45f5f
op.c:ck_spair: Remove redundant checks
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/1caf04a8097010df
To-do tests for scalar lvalue refs
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/9e6ed504bc23c866
Increase $warnings::VERSION to 1.27
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fd28532f6d5349c
Add experimental::lvalue_refs warnings category
Father Chrysostomos 3 files changed, 26 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/befecd7fc4a1781c
Increase $feature::VERSION to 1.38
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/933104775916f404
Add lvalue_refs feature feature
Father Chrysostomos
http://perl5.git.perl.org/perl.git/commit/32578da4b36478cf
Deleted branch smoke-me/khw-locale
Deleted branch smoke-me/yves-re-unicode
Deleted branch smoke-me/yves-revert_skipwhite
Deleted branch smoke-me/yves-rt_113770
Deleted branch smoke-me/yves_perturb_keys
Deleted branch smoke-me/yves_rand_hash_seed
Thread Previous