develooper Front page | perl.perl5.porters | Postings from May 2012

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
May 29, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1SZXUI-0006e2-Cv@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
67 commits.  15 unique authors.  9 unique committers.
61 files changed, 1734 insertions(+), 539 deletions(-)
Net code removal: Craig A. Berry (6 lines) N/K (1 line)
Thanks, applied:  Father Chrysostomos (11) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fb55feefe971ae15.tar.gz

  related to [perl #113060] assert CopSTASH(cx->blk_oldcop)
  Reini Urban                 1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fb55feefe971ae15

  [perl #113060] Save cop_stashlen threaded even with shared cop pv
  Reini Urban                 1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/014243a274e5fe90

  [perl #97478] Make ‘Can’t find opnumber’ UTF-8- and null-clean
  Father Chrysostomos         2 files changed, 15 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1b08e05188c16b74

  [Merge] More coresubs
  Father Chrysostomos         2 parents
  http://perl5.git.perl.org/perl.git/commit/edba6325a4364c7c

  bproto.t: Test pos(1,$b)
  Father Chrysostomos         1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/b4aa8adbb6a76f25

  Update CORE.pod to reflect the new coresubs
  Father Chrysostomos         1 file changed, 14 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/39c0dbe32970e13e

  Make &CORE::undef(\*_) undefine it properly
  Father Chrysostomos         2 files changed, 13 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/88bb468b2b6524f0

  &CORE::undef should be an lvalue sub
  Father Chrysostomos         2 files changed, 5 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c4ec50f125f7cd86

  Add &CORE::undef
  Father Chrysostomos         4 files changed, 48 insertions(+), 18 deletions(
  http://perl5.git.perl.org/perl.git/commit/46bef06f0f3d8f94

  Add &CORE::study
  Father Chrysostomos         3 files changed, 5 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d80ed30335f69d8f

  Add &CORE::split
  Father Chrysostomos         3 files changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a99f2ca207d1970b

  Add &CORE::scalar
  Father Chrysostomos         3 files changed, 8 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d33bb3da8cf18cb9

  Add &CORE::prototype
  Father Chrysostomos         3 files changed, 9 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/919ad5f783fa6cf8

  Add &CORE::pos
  Father Chrysostomos         5 files changed, 56 insertions(+), 12 deletions(
  http://perl5.git.perl.org/perl.git/commit/1efec5ed466a1faf

  Make pos use ck_fun and OA_SCALARREF
  Father Chrysostomos         2 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/abe56f58d6e4e4e2

  Make undef use ck_fun and OA_SCALARREF
  Father Chrysostomos         3 files changed, 7 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/89c5c07ef37776cd

  Add &CORE::glob
  Father Chrysostomos         5 files changed, 20 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/498a02d80cfca007

  pp.c:pp_coreargs: use PL_op_desc instead of OP_DESC
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/2a90c7c66a488294

  Add &CORE::exists
  Father Chrysostomos         3 files changed, 6 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d51f8b19c6cefdcf

  Add &CORE::delete
  Father Chrysostomos         3 files changed, 8 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/eb31eb35441e0131

  Add &CORE::defined
  Father Chrysostomos         3 files changed, 5 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d885f758c395fc9c

  coresubs.t: Explicitly skip all unsupported keywords
  Father Chrysostomos         1 file changed, 9 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6c871ae8e236db6f

  coreamp.t: Explicitly skip all unsupported keywords
  Father Chrysostomos         1 file changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/94c7f5d8eb2dc98b

  gv.c: List all keywords with no coresubs
  Father Chrysostomos         1 file changed, 22 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/88b892d8c8d20bea

  Update perlfunc/prototype
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/85d8325498eaf0d7

  Add protos for positive keywords
  Father Chrysostomos         3 files changed, 22 insertions(+), 15 deletions(
  http://perl5.git.perl.org/perl.git/commit/4e338c2189d6898f

  Cast exception handler in dl_vms.xs.
  Craig A. Berry              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/7d08496d81c138d9

  Add test for [perl #113400]
  Father Chrysostomos         1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/4adb78011458c379

  perlfunc: two missing words
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1e1dfbf11045a92f

  perldelta for 2b42d7ed8
  Tony Cook                   1 file changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4aa4c0a57d8a1d6b

  [perl #112272] return EEXIST on link() to an existing file
  Tony Cook                   2 files changed, 31 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2b42d7ed85d29765

  [perl #112272] test link()'s error returns (TODO)
  Tony Cook                   2 files changed, 42 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/23629bd37b27c6af

  Revert "fix [perl #76546] regex engine slowdown bug"
  Yves Orton                  1 file changed, 5 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e8b06a558cb4e9db

  Update checkAUTHORS.pl with missing author
  Steve Hay                   1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/48f3d0c6209f4f32

  [perl #111798] ExtUtils-CBuilder looks for the manifest file in the wrong pl
  N/K                         13 files changed, 14 insertions(+), 15 deletions
  http://perl5.git.perl.org/perl.git/commit/a970290aa9e32378

  [perl #111782] ExtUtils-CBuilder on Windows does not embed manifests
  Steve Hay                   13 files changed, 15 insertions(+), 14 deletions
  http://perl5.git.perl.org/perl.git/commit/c2f56b9483cee11d

  Synchronise Module-CoreList in Maintainers.pl for v5.17.0 release
  Chris 'BinGOs' Williams     1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/0518cfa2586ee9f5

  update release schedule; 5.17.3 is Steve Hay
  Ricardo Signes              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/351403ce56c34cd9

  fix [perl #76546] regex engine slowdown bug
  Yves Orton                  1 file changed, 11 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/dee29c6b5bec1d6e

  Add missing author for 5.11.2 epigraph
  Breno G. de Oliveira        1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/f0ccce9ba3f3b541

  Fix for [perl #9423] vec assignments generate 2 warnings
  Brian Fraser                2 files changed, 9 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/032061d233a4bb16

  sv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RETURNS_NULL.
  Brian Fraser                1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5204593b74eb08fd

  CPAN's Term::ReadLine has been synchronised
  Florian Ragwitz             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/0371b58d0ffd926f

  File::Spec::Unix: Fix pod link
  Father Chrysostomos         1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/393ad6efd2b530a1

  Add Volker Schatz to AUTHORS
  Father Chrysostomos         1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/57ad1cbed214378f

  Increase $File::Spec::Unix::VERSION to 3.39_03
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/44b39b705cb2e98a

  Tests for perl #111510
  Volker Schatz               1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/593dacfb29387de8

  [perl #111510] File::Spec::UNIX->abs2rel() gets it wrong with ".." component
  Volker Schatz               1 file changed, 50 insertions(+), 23 deletions(-
  http://perl5.git.perl.org/perl.git/commit/70b6afc16df4c7a6

  rewrite installhtml's installdir dir scan logic
  Aristotle Pagaltzis         1 file changed, 15 insertions(+), 14 deletions(-
  http://perl5.git.perl.org/perl.git/commit/83c03aa3e02c6caf

  turn some quasi-declarations into real inline ones
  Aristotle Pagaltzis         1 file changed, 4 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8de3880f558aa119

  switch installhtml from File::Spec to ::Functions
  Aristotle Pagaltzis         1 file changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b1124ff0a4329772

  record some more release volunteers
  Ricardo Signes              1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1e2715d22e66475f

  note that there is another file to edit on perlweb
  Ricardo Signes              1 file changed, 7 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7a664ed5d626f649

  link to 5.17.0 release announcement
  Zefram                      1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/f51b9d5928c9abd4

  new perldelta
  Zefram                      10 files changed, 678 insertions(+), 276 deletio
  http://perl5.git.perl.org/perl.git/commit/61174fb5c32eef55

  epigraph for 5.17.0
  Zefram                      1 file changed, 24 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/dd15390c5c30ef1a

  fix perlhist entry for 5.16.0
  Zefram                      1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/028eed19bd6ad785

  add new release to perlhist
  Zefram                      1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cd22ce8cc72ba737

  update Module::CoreList for 5.17.0
  Zefram                      4 files changed, 706 insertions(+), 15 deletions
  http://perl5.git.perl.org/perl.git/commit/f558db2fcae18bd3

  note Module::CoreList issue with .0 versions
  Zefram                      1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9e83560dcae92149

  handle hash form of bugtracker resource data
  Zefram                      1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d141a985b582d7c3

  handle JSON meta files on CPAN
  Zefram                      1 file changed, 14 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/febeafff5ca9f345

  finalise perldelta
  Zefram                      1 file changed, 25 insertions(+), 271 deletions(
  http://perl5.git.perl.org/perl.git/commit/d78896a6dca1872a

  correct pluralisation for "1 week"
  Zefram                      1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/8ece16d77744a017

  Test case for [perl #9391]
  Brian Fraser                1 file changed, 12 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8f9dd741bc76bd7e

  __DECCXX usually should do what __DECC does.
  Craig A. Berry              1 file changed, 5 insertions(+), 12 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/81bca5f981903ee4

  Fix varying string struct for VMS's home-grown glob.
  Craig A. Berry              1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/7202b047897d0a86

Current branch smoke-me/khw-regex
9 commits.  1 unique author.  1 unique committer.
673 files changed, 50838 insertions(+), 50498 deletions(-)
Net code removal: Karl Williamson (59 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/000c2cf4266f4ccd.tar.gz

  regcomp.c: Trade space for time
  Karl Williamson             1 file changed, 15 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/000c2cf4266f4ccd

  temporary for smoking
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/deb6671f9a6096db

  regcomp.c: Use mnemonic not numeric constant
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/7ece341f4986f847

  regcomp.c: Resolve EBCDIC inconsistency towards simpler
  Karl Williamson             1 file changed, 7 insertions(+), 23 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/103bb6f648d0930d

  regcomp.c: Use function instead of repeating its code
  Karl Williamson             1 file changed, 7 insertions(+), 42 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4b55711a5ca1b941

  regcomp.c: Remove (almost) duplicate code
  Karl Williamson             1 file changed, 20 insertions(+), 41 deletions(-
  http://perl5.git.perl.org/perl.git/commit/d762b272cae24387

  regcomp.c: Avoid unnecessary expensive calculation
  Karl Williamson             1 file changed, 17 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/88d1692966568759

  Revert "regcomp.c: Move duplicated code to inline function"
  Karl Williamson             1 file changed, 70 insertions(+), 63 deletions(-
  http://perl5.git.perl.org/perl.git/commit/c075b29d6227c747

  regcomp.c: Move duplicated code to inline function
  Karl Williamson             1 file changed, 63 insertions(+), 70 deletions(-
  http://perl5.git.perl.org/perl.git/commit/7e5658aff21989af

Current branch sprout/pok-bug-hunt
8 commits.  1 unique author.  1 unique committer.
6 files changed, 69 insertions(+), 11 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/51dc64dea5efd5df.tar.gz

  Make strict refs report $1 the same way as "$1"
  Father Chrysostomos         2 files changed, 26 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/51dc64dea5efd5df

  Make open(... "<&", $fileno) respect magic
  Father Chrysostomos         2 files changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ab58cba3fe0fb217

  util.c:report_evil_fh: Report name w/initial null
  Father Chrysostomos         2 files changed, 10 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/bf5d29555409063e

  util.c:report_evil_fh: Rmv redundant SvPOK
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/991c8ed2b00ecc86

  util.c:report_wrongway_fh: Report name w/initial null
  Father Chrysostomos         2 files changed, 19 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/36231a2c43167211

  util.c:report_evil_fh: Rmv redundant isGV check
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/e608cf97033fd912

  util.c:report_wrongway_fh: Don’t create an SV
  Father Chrysostomos         1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/aed55735ab8d5f54

  util.c:report_wrongway_fh: Rmv redundant isGV check
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/193e556f828e430a

New branch smoke-me/scalar-list-util
1 commit.  1 unique author.  1 unique committer.
Net code removal: Chris 'BinGOs' Williams (339 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/35d252a873acf89e.tar.gz

  Update List-Util to CPAN version 1.25
  Chris 'BinGOs' Williams     39 files changed, 409 insertions(+), 748 deletio
  http://perl5.git.perl.org/perl.git/commit/35d252a873acf89e

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