Front page | perl.perl5.porters |
Postings from December 2009
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
December 8, 2009 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1NIC4F-00004w-Sk@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
24 commits. 12 unique authors. 5 unique committers.
56 files changed, 412 insertions(+), 162 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (9) Chip Salzenberg (2)
Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bb61cbbfe4f34b80.tar.gz
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Andy Dougherty 2 parents
http://perl5.git.perl.org/perl.git/commit/bb61cbbfe4f34b80
Document config_args limitations reported in [perl #70912]
Andy Dougherty 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecf5c238cfc27e32
proper error on "grep $x (1,2,3)". Solves [perl #37314]
Gerard Goossen 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6435df36c4167f9
[perl #70802] -i'*' refuses to work
Tony Cook 1 file changed, 53 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13290fcd82823e13
undef $! before running the errno tests
Bram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/958e6d4b516d826d
legalize =begin foo bar
Ricardo Signes 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93592fd5aeec89ac
more aggressively deprecate L<section> and L<"section">
Ricardo Signes 2 files changed, 11 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b41aadf259cf5585
remove prohibition against L<text|href>
Ricardo Signes 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3
Add latest test file to MANIFEST
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a92c0cd070f20178
utf8cache test: Hugo asks, and I provide. Merry Christmas
Chip Salzenberg 1 file changed, 41 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa421ef92a7e8058
Throw away uncleanable scopes when exiting a pseudo-forked process.
Jan Dubois 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cb985b013ea71b8
The deep arrays for testing ~~ were not deep enough
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1144115d25e28286
Fix a test that wasn’t testing was it purported to be testing
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f4622ecb46636e7
[perl #71076] sort with active sub (5.10 regression)
Father Chrysostomos 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a27a13e89107aaf
Allocate the right HV
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6bc991bfb3c34a5d
Fix [perl #71078] Smart match against @_ gives false negatives
Rafael Garcia-Suarez 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/69c3dccf5322a59c
Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead
Chip Salzenberg 2 parents
http://perl5.git.perl.org/perl.git/commit/289281205c65de07
Fix for 7baa4690 breakage of threaded builds.
Tony Cook 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81ae3cde467fdc7d
Import ExtUtils::MakeMaker 6.55_03 from CPAN
Jesse Vincent 35 files changed, 151 insertions(+), 93 deletion
http://perl5.git.perl.org/perl.git/commit/8b19c1f8f171b4db
[perl #71000] Wrong variable name in warning
hv@crypt.org 4 files changed, 34 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7baa469006285737
Innocently looking union member swap
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a12fdfc8231e1ef
avoid infinite chain of utf8 magic
Chip Salzenberg 1 file changed, 13 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f89a570b1f4dda1c
when removing magic, fix SvMAGICAL flags (unless save_magic is active)
Chip Salzenberg 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/806e7ca7a95b2271
preserve readonly flag when saving and restoring magic flags
Chip Salzenberg 1 file changed, 20 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9c6fee519b868a2
Thread Next