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

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
June 8, 2013 01:08
Subject:
Perl 5 Commit Summary
Message ID:
E1Ul7db-0001g8-8c@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday

Current branch blead
35 commits.  9 unique authors.  7 unique committers.
34 files changed, 327 insertions(+), 201 deletions(-)
Net code removal: Steve Hay (7 lines) Nicholas Clark (3 lines)
Thanks, applied:  Father Chrysostomos (1) Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/903f2d7006dbd87b.tar.gz

  Include the Win32 extension in the ALL_STATIC build on Win32
  Steve Hay                   5 files changed, 9 insertions(+), 16 deletions(-
  http://perl5.git.perl.org/perl.git/commit/903f2d7006dbd87b

  version bumps and perldelta for debugger depth
  Ricardo Signes              3 files changed, 5 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1799399c45baa7e5

  adjust $DB::deep from 100 to 1000
  Mark Jason Dominus          2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7aeefbb3234c8cf5

  Stop delete local $ENV{foo} from leaking
  Father Chrysostomos         2 files changed, 13 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9332b95f7fd17b24

  hv.c: Clarify uvar comment
  Father Chrysostomos         1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/e987ad1c31f774bd

  Don’t leak when compiling /(?[\d\d])/
  Father Chrysostomos         2 files changed, 4 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/b573e7000fd9c1cf

  Free operand when encountering unmatched ')' in (?[])
  Father Chrysostomos         2 files changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/4bc5d08976b7df23

  Stop /(?[\p{...}])/ compilation from leaking
  Father Chrysostomos         2 files changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c80d037c54749655

  Add a note to Win32's BUILD_STATIC configuration to include Win32CORE
  Steve Hay                   2 files changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7a278470580a96e0

  Exclude Compress/Raw/Bzip2 from ALL_STATIC extensions for MinGW for now
  Steve Hay                   1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a6c3746408c2badd

  Simplify recipes for making perl-static.exe on Win32
  Steve Hay                   2 files changed, 5 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/aafd2430436dddf9

  Fix creation of libperl519s.a on Win32 with MinGW
  Steve Hay                   1 file changed, 7 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cc0b589ad6053fdb

  Remove /PDB:NONE linker option from Win32 makefiles
  Steve Hay                   2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/056775f5f57d30cd

  Ensure Win32 [nd]make builds the 'static' target when ALL_STATIC=define
  Steve Hay                   2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/eb4420e670a3282a

  Stop (?[]) operators from leaking
  Father Chrysostomos         2 files changed, 21 insertions(+), 7 deletions(-
  http://perl5.git.perl.org/perl.git/commit/a84e671a269f736a

  perldiag: Document ‘Expecting '(?flags:(?[...'’
  Father Chrysostomos         2 files changed, 11 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/27350048d47bfa7c

  perldiag: Clarify why ‘False [] range’ can be F
  Father Chrysostomos         1 file changed, 4 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3c6ca74ae1c7e83b

  Merge remote-tracking branch 'remotes/origin/smoke-me/env-instead-of-echo' i
  H.Merijn Brand              2 parents
  http://perl5.git.perl.org/perl.git/commit/77f118c279be3f2b

  perldiag: Correct severity/category for ‘False [] range’
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/4f2e2aa236a3300a

  diag.t: Don’t confuse the two exception listse
  Father Chrysostomos         1 file changed, 11 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/beb1a06ece75d264

  diag.t: Remove commented obsoleted by 62f5f54dc2d
  Father Chrysostomos         1 file changed, 0 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/91dcf1581c191610

  Alphabetize perltrap
  Father Chrysostomos         1 file changed, 71 insertions(+), 71 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f6289783b6f4ac2a

  In regcomp.c, Set_Node_Cur_Length() uses parse_start, so explicitly pass it.
  Nicholas Clark              1 file changed, 10 insertions(+), 11 deletions(-
  http://perl5.git.perl.org/perl.git/commit/6a86c6ad94ba9f2a

  In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFSETS is defined.
  Nicholas Clark              1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1c432b0bcd1dc055

  Don’t leak the /(?[])/ parsing stack on error
  Father Chrysostomos         2 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1e4f088863436a80

  perldelta for #114576 (XS lvalue subs)
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/dc6876f2369ec6d8

  perldelta: typo
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/bccd8210e89dc9c3

  Update CPAN-Meta to CPAN version 2.131560
  Chris 'BinGOs' Williams     11 files changed, 48 insertions(+), 28 deletions
  http://perl5.git.perl.org/perl.git/commit/cfda751763e4837f

  use 'env' instead of 'echo' for %ENV tests in magic.t
  H.Merijn Brand              1 file changed, 9 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/60acf81859bd0f2e

  require.t: handle parallel runs
  David Mitchell              1 file changed, 14 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c106f444cf492294

  make some tests TODO under -DPERL_NO_COW
  David Mitchell              1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4bc5302aa9ad04ce

  Remove the unused env parameter from a2p's main, and the associated pragma.
  Nicholas Clark              1 file changed, 1 insertion(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/97b6ed7a84b765cf

  dtrace.t: Don’t rely on installed strict.pm
  Father Chrysostomos         1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/35e3dd033f81095e

  [perl #118297] Fix interpolating downgraded variables into upgraded regexp
  Dagfinn Ilmari Mannsåker    2 files changed, 16 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b8372399b387c0e2

  -l $handle warning: globs, iorefs, utf8
  Father Chrysostomos         3 files changed, 37 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/5840701a1aaa2086

Current branch maint-5.16
2 commits.  1 unique author.  1 unique committer.
4 files changed, 24 insertions(+), 7 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8650ff0a5ca343c3.tar.gz

  perldelta for #117947
  Father Chrysostomos         1 file changed, 4 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/8650ff0a5ca343c3

  [perl #117947] Verify lvalueness of XSUBs at run time
  Father Chrysostomos         3 files changed, 20 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e5da327237289669

Current branch maint-5.18
3 commits.  2 unique authors.  2 unique committers.
6 files changed, 43 insertions(+), 10 deletions(-)
Thanks, applied:  David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ae335535b7b63240.tar.gz

  [perl #118297] Fix interpolating downgraded variables into upgraded regexp
  Dagfinn Ilmari Mannsåker    2 files changed, 16 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ae335535b7b63240

  perldelta for #117947
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f6f12e5902ab71ba

  [perl #117947] Verify lvalueness of XSUBs at run time
  Father Chrysostomos         3 files changed, 20 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/dffdb99cd421f034

New branch chip/dots
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6ac1aed280ea04b0.tar.gz

  feature "dots":  Class.method  $obj.method  $obj.$method  $str ~ $concat
  Chip Salzenberg             4 files changed, 73 insertions(+), 52 deletions(
  http://perl5.git.perl.org/perl.git/commit/6ac1aed280ea04b0

New branch smoke-me/nicholas/FindExt
3 commits.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/10ebc385e581e179.tar.gz

  Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
  Nicholas Clark              1 file changed, 4 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/10ebc385e581e179

  FindExt::apply_config() needs to skip Sys::Syslog on Win32.
  Nicholas Clark              1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9f91105860a29e9f

  Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
  Nicholas Clark              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c0b6f737b156b849

New branch smoke-me/nicholas/Win32-Ui_rpcsvcdbm
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/476784c7f68d78a6.tar.gz

  On Win32, i_rpcsvcdbm should be 'undef' as there is no <rpcsvc/dbm.h>
  Nicholas Clark              6 files changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/476784c7f68d78a6

Deleted branch bingos/release-5.15.7

Deleted branch smoke-me/nicholas/a2p-main

Deleted branch smoke-me/nicholas/parse_start

Deleted branch smoke-me/nicholas/rt-118055-1

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