Front page | perl.perl5.porters |
Postings from July 2010
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
July 2, 2010 18:08
Subject:
Perl 5 Commit Summary
Message ID:
E1OUrDa-0008OP-Q5@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday
Current branch blead
40 commits. 9 unique authors. 6 unique committers.
124 files changed, 2893 insertions(+), 1799 deletions(-)
Net code removal: Nicholas Clark (190 lines) H.Merijn Brand (20 lines)
Craig A. Berry (1 line)
Thanks, applied: David Golden (7) Chris 'BinGOs' Williams (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e2bec029fb0c747.tar.gz
Plug more memory leaks in vms.c.
Craig A. Berry 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e2bec029fb0c747
Correct the version of the included Test-Harness in Maintainers.pl
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8bae1a1ef1c5f804
Update CPANPLUS to CPAN version 0.9005
Chris 'BinGOs' Williams 17 files changed, 85 insertions(+), 35 deletions
http://perl5.git.perl.org/perl.git/commit/9abc3fabb7a77834
Mark UPSTREAM as 'cpan' for Digest-SHA at Mark Shelor's request.
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8f068e23b3aa3137
Fix nasty memory leak in vms.c:Perl_flex_stat_int().
Craig A. Berry 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/acb491c0cd162b7c
t/lib/common.pl can use caller to infer the name of the pragma under test.
Nicholas Clark 6 files changed, 11 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/a80e93c2ac4ef033
Fix to MANIFEST in base
Chas. Owens 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98b4ddd60241e805
Fix pthread include error for Time::Piece
H.Merijn Brand 1 file changed, 17 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/e9f284c9929f7568
add cherrymaint and git-deltatool to MANIFEST
David Golden 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1de4581044ae6014
Convert zlib src from K&R functions declarations to ANSI C.
Nicholas Clark 12 files changed, 325 insertions(+), 323 deletio
http://perl5.git.perl.org/perl.git/commit/d67e36ac79680884
Convert subs.t to use t/lib/common.pl
Nicholas Clark 4 files changed, 88 insertions(+), 155 deletions
http://perl5.git.perl.org/perl.git/commit/6fc551a0cffc7d4e
Convert charnames.t to use t/lib/common.pl
Nicholas Clark 4 files changed, 252 insertions(+), 269 deletion
http://perl5.git.perl.org/perl.git/commit/ea065648c797746c
Convert strict.t to use t/lib/common.pl
Nicholas Clark 2 files changed, 10 insertions(+), 99 deletions(
http://perl5.git.perl.org/perl.git/commit/619d9e9c6b00e1f5
Convert gmtime.t, localtime.t and overloading.t to Test::More.
Nicholas Clark 3 files changed, 3 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd3fc147b26516ab
Convert DirHandle's tests to Test::More.
Nicholas Clark 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b88804b955604d0
Add additional notes regarding srand and forking
Brian Phillips 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d460397bbe36e991
Convert Fcntl and PerlIO::encoding's tests to Test::More.
Nicholas Clark 2 files changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f507d6f025503d42
Convert POSIX's test to Test::More.
Nicholas Clark 2 files changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/849ddec1b3fbb291
Fix MANIFEST to include new Test-Harness files added in 6d3136644eb73f7a0727
Andy Dougherty 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1275ac73774e6ff4
Convert Devel::Peek's test to Test::More.
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50a9fad1a8ce99fe
Make the change to source_handler.t conditional on $ENV{PERL_CORE}.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/87a470b7b3433f68
Update IO-Compress to CPAN version 2.027
Chris 'BinGOs' Williams 37 files changed, 232 insertions(+), 190 deletio
http://perl5.git.perl.org/perl.git/commit/e8796d6170725d5f
Update Compress-Raw-Bzip2 to CPAN version 2.027
Chris 'BinGOs' Williams 6 files changed, 28 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/9e09409a8eb5c132
Update Compress-Raw-Zlib to CPAN version 2.027
Chris 'BinGOs' Williams 32 files changed, 1868 insertions(+), 1133 delet
http://perl5.git.perl.org/perl.git/commit/f02c02ec7c7eacaf
Store xio_ifp in sv_u in the SV head, reducing XPVIO by 1 pointer.
Nicholas Clark 2 files changed, 29 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/6f7e83539961a11c
In Perl_filter_del(), no need to NULL IoANY(datasv).
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5da80af416fe1cad
Only allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is set.
Nicholas Clark 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5bb89d25eef36595
Needed cast to malloc return value in Piece.xs.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8a0cff6917bc9219
update release manager instructions for a new perldelta
David Golden 1 file changed, 16 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e967a1c9f35e7fd
refresh vms/descrip_mms.template with buildtoc
David Golden 1 file changed, 29 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/6741b6d51f15f84f
retitle old perlXXXdelta files
David Golden 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e19a038c00fb5aae
Add perl5121delta to MANIEST and other files
David Golden 5 files changed, 14 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/bdfb6cc8fa740b5d
Note that we now include Safe.pm 2.27
Jesse Vincent 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5c4fdfb037d1c6b
Added known issues section to 5121 perldelta
Jesse Vincent 1 file changed, 30 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c94927efdbcba13
Typo in perldelta spotted by Robin Smidsrød
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c16146f0c4324ef
minor perldelta improvements for 5.12.1
David Golden 1 file changed, 15 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/191602e12c86a12a
perldelta updates for 5.12.1
Jesse Vincent 1 file changed, 70 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/47ad5051d24f1138
First full draft of the 5.12.1 perldelta
Jesse Vincent 1 file changed, 154 insertions(+), 285 deletions
http://perl5.git.perl.org/perl.git/commit/bfdf8026fb5feae9
First draft of the 5.12.1 perldelta
Jesse Vincent 1 file changed, 471 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/d8b64acd91ca0117
Improve git-deltatool UI and support cherrymaint
David Golden 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d083db364216f82
Thread Previous