develooper Front page | perl.perl5.porters | Postings from December 2010

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
December 7, 2010 18:15
Subject:
Perl 5 Commit Summary
Message ID:
E1PQ9Yb-0004oe-On@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
32 commits.  11 unique authors.  8 unique committers.
56 files changed, 1125 insertions(+), 683 deletions(-)
Net code removal: Jan Dubois (429 lines) Nicholas Clark (2 lines)
Thanks, applied:  Father Chrysostomos (14) Tony Cook (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/558b442404962cab.tar.gz

  [perl #66104] Bugs in extended regexp features
  Father Chrysostomos         2 files changed, 21 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/558b442404962cab

  The docs for SvRX and SvRXOK still refered to magic and the code snippet
  David Leadbeater            1 file changed, 6 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1af910ea8358b801

  Don't advertise PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED
  Jan Dubois                  2 files changed, 0 insertions(+), 20 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f36626324a6d4305

  Always build with crypt() support on Windows
  Jan Dubois                  11 files changed, 18 insertions(+), 86 deletions
  http://perl5.git.perl.org/perl.git/commit/9cef83062267e943

  Uncomment and fix up tests at the end of Storable's blessed.t
  Nicholas Clark              1 file changed, 9 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9d021ad4f2bddaf5

  Update ExtUtils-CBuilder to CPAN version 0.2800
  Chris 'BinGOs' Williams     22 files changed, 658 insertions(+), 120 deletio
  http://perl5.git.perl.org/perl.git/commit/06e8058f27e4269b

  Perldelta for 22a3069
  Florian Ragwitz             1 file changed, 11 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ee076ba5399aecf1

  Get rid of PERL_MSVCRT_READFIX
  Jan Dubois                  5 files changed, 1 insertion(+), 276 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9b1f18150adf6630

  Remove dead Windows code
  Jan Dubois                  1 file changed, 1 insertion(+), 67 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7ffd65862d23d0e5

  stopgap hack for $@ as unwinding reason indicator
  Zefram                      3 files changed, 109 insertions(+), 0 deletions(
  http://perl5.git.perl.org/perl.git/commit/22a30693fc877023

  Clarify this is the Perl 5 interpreter for manpage and META
  David Golden                3 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/095a5c3e83eb5f59

  regcomp.c: Fix longjmp-related warnings
  Karl Williamson             1 file changed, 21 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/29b09c419e7fa87b

  To-do tests for abnormal exiting from (?{})
  Father Chrysostomos         1 file changed, 17 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/6c375d8b0b90e5a4

  Hideous to-do tests for (?{}) scoping issues
  Father Chrysostomos         2 files changed, 113 insertions(+), 0 deletions(
  http://perl5.git.perl.org/perl.git/commit/d6faba0b5affae96

  Un-TODO and un-SKIP the [perl #22354] tests
  Father Chrysostomos         1 file changed, 3 insertions(+), 14 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1d0dc949f7a04207

  Emit warning for use re "/ul"
  Father Chrysostomos         2 files changed, 32 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/96ef02be7124de9a

  regexec.c: Clean up initialized vars in switch
  Karl Williamson             1 file changed, 6 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/83d7b90b27280e51

  regcomp.c: small efficiency, portability fix
  Karl Williamson             1 file changed, 3 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/acdf4139917b7324

  regcomp.c: small efficiency improvement
  Karl Williamson             1 file changed, 1 insertion(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/79e7df4582a543b8

  regcomp.c: small efficiency gain
  Karl Williamson             1 file changed, 8 insertions(+), 19 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3c8eea2bac1e0e28

  regecomp, regexec: Use mnemonic character names
  Karl Williamson             2 files changed, 22 insertions(+), 14 deletions(
  http://perl5.git.perl.org/perl.git/commit/ced7f09023f51e10

  utf8.h: Need to make sure macro result fits in byte
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/0072151e81aec9c5

  utf8.h: Add whitespace for readability
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/14c287842e05fc65

  regcomp.c: Move code out of longjump area
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7b597bb8ab6914a0

  [perl #80220] order of hash keys wrong in perlfunc.pod
  Peter J. Holzer             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c5f61d2f6c6a61f0

  Add Peter Holzer to AUTHORS
  Father Chrysostomos         1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fcde9905a66ddbd8

  perldelta for Storable saving a code reference as UTF-8
  David Leadbeater            1 file changed, 9 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b6ae81ab4ba7b089

  Up Storable version to 2.25
  David Leadbeater            2 files changed, 6 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/3139f4216c6a770e

  Up Storable minor version
  David Leadbeater            2 files changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/be7c46f2208506d2

  Make Storable correctly store coderefs with UTF-8 flag
  David Leadbeater            2 files changed, 36 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/70b88f4168267af6

  make empty string regexp stringify to the same thing regardless of unicode f
  Yves Orton                  2 files changed, 16 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/5b6010b3c3f40e7d

  make the jump point a little more obvious in a comment
  Yves Orton                  1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d6bd454d28fd8c0d

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About