Front page | perl.perl5.porters |
Postings from July 2012
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
July 10, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1SolVI-0007qp-L9@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
16 commits. 6 unique authors. 6 unique committers.
17 files changed, 1005 insertions(+), 102 deletions(-)
Net code removal: Colin Kuskie (4 lines)
Thanks, applied: Jesse Luehrs (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2d7bc9fa6a3bfff9.tar.gz
Refactor t/op/join.t to use test.pl instead of making TAP by hand.
Colin Kuskie 1 file changed, 36 insertions(+), 51 deletions(-
http://perl5.git.perl.org/perl.git/commit/2d7bc9fa6a3bfff9
Expand $^O at build time when generating Config::_V()
Nicholas Clark 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0b0a4d296551cb3
In configpm, switch to using sprintf for part of generating Config_heavy.pl
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f711619fd1eeb97e
Refactor t/lib/commonsense.t to use t/test.pl instead of making TAP by hand.
Colin Kuskie 2 files changed, 21 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/779248a0d4ccf62f
Improve support for building on Windows with mingw-w64.sf.net binaries
Steve Hay 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20634986f97107f7
handy.: Add some tests for its API
Karl Williamson 2 files changed, 801 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/c9c0535823bbd207
handy.h: Fix broken is_ASCII_utf8()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bce3d7a428b0a811
Correct err msg when calling stub w/no autoload fb
Father Chrysostomos 3 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/c220e1a11e00efe0
anonsub.t: Improve test for [perl #71154]
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/12f98b43fb8a44e8
Let rv2cv-hook CVs’ protos participate in method intuition
Father Chrysostomos 2 files changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aca88b25b9739628
fix -Uusedl builds
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fbdb18e8529417cf
perldelta: fix typo noticed by rurban
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f4df6cb947cd7eca
[perl #113016] Parse CORE::foo::bar as a bareword
Father Chrysostomos 2 files changed, 18 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ee36fb64514b5be2
rv2cv hooks should not create 2nd-class subs
Father Chrysostomos 4 files changed, 58 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/39c012bc2fc2f1cf
toke.c: Correct comment
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a4fd4a89a854c8ba
perldelta: note a few interesting changes
Tony Cook 1 file changed, 23 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ab2ea42d72f4a7b
Current branch maint-5.8
1 commit. 1 unique author. 1 unique committer.
1 file changed, 6 insertions(+), 0 deletions(-)
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/03fe696d61d94bd5.tar.gz
[perl #63886] 5.8.9 binary incompatibility with PL_perlio_mutex
From: Edward Moy 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03fe696d61d94bd5
Current branch sprout/lexsub
20 commits. 1 unique author. 1 unique committer.
18 files changed, 1140 insertions(+), 815 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c206d779b88b2219.tar.gz
op.c:newMYSUB: Pop scope after creating sub
Father Chrysostomos 1 file changed, 11 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/c206d779b88b2219
dump.c: Dump CvNAME_HEK
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/624afad1eb51f83c
Remove & from redef warnings for lex subs
Father Chrysostomos 2 files changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fc90c77a1384981
lexsub.t: Fix another test
Father Chrysostomos 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/743005fbe27215ab
Clone state subs in anon subs
Father Chrysostomos 6 files changed, 275 insertions(+), 216 deletion
http://perl5.git.perl.org/perl.git/commit/4d7ac1bc2899a503
perldiag: closure referents → closure references
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/003e43a91ceb8e09
Don’t say ‘variable &foo’ in warnings
Father Chrysostomos 3 files changed, 13 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a46d0e90a35be64
lexsub.t: Fix some tests
Father Chrysostomos 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b73b859341bbb760
Make pad_fixup_inner_anons cope with closed-over subs
Father Chrysostomos 2 files changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2350b335e5d9b22b
‘Undefined subroutine &foo called’ for lex subs
Father Chrysostomos 2 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/587a0dd50cf69014
op.c:newMYSUB: Remove unused vars
Father Chrysostomos 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04d4bd7c6795a532
op.c:newMYSUB: inline var used only once
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a1d5ddfcddc0fdc
Lexical stubs should not AUTOLOAD
Father Chrysostomos 1 file changed, 21 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/a2767024c857d668
Increase $B::VERSION to 1.37
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dc187baf5f0d6950
Allow CVs to point to HEKs rather than GVs
Father Chrysostomos 7 files changed, 53 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/d59f27649e5792fd
Implement padcv
Father Chrysostomos 3 files changed, 29 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/bedb46ee62dea6af
Test state subs
Father Chrysostomos 1 file changed, 188 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c78e0d4cc297a41e
Look up state subs in the pad
Father Chrysostomos 5 files changed, 565 insertions(+), 550 deletion
http://perl5.git.perl.org/perl.git/commit/e4caa1413f32e80e
op.c:newMYSUB: disable stub optimisation
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e165a542ea9bf951
Store state subs in the pad
Father Chrysostomos 8 files changed, 1027 insertions(+), 725 deletio
http://perl5.git.perl.org/perl.git/commit/b2c201b7fd892301
New branch dave/sync-time-local
3 commits. 1 unique author. 1 unique committer.
Net code removal: Dave Rolsky (2 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fb4cbec857f8b483.tar.gz
Sync with Time::Local 1.2300 from cpan
Dave Rolsky 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fb4cbec857f8b483
Sync with Time::Local 1.2200 from cpan
Dave Rolsky 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/955c82c93b925d39
Sync with Time::Local 1.2100 from cpan
Dave Rolsky 2 files changed, 16 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/6f4acfa2cd3247a3
New branch doy/runtime_isa_manipulation_bug
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bd8c24fc226ff85a.tar.gz
test for runtime @ISA manipulation bug
Jesse Luehrs 1 file changed, 51 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bd8c24fc226ff85a
New branch tonyc/Socket-2.002
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8bb7bfeb012d7a0f.tar.gz
Upgrade Socket to 2.002
Tony Cook 7 files changed, 158 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/8bb7bfeb012d7a0f
Configure support for struct ip_mreq
Tony Cook 19 files changed, 51 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/2f1eb816b5cba697
Deleted branch smoke-me/configpm
Thread Next