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

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
August 31, 2010 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1OqbuT-0002gr-Qm@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
29 commits.  15 unique authors.  10 unique committers.
61 files changed, 3096 insertions(+), 924 deletions(-)
Net code removal: Zefram (68 lines)
Thanks, applied:  Florian Ragwitz (7) Rafael Garcia-Suarez (2)
                  Yves Orton (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6999193ba9069e62.tar.gz

  Correct errors in the use of multiple targets for bitcount.h and uudmap.h
  Nicholas Clark              3 files changed, 10 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/6999193ba9069e62

  Merge the two 5134delta entries for uniary functions
  Florian Ragwitz             1 file changed, 37 insertions(+), 41 deletions(-
  http://perl5.git.perl.org/perl.git/commit/56e76579f904e4a2

  [perl #77234] Change 649d02de (unary prototypes) changes precedence
  Father Chrysostomos         1 file changed, 23 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/61ea75ac73aaa903

  remove dead listexprcom production from grammar
  Zefram                      3 files changed, 350 insertions(+), 388 deletion
  http://perl5.git.perl.org/perl.git/commit/a8812f5e4144abe7

  better silencing of APItest deprecation warning
  David Mitchell              1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/42ef68d0ff6e79e1

  Add Zefram as our release manager victim for 20 December
  Jesse Vincent               1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1456b5bcbb5972c9

  Add two missing break in Perl_magic_set's big switch
  Vincent Pit                 1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/9b9e0be404d6f68c

  Remove unneeded use of INT2PTR() in the XS for Tie::Hash::NamedCapture.
  Nicholas Clark              1 file changed, 8 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/bd7e438e4a653089

  Start perl5135delta
  Florian Ragwitz             1 file changed, 86 insertions(+), 10 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0c692eed4702922e

  Module::CoreList updates for 5.12.2
  Jesse Vincent               1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cf6d0998321abc20

  Avoid needless use of UTF8=1 format [RT#56336]
  Eric Brine                  2 files changed, 6 insertions(+), 14 deletions(-
  http://perl5.git.perl.org/perl.git/commit/37bb7629a18d7cb6

  TODO tests for avoid needless use of UTF8=1 format [RT#56336]
  Eric Brine                  1 file changed, 13 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/96d9949f9ef2c5c9

  add more tests to lib/mauve.t so it tests also that mauve::reftype can retur
  Zsbán Ambrus                2 files changed, 41 insertions(+), 17 deletions(
  http://perl5.git.perl.org/perl.git/commit/47b13905e23c2a72

  use more efficient sv_reftype_len() interface
  Yves Orton                  1 file changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cfe9162d0d593cd1

  fix the AIX skip to only skip on AIX
  Tony Cook                   1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c89e1b5ce75f6c47

  rt77432: sigaction would crash/assert with a replaced %SIG
  Tony Cook                   2 files changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/17cffb3718693d45

  mauve.t needs access to %Config, make sure it's available
  Tony Cook                   1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8df6b97c1de8326d

  create the "mauve" temporary namespace for things like reftype
  Yves Orton                  6 files changed, 632 insertions(+), 2 deletions(
  http://perl5.git.perl.org/perl.git/commit/792477b9c2e4c75c

  add sv_reftype_len() and make sv_reftype() be a wrapper for it
  Yves Orton                  5 files changed, 153 insertions(+), 24 deletions
  http://perl5.git.perl.org/perl.git/commit/05c0d6bbe3ec5cc9

  when building under git, test that MANIFEST and git ls-files match up proper
  Yves Orton                  1 file changed, 31 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/dcab73c98b3631cb

  Update Unicode-Collate to CPAN version 0.58
  Chris 'BinGOs' Williams     25 files changed, 1314 insertions(+), 23 deletio
  http://perl5.git.perl.org/perl.git/commit/6484f67662cc280d

  Fix a typo in the PL_keyword_plugin docs
  Florian Ragwitz             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/364f83bf170b66a3

  Make PerlIOUnix_open honor default permissions on VMS.
  Craig A. Berry              1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5e2ce0f3dcb618e7

  Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6)
  Nicholas Clark              3 files changed, 351 insertions(+), 352 deletion
  http://perl5.git.perl.org/perl.git/commit/903fd87c2fde69d5

  silence APItest deprecation warning
  Robin Barker                1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/95ddc6755c1ff41d

  mktables: Silence common build warning
  Karl Williamson             1 file changed, 5 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3644ba605f91a587

  Silence g++ compatibility warning
  Robin Barker                1 file changed, 10 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5baa2e4f63f67b81

  remove much dead code from regen.pl
  Zefram                      1 file changed, 0 insertions(+), 37 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/37051f8aba944384

  avoid unnecessarily changing timestamp on perly.h
  Zefram                      1 file changed, 17 insertions(+), 10 deletions(-
  http://perl5.git.perl.org/perl.git/commit/a9718e07c105beeb

Current branch maint-5.12
4 commits.  1 unique author.  1 unique committer.
4 files changed, 30 insertions(+), 26 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9afa8c45e4e3064c.tar.gz

  add RC1 identifier as a local patch
  Jesse Vincent               1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9afa8c45e4e3064c

  update perlhist for 5.12.2 (also, removing an accidental leakage of the
  Jesse Vincent               1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/194f84025be8cf4d

  Module::CoreList updates for 5.12.2
  Jesse Vincent               1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/06248e0ed5593cdb

  Final tweaks of perldelta for 5.12.2 (hopefully)
  Jesse Vincent               1 file changed, 26 insertions(+), 23 deletions(-
  http://perl5.git.perl.org/perl.git/commit/fc24db063509c291

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