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

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
June 29, 2013 01:08
Subject:
Perl 5 Commit Summary
Message ID:
E1Usje8-0000F5-Vn@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday

Current branch blead
33 commits.  13 unique authors.  5 unique committers.
49 files changed, 772 insertions(+), 241 deletions(-)
Thanks, applied:  Father Chrysostomos (6) Tony Cook (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7161e5c2c4a09302.tar.gz

  perlfunc: consistent spaces after dots
  Father Chrysostomos         1 file changed, 25 insertions(+), 24 deletions(-
  http://perl5.git.perl.org/perl.git/commit/7161e5c2c4a09302

  Clarify variable lists for my, our, state.
  Johan Vromans               1 file changed, 29 insertions(+), 14 deletions(-
  http://perl5.git.perl.org/perl.git/commit/672208d28d58e736

  7b2d3c0 Added description of the Benchmark object to doc
  Neil Bowers                 1 file changed, 40 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/394f432921d9bb40

  op.c:cv_ckproto_len_flags: do null checks first
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/38d27505c65e77f9

  Reinstate UTF8f
  Father Chrysostomos         8 files changed, 77 insertions(+), 74 deletions(
  http://perl5.git.perl.org/perl.git/commit/b17a067929304f6d

  make sure the prototype actually matches
  Tony Cook                   1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/72e8be865ba96e46

  pad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
  Brian Fraser                2 files changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fdf416b69a0b2fb8

  perlexperiment: mark :pop layer as accepted
  Ricardo Signes              2 files changed, 10 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8a7bc8629c40af6e

  MANIFEST: add t/porting/readme.t
  Brian Gottreu               1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/395d3e0e0df32503

  Fix Porting/README.pod so it passes its new test.
  Brian Gottreu               1 file changed, 48 insertions(+), 41 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9bd302882904983d

  t/porting/readme.t: Check Porting/README.pod consistency
  Brian Gottreu               1 file changed, 75 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d4345e37fcc51193

  Correct the SYNOPSIS for Module::CoreList::Utils
  Chris 'BinGOs' Williams     1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/42e670e83c13d5ca

  Update HTTP-Tiny to CPAN version 0.034
  Chris 'BinGOs' Williams     8 files changed, 200 insertions(+), 26 deletions
  http://perl5.git.perl.org/perl.git/commit/49d2f5964651f939

  cv_ckproto should disregard spaces
  Peter Martini               2 files changed, 59 insertions(+), 41 deletions(
  http://perl5.git.perl.org/perl.git/commit/7a2f0b06ba7aaa69

  t/re/reg_mesg.t: Add diagnostic output on some failures
  Karl Williamson             1 file changed, 6 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/b0b90d2593e236a9

  [perl #117751] prevent POSIX::AUTOLOAD recursing if POSIX$(so) fails to load
  Aristotle Pagaltzis         1 file changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c448c12411b1ba56

  Use -Wno-unused-value also on other clang compilers
  Reini Urban                 1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/eb387cb8e5146f6b

  [perl #117535, #76910] Fix bogus ambiguity warnings
  Father Chrysostomos         3 files changed, 66 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/9700e2d38d91e667

  regen/genpacksizetables.pl: Add comment
  Karl Williamson             1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/43fdf692884d7d71

  perlguts: Nit
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/9f98c7fe7c73db3c

  embed.fnc: S_ptr_hash is inline
  Father Chrysostomos         2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ec79994d178a5800

  Update Digest-SHA to CPAN version 5.85
  Chris 'BinGOs' Williams     8 files changed, 23 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/96d38a9d05abd090

  Put all sort arguments in list context
  Father Chrysostomos         2 files changed, 5 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e9d9e6f3421bdff0

  Fix up f_sort.t for changes in the prev commit
  Father Chrysostomos         1 file changed, 40 insertions(+), 20 deletions(-
  http://perl5.git.perl.org/perl.git/commit/85117865c7464787

  Put sort arguments in lvalue context
  Father Chrysostomos         2 files changed, 12 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f65493df1c26b49c

  In-place sort should not leave array read-only
  Father Chrysostomos         4 files changed, 14 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/20d5dc239d1bc844

  document that it is the operator that determines the operation
  Moritz Lenz                 1 file changed, 16 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ae3f739188e3ee21

  Increase $if::VERSION to 0.0603
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/be5bca002b09fb86

  Added example usage and SEE ALSO links to similar modules in doc for if.pm
  Neil Bowers                 2 files changed, 48 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/88da3e79b8c079c7

  op.c:S_simplify_sort: remove redundant OPf_STACKED check
  Father Chrysostomos         1 file changed, 0 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8a38d2ce6d198181

  op.c:ck_sort: Restore HINT_LOCALIZE_HH check
  Father Chrysostomos         1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c3258369cad3fe2a

  Revert "Use UTF8f in more places"
  Karl Williamson             5 files changed, 69 insertions(+), 53 deletions(
  http://perl5.git.perl.org/perl.git/commit/b3e714770ee1b301

  Revert "UTF8f"
  Karl Williamson             4 files changed, 4 insertions(+), 18 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1c8b67b38f0a53a8

Current branch rjbs/perlexperiment
1 commit.  1 unique author.  1 unique committer.
207 files changed, 3923 insertions(+), 2467 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0a6d291d0a2f281e.tar.gz

  perlexperiment: mark :pop layer as accepted
  Ricardo Signes              2 files changed, 10 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0a6d291d0a2f281e

Current branch smoke-me/khw-locale
13 commits.  1 unique author.  1 unique committer.
243 files changed, 5106 insertions(+), 2619 deletions(-)

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

  perl.c: Use Strerror instead of strerror
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ec3e25b951a90200

  pp_sys.c: Use macro instead of reinventing it
  Karl Williamson             1 file changed, 1 insertion(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a065ed1e771c3f85

  util.c: Avoid unnecessary setlocale() calls
  Karl Williamson             1 file changed, 9 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/510941f2a2298794

  PATCH: [perl #118197] Cope with non-ASCII decimal separators
  Karl Williamson             3 files changed, 46 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1c2f9090940853a8

  Properly determine if in locale for NV stringification
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/f97e6b969c29eadb

  PATCH: [perl #112208]: Set utf8 flag on $! appropriately
  Karl Williamson             2 files changed, 49 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a1f1680ee511a669

  XXX segfault on dromedary, ps_AF fails locale.c; special case C and POSIX: F
  Karl Williamson             2 files changed, 75 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/111ea8267d9606d0

  locale.c: Extract out, fix, expand fcn to see if a locale is utf8
  Karl Williamson             4 files changed, 117 insertions(+), 40 deletions
  http://perl5.git.perl.org/perl.git/commit/46b471d7c96336f8

  locale.c: Compare apples to apples
  Karl Williamson             1 file changed, 9 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f4585fe067fb4e3c

  perl.h, locale.c: White space only
  Karl Williamson             2 files changed, 13 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/436cfe4d7e43b968

  locale.c: Add assert()
  Karl Williamson             1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/234d15fc39129153

  locale.c: Add comments
  Karl Williamson             1 file changed, 4 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b0fa529c9dbfcd4d

  sv.h: Add comment
  Karl Williamson             1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ae5f2130803b03d4

Current branch sprout/padconst
26 commits.  1 unique author.  1 unique committer.
161 files changed, 2166 insertions(+), 1459 deletions(-)

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

  [perl #78194] Make sort copy PADTMPs
  Father Chrysostomos         2 files changed, 4 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/bc762ea161748e02

  [perl #78194] Make x copy PADTMPs in lv cx
  Father Chrysostomos         2 files changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a752abf9a61dd25c

  [perl #78194] Make list slices copy PADTMPs in lv cx
  Father Chrysostomos         2 files changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/6e92f02d0d947247

  Stop folding of ops from changing mutability
  Father Chrysostomos         5 files changed, 10 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/38c26a5c1bfce7ef

  [perl #78194] Make foreach copy pad tmps
  Father Chrysostomos         3 files changed, 22 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/81bfa30fc6836cb2

  Correct list.t descr in MANIFEST
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ae75f9f451e2583e

  [perl #3105] Make 1..3 modification safe
  Father Chrysostomos         3 files changed, 29 insertions(+), 20 deletions(
  http://perl5.git.perl.org/perl.git/commit/7bc5dc0ea418f1cc

  constant.t: Correct version
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/18a2ff785dbeed2d

  [perl #78194] Make sub calls copy pad tmps
  Father Chrysostomos         4 files changed, 12 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/54c1f27e62b307de

  Increase $OptreeCheck::VERSION to 0.10
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/37ea5d35bdb3f8a5

  [perl #78194] Make grep/map copy pad tmps
  Father Chrysostomos         3 files changed, 12 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/739294e9605ec36b

  pad.c: cast before comparing signed with unsigned
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/510ace8448e2767d

  op.c: Stop copying constants under ithreads
  Father Chrysostomos         6 files changed, 18 insertions(+), 23 deletions(
  http://perl5.git.perl.org/perl.git/commit/c2bcfe0401389696

  pad.c: Expand pad_push SVf_READONLY explanation
  Father Chrysostomos         1 file changed, 4 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/cf40bde891dea9f1

  pad.c: Use &PL_sv_no for const pad names
  Father Chrysostomos         6 files changed, 33 insertions(+), 18 deletions(
  http://perl5.git.perl.org/perl.git/commit/28cdd89ac2c88345

  Re(mov|writ)e two comments from pad.c:pad_alloc
  Father Chrysostomos         1 file changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d0c020f92d7845ec

  op.c:S_fold_constants: Add assertion
  Father Chrysostomos         1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f58088a87c25baf3

  Change the tests for #3105 into to-dos
  Father Chrysostomos         1 file changed, 6 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a308906eced75ed5

  Test readonliness of overload constants
  Father Chrysostomos         1 file changed, 15 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/7da65acad1ec4c12

  To-do test for #109746
  Father Chrysostomos         1 file changed, 8 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ba8f77c2d72da20b

  Test (im)mutability of constants and constant-like subs
  Father Chrysostomos         2 files changed, 72 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ec97f2f8efb6beb7

  Test !0 and !1 immutability and singletonness
  Father Chrysostomos         1 file changed, 16 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/5030dfd56f4df461

  Test that literal numbers and strings are read-only
  Father Chrysostomos         1 file changed, 23 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/8f96c04510762498

  To-do tests for perl #78194
  Father Chrysostomos         9 files changed, 69 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/718a54fca5685993

  ref.t: To-do test for retvals of folded ops
  Father Chrysostomos         1 file changed, 10 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c871020f2226546c

  sub.t: To-do test for recursive shared-hash-keys TARGs
  Father Chrysostomos         1 file changed, 24 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/aceafd59f6d01442

New branch bingos/maint-5.18
1 commit.  1 unique author.  1 unique committer.

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

  [perl #118649] maint-5.18: Digest-SHA crash fix in 5.85
  Chris 'BinGOs' Williams     2 files changed, 4 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ee8c6f40e6bd7b4e

New branch smoke-me/nicholas/PERL_GLOBAL_STRUCT_PRIVATE
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/560cfab8402460c0.tar.gz

  For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().
  Nicholas Clark              1 file changed, 3 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/560cfab8402460c0

  Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE
  Nicholas Clark              4 files changed, 21 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/39afa1df5516cca4

New branch smoke-me/nicholas/rt-65838-fixup
3 commits.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4ce8df50a8b3fb38.tar.gz

  Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n"
  Nicholas Clark              2 files changed, 18 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4ce8df50a8b3fb38

  For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().
  Nicholas Clark              1 file changed, 3 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cb37e87fe4576a10

  Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE
  Nicholas Clark              4 files changed, 22 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/091ec938fce4acb7

New branch smoke-me/utf8f
1 commit.  1 unique author.  1 unique committer.

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

  UTF8f
  Father Chrysostomos         8 files changed, 78 insertions(+), 73 deletions(
  http://perl5.git.perl.org/perl.git/commit/a1131facfec06732

New branch sprout/utf8f
2 commits.  2 unique authors.  1 unique committer.
Thanks, applied:  Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d021a458fd57ef00.tar.gz

  Cast arguments to UTF8f
  Father Chrysostomos         7 files changed, 35 insertions(+), 28 deletions(
  http://perl5.git.perl.org/perl.git/commit/d021a458fd57ef00

  Remove spaces from a (copy of) a proto when used.
  Peter Martini               3 files changed, 30 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/272cd1bf01c103eb

New branch tonyc/perlbug-patch
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  Tony Cook (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fd0138d8b6871dd5.tar.gz

  Make perlbug.PL run patchlevel.h through cpp where possible
  Niko Tyni                   1 file changed, 23 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fd0138d8b6871dd5

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