Front page | perl.perl5.porters |
Postings from September 2010
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
September 3, 2010 18:08
Subject:
Perl 5 Commit Summary
Message ID:
E1OrhFN-0003MC-Dl@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday
Current branch blead
40 commits. 11 unique authors. 6 unique committers.
225 files changed, 27910 insertions(+), 27986 deletions(-)
Net code removal: Florian Ragwitz (141 lines) David Mitchell (21 lines)
Abigail (1 line)
Thanks, applied: Florian Ragwitz (5) David Mitchell (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/49f8dfb64c1d8667.tar.gz
Synchronize with Math::BigInt::FastCalc 0.21
Florian Ragwitz 6 files changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49f8dfb64c1d8667
Upstream for Math::BigRat is CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/722965d396a2b056
Math::BigInt 1.90 just shipped to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4a839618b8c28f57
perldelta up to 45b279e
Florian Ragwitz 1 file changed, 28 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48c1efd2447862ab
Bump $Errno::VERSION after change be54382
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aa2e500f4328b404
In uudmap.h rule, nothing is different from the absence of anything.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45b279ec91f88dd4
Bump Math::BigInt{,::Calc}::VERSION for bnok fixes
Florian Ragwitz 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9120b9aad5c8b2c
Fix Math::BigInt's bnok($k) for $k==0 and $k==$n-1
Piotr Fusik 11 files changed, 37 insertions(+), 33 deletions
http://perl5.git.perl.org/perl.git/commit/d57359451cf4bdc0
blead is upstream for bignum
Florian Ragwitz 55 files changed, 2961 insertions(+), 2961 delet
http://perl5.git.perl.org/perl.git/commit/c064d6c6600a0955
blead is upstream for Math-BigInt-FastCalc
Florian Ragwitz 14 files changed, 1276 insertions(+), 1276 delet
http://perl5.git.perl.org/perl.git/commit/9dc8ab6efae84d4e
blead is upstream for Math-BigInt
Florian Ragwitz 123 files changed, 23368 insertions(+), 23560 de
http://perl5.git.perl.org/perl.git/commit/c510e33d30368bc5
In XS_VERSION_BOOTCHECK, correct the flags argument of get_sv() to 0.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69f857902b1b105d
Change the first argument of Perl_fetch_cop_label() to COP *
Nicholas Clark 6 files changed, 21 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/d6747b7ae5ffdaaf
For the generated XSLoader.pm, avoid a runtime lexical which is constant.
Nicholas Clark 1 file changed, 10 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4b4ed7b4eca79b2
Fix test (see <20100901161607.GB2892@iabyn.com>)
Abigail 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3a0defb95e2da85
Sanity check on Errno values.
Curtis Jewell 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be54382c6ee2d284
t/lib/common.pl must convert $^X to an absolute path before changing directo
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/11ce4a763a0bb039
Tests using t/lib/common.pl need to run in separate directories.
Nicholas Clark 5 files changed, 35 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/463cf0628d7a451d
RT 74444 - install_lib.pl emits warnings when installperl is run with destdi
Todd Rinaldo 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c3ca3f48a3e5f76
Add alternate email address for Todd
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2273b9b9f44135d5
Ignore droppings from lib/h2ph.t
Florian Ragwitz 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd6f5a1139dc6174
Add test for deprecation warnings from h2ph
Florian Ragwitz 3 files changed, 19 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/112a1457c05eac6b
RT 74404 - h2ph using deprecated goto
Todd Rinaldo 1 file changed, 24 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/f178b03ba25ce69b
Stop Tie::Hash->TIEHASH() looping forever.
Nicholas Clark 5 files changed, 36 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/c9a84c8bfeae3aee
pp_match: fix confusing layout in an if()
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d8a731b43920d39
Copy RE capture buf on overload as well as TEMP
David Mitchell 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f427b557f0f598ee
perldelta up to 137127d
Florian Ragwitz 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8ebb9810247974cb
t/harness can run the tests lib/*.t in parallel with each other.
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8f776eae73090661
Clarify CPU cache improvements entry in 5133delta
Florian Ragwitz 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/137127def3973a3e
PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXT
Tony Cook 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/776df701ccf6ff50
fix some 64-bit casts under DEBUG_LEAKING_SCALARS
David Mitchell 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c895a371d39dea7f
fix indentation of MY_CXT #defines
David Mitchell 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/00ab59c97654127a
merge two similar MY_CXT code branches
David Mitchell 1 file changed, 7 insertions(+), 37 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4eddb8565f349042
MY_CXT macros: make the two sets of defs similar
David Mitchell 1 file changed, 12 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27cbf00ac29bc5a4
PL_my_cxt_list leaks
Jirka Hruška 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57bb245860e35e48
Memory leak cloning PVGVs
Jirka Hruška 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61e14cb441984498
Move the call to Perl_cv_clone() into S_doform(), from its two callers.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b1903740d907382
Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *.
Nicholas Clark 4 files changed, 17 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/a77ac40c5b8111e1
Bump blib::VERSION after 3f9bb6b
Florian Ragwitz 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5230ff8e57b55d2b
[perl #77492] open $fh, ">", \*glob causes SEGV
Father Chrysostomos 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/10cea94582148cd5
Current branch briandfoy/perlfaq
1 commit. 1 unique author. 1 unique committer.
1 file changed, 1 insertion(+), 1 deletion(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/97374de3b24a71e9.tar.gz
perlfaq4: fix a minor grammar problem in the Y2K answer
brian d foy 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/97374de3b24a71e9
Current branch maint-5.12
1 commit. 1 unique author. 1 unique committer.
1 file changed, 1 insertion(+), 1 deletion(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/28e61b373366f243.tar.gz
Mistaken version number in acknowledgements, thanks to csjewell++
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28e61b373366f243
Current branch nicholas/arenas
1 commit. 1 unique author. 1 unique committer.
1 file changed, 26 insertions(+), 15 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/456add8d5f2f479d.tar.gz
Refactor generate_uudmap.c to use a helper function to output init blocks.
Nicholas Clark 1 file changed, 26 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/456add8d5f2f479d
Current branch rafl/ld_export
1 commit. 1 unique author. 1 unique committer.
96 files changed, 4527 insertions(+), 1601 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d5815d73a5d4b784.tar.gz
Only export the public symbols in shared libperls
Florian Ragwitz 4 files changed, 46 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/d5815d73a5d4b784
New branch rafl/perldelta-move
2 commits. 1 unique author. 1 unique committer.
Net code removal: Florian Ragwitz (3 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a65df845acc8b966.tar.gz
Update release manager guide for perldelta move
Florian Ragwitz 1 file changed, 33 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/a65df845acc8b966
Move the latest perldelta to pod/perldelta.pod
Florian Ragwitz 12 files changed, 492 insertions(+), 492 deletio
http://perl5.git.perl.org/perl.git/commit/a863fa48582177c0
New branch smoke-me/migrate-Pod-converters
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (16 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2ecb13c5b8ed49f6.tar.gz
Move pod2latex.PL into its CPAN distribution directory.
Nicholas Clark 11 files changed, 429 insertions(+), 445 deletio
http://perl5.git.perl.org/perl.git/commit/2ecb13c5b8ed49f6
Thread Next