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

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
June 1, 2010 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1OJcXN-0000jV-8N@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
30 commits.  8 unique authors.  9 unique committers.
30 files changed, 689 insertions(+), 304 deletions(-)
Thanks, applied:  Steffen Mueller (8) Craig A. Berry (5)
                  Rafael Garcia-Suarez (3) Tony Cook (1) David Golden (1)
                  David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/540810e8986e170e.tar.gz

  Skip two Japhs that use the fact that split in void context splitted
  Abigail                     1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/540810e8986e170e

  Document IO::Socket getsockopt and setsockopt
  Slaven Rezic                1 file changed, 10 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/321499b5be1bfbad

  move the fresh_perl() tests above the environment tests
  Tony Cook                   1 file changed, 13 insertions(+), 12 deletions(-
  http://perl5.git.perl.org/perl.git/commit/065144c63ee2795a

  PATCH: teach diag.t new warning function names
  Karl Williamson             3 files changed, 65 insertions(+), 23 deletions(
  http://perl5.git.perl.org/perl.git/commit/1b1ee2ef87e2dcc8

  State the requirement of a C89 compliant ANSI C-compiler
  H.Merijn Brand              1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/51eec7ec9cf1a154

  In Perl_pad_add_name(), use sv_upgrade() directly rather than new[AH]V().
  Nicholas Clark              1 file changed, 5 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c1bf42f3e6ad8f1c

  Reorder the entry for die, moving discussion of the exit code later.
  Nicholas Clark              1 file changed, 20 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4c050ad563ece446

  handle perl extended utf8 start bytes
  Tony Cook                   2 files changed, 23 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/65ab9279784aa811

  [perl #70075] no 6; broken
  Father Chrysostomos         1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e57ed4ecd4d7de38

  PATCH: [perl #75138] "\c`" -> " "
  Karl Williamson             4 files changed, 23 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1408fb84de0c2800

  Document tricks, work-arounds for user-defined casing
  Karl Williamson             3 files changed, 171 insertions(+), 7 deletions(
  http://perl5.git.perl.org/perl.git/commit/71648f9a69cff1f8

  Un-TODO a threads-shared test that now passes
  Jerry D. Hedden             2 files changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/abd889b86d676557

  Add mktables option for development use
  Karl Williamson             1 file changed, 20 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9ef2b94f54586a77

  mktables -- don't create Names table unless asked
  Karl Williamson             1 file changed, 94 insertions(+), 60 deletions(-
  http://perl5.git.perl.org/perl.git/commit/28093d0e3328797f

  Fix priority of suppressed vs. explicitly output
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ec11e5f48c39adae

  Remove obsolete comment
  Karl Williamson             1 file changed, 0 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9d682c834ea42d04

  Generate simple case folding tables only if asked
  Karl Williamson             1 file changed, 22 insertions(+), 13 deletions(-
  http://perl5.git.perl.org/perl.git/commit/959ce5bf0ff22e42

  Add comment about objaddr in mktables
  Karl Williamson             1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6c68572bb711304d

  Use in-line 'no overloading' for speed
  Karl Williamson             1 file changed, 142 insertions(+), 118 deletions
  http://perl5.git.perl.org/perl.git/commit/f998e60c2aa1b987

  Don't require doubled backslashes in perldiag.pod
  Karl Williamson             2 files changed, 19 insertions(+), 18 deletions(
  http://perl5.git.perl.org/perl.git/commit/4a68bf9d410f9046

  Eliminate some newSV(0)s by merging the SV allocation with first modificatio
  Nicholas Clark              2 files changed, 10 insertions(+), 15 deletions(
  http://perl5.git.perl.org/perl.git/commit/b081dd7eaaec2b6e

  Only allocate entries for @_ when the subroutine is first called.
  Nicholas Clark              1 file changed, 0 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/77bac227771c643a

  Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.
  Nicholas Clark              3 files changed, 7 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c85ae797ecb755d3

  Properly free paren_name_list with its regexp.
  Nicholas Clark              2 files changed, 5 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/af534a0431cd8370

  Clarify that count is bytes not unicode characters
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1c8f8eb1d500716b

  Display characters as Unicode for clarity
  Karl Williamson             1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c2dc4c7d5e51c621

  Add tested for corrupted regnode
  Karl Williamson             1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/35db910f236b637e

  Use sizeof instead of hard-coded array size
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/525aa6214fa98872

  Typo
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/22c985d500f518cd

  When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.
  Nicholas Clark              2 files changed, 20 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4c0f30d62c000e3b

Thread Previous


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