| Store | Cart

Perl 5 Commit Summary

From: Perl 5 commit summary <n...@ccl4.org>
Wed, 01 Oct 2014 03:14:11 +0200
Perl 5 commit summary, activity since Saturday

Current branch blead
74 commits.  15 unique authors.  13 unique committers.
124 files changed, 3929 insertions(+), 698 deletions(-)
Net code removal: Aaron Crane (24 lines)
Thanks, applied:  James E Keenan (1) Rafael Garcia-Suarez (1)
                  Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/54db7d57c29c9259.tar.gz

  Upstream a patch from pkgsrc for NetBSD hints
  Chris 'BinGOs' Williams    
  http://perl5.git.perl.org/perl.git/commit/54db7d57c29c9259

  Forgot to update SKIP count after last patch
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/7f2ab31fa3d20727

  Add a test for <<>> failing on the second file
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/ad77c200c8a4ed39

  Add tests for empty strings in @ARGV
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/ef32f9b97b7f6ea1

  Clarify the documentation for <<>>
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/80a96bfc62584b11

  Add tests for $ARGV
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/c6f54c1d24664c88

  Add tests for the <<>> operator
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/7889afd0b7500393

  Added some documentation for while(<<>>)
  Peter Martini              
  http://perl5.git.perl.org/perl.git/commit/1033ba6ee622b4ae

  Introduce the double-diamond operator <<>>
  Rafael Garcia-Suarez        8 files changed, 25 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/157fb5a14d10ed16

  Added -x option to makerel to produce .xz tarballs
  Chris 'BinGOs' Williams    
  http://perl5.git.perl.org/perl.git/commit/f276fdad8f6660f3

  Tighten uses of regex synthetic start class
  Karl Williamson             8 files changed, 96 insertions(+), 7 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b35552de5cea8eb4

  regcomp.c: Move macro definition earlier in file
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/dea37815c59831b7

  regcomp.c: Use strnEQ instead of series of tests
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f17de6c9c06da0b1

  Tick that v5.21.4 got a release in the schedule
  Chris 'BinGOs' Williams    
  http://perl5.git.perl.org/perl.git/commit/ba27e2b14916d249

  op_reg_common.h: Get blead to build in Jenkins
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/59e279a1c740cb62

  Eliminate unused BACK regnode
  Aaron Crane                 5 files changed, 130 insertions(+), 154 deletion
  http://perl5.git.perl.org/perl.git/commit/62e6ef3356e0e6ac

  regcomp.c: Properly dereference a ptr
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/d56b1f57fd32d77a

  Suppress some Solaris warnings
  Karl Williamson             3 files changed, 44 insertions(+), 43 deletions(
  http://perl5.git.perl.org/perl.git/commit/9cba692be9578e72

  op_reg_common.h: Update comment
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/bb62883ea327df0c

  B/Makefile.PL: Allow constants to be long/unsigned
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ad51dc19e7823fed

  Deprecate multiple "x" in "/xx"
  Karl Williamson             8 files changed, 81 insertions(+), 15 deletions(
  http://perl5.git.perl.org/perl.git/commit/cc4d09e1f55f1a82

  toke.c: Clarify comment
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/477afe810ce7934c

  op_reg_common.h: White-space only
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/a297f62776814496

  Make space for /xx flag
  Karl Williamson             9 files changed, 32 insertions(+), 27 deletions(
  http://perl5.git.perl.org/perl.git/commit/334afb3ef43aa91a

  op_reg_common.h: #define in terms of more basic one
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/9a7d4f5f5c4be53d

  Up regex flags limit for (??{})
  Karl Williamson             6 files changed, 20 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/13f27704e67ca16e

  regcomp.c: Add assertions
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/81a9a93bd8cf15be

  regcomp.c: Add a function and use it
  Karl Williamson             5 files changed, 39 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9990d5ab621b83de

  regcomp.sym: ANYOF nodes have an argument
  Karl Williamson             3 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/975a06f7f899d1dd

  regcomp.h: Add comment
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/9da99c5e4f931efd

  regcomp.c: Outdent line to align with neighbors
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1b05bdbbd1fc8444

  regcomp.h: Remove obsolete #defines
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/cf0c7a70bd5aa9bb

  regcomp.h: Use existing macro instead of reinventing
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/888ee784309e6a98

  regcomp.c: Extract duplicated code to fcn
  Karl Williamson             4 files changed, 46 insertions(+), 57 deletions(
  http://perl5.git.perl.org/perl.git/commit/f917fa87667f8af2

  regcomp.c: Move some statements
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ab4ad2b039e3f3ef

  op.h: Move flag bits; comment shared-bit scheme
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/a6cd0feae31ef21b

  regexp.h: Comment shared-pool free bits scheme
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/0bd51918c654be8e

  regexp.h: Make tentative division of free-bit space
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/3f6e6b29f65727e5

  regexp.h: Define flag bit directly, not indirectly
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/32f62247ca81d31e

  regexp.h Remove unused bit placeholders
  Karl Williamson             2 files changed, 8 insertions(+), 13 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1d32d911228f87e2

  regexp.h: Move regex flag bit positions.
  Karl Williamson             2 files changed, 12 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/a3b51d37a1c354a5

  Forward port of the backport of mentioning -fstack-protector-strong.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/ba474e876da44d46

  Retroactive mention of -fstack-protector-strong.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/9e5bcaecdc341426

  Regen Makefile.SH for CPAN-Meta update
  Chris 'BinGOs' Williams    
  http://perl5.git.perl.org/perl.git/commit/a770949e9fb75429

  Regen META files following update of CPAN-Meta
  Chris 'BinGOs' Williams     2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/719c8ab4d5d10e12

  Update CPAN-Meta to CPAN version 2.142690
  Chris 'BinGOs' Williams     17 files changed, 2569 insertions(+), 40 deletio
  http://perl5.git.perl.org/perl.git/commit/29fba1397042ef18

  Update HTTP-Tiny to CPAN version 0.050
  Chris 'BinGOs' Williams     2 files changed, 14 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/7b060fdbaf8c0d22

  Update experimental to CPAN version 0.011
  Chris 'BinGOs' Williams     2 files changed, 23 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4177cbcef9e372eb

  Sync version for ExtUtils-CBuilder
  Chris 'BinGOs' Williams    
  http://perl5.git.perl.org/perl.git/commit/7e7942b7bb27d449

  Remarks specialness of [A-Z] and [a-z].
  Abigail                    
  http://perl5.git.perl.org/perl.git/commit/2a2f23e4f8a50bdc

  Mention that freeware gdbm might be obsolete.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/2c133f5f540b708a

  Irix: the explicit <fcntl.h> is needed
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/5b96080c2232c4c2

  IRIX 6.5 (cc 7.4) needs -c99 to compile without whining.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/0b6ebfadd8d2cfcc

  Fix start-of-string error in tovmsspec.
  Craig A. Berry             
  http://perl5.git.perl.org/perl.git/commit/676447f97ffb271b

  perldelta: Move an entry to the right section
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/13203cefecd569a7

  sv.c: Suppress compiler warning
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/cd1dc8e2c73be346

  for storage of NVs, use "IV in sv_u in head no-body trick" where possible
  Daniel Dragan               3 files changed, 51 insertions(+), 12 deletions(
  http://perl5.git.perl.org/perl.git/commit/5b306eef3a433a3b

  sv.c: Remove redundant assignments
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/0c5dc4b2b868f6c3

  Adds a missing 'use Config' on android.pm file.
  Alberto Simões              15 files changed, 21 insertions(+), 14 deletions
  http://perl5.git.perl.org/perl.git/commit/80b93e4782743bc2

  Add tests for a51d618a fix of RT #122283
  Yves Orton                  5 files changed, 89 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/d9a72fccda5cacac

  Properly set the phase for END blocks run at the end of a pseudo-fork
  Vincent Pit                
  http://perl5.git.perl.org/perl.git/commit/49f9fecb5d748185

  Fix FETCH count for sprintf "...", $tied
  Father Chrysostomos         2 files changed, 21 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/77b030b5bd8a1500

  Fix double FETCH with pack "w"
  Father Chrysostomos         2 files changed, 8 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1e9a122e7153b271

  perlexperiment: add signatures to experimental features
  Ricardo Signes             
  http://perl5.git.perl.org/perl.git/commit/afdb3b14b41a9073

  pp_pack.c: Actually fix threaded builds
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/83388ae248e41b83

  pp_pack.c: S_sv_check_inf =~ /$/nan/
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/b197e565acf60f96

  Oops.  Fix threaded builds.
  Father Chrysostomos         2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/99f450ccc8a751e2

  [perl #12285] Fix str vs num inf/nan treatment
  Father Chrysostomos         8 files changed, 130 insertions(+), 44 deletions
  http://perl5.git.perl.org/perl.git/commit/354b74ae6f54fdd1

  Update IO-Compress to CPAN version 2.066
  Chris 'BinGOs' Williams     29 files changed, 151 insertions(+), 127 deletio
  http://perl5.git.perl.org/perl.git/commit/6625b4731a37f834

  Update Compress-Raw-Zlib to CPAN version 2.066
  Chris 'BinGOs' Williams     3 files changed, 5 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1590a3458ab2c49f

  Update Compress-Raw-Bzip2 to CPAN version 2.066
  Chris 'BinGOs' Williams     3 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3ca1f72da58beb39

  cpan/IO-Socket-IP: Skip a test that almost always fails on Win32.
  George Greer               
  http://perl5.git.perl.org/perl.git/commit/990354b1ba61c58c

  Make DB_File compile under clang++.
  Craig A. Berry              2 files changed, 6 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/30f5963ce0621352

  A little help for clang++ in toke.c
  Craig A. Berry             
  http://perl5.git.perl.org/perl.git/commit/b7ddc5bada637a19

Current branch rgs/nomagicopen
6 commits.  2 unique authors.  1 unique committer.
113 files changed, 3382 insertions(+), 341 deletions(-)
Thanks, applied:  Rafael Garcia-Suarez (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/320390b4600ce9a9.tar.gz

  Add tests for empty strings in @ARGV
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/320390b4600ce9a9

  Clarify the documentation for <<>>
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/0d36b5a5c2536f7e

  Add tests for $ARGV
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/1fb2c054e826fdef

  Add tests for the <<>> operator
  Rafael Garcia-Suarez       
  http://perl5.git.perl.org/perl.git/commit/0a74b59263105fcf

  Added some documentation for while(<<>>)
  Peter Martini              
  http://perl5.git.perl.org/perl.git/commit/042bcb33f679e015

  Introduce the double-diamond operator <<>>
  Rafael Garcia-Suarez        8 files changed, 25 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/d5c1d5c47aaa9e75

Current branch smoke-me/khw-xx
2 commits.  1 unique author.  1 unique committer.
129 files changed, 3613 insertions(+), 469 deletions(-)

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

  later
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/19a714e95e23ed55

  op_reg_common.h: Get blead to build in Jenkins
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/a9f9b6da51a83de8

Current branch sprout/lvref
53 commits.  1 unique author.  1 unique committer.
15 files changed, 719 insertions(+), 277 deletions(-)

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

  Add lvavref op type
  Father Chrysostomos         5 files changed, 13 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/bd4af6377ff14571

  lvref is actually a baseop/unop
  Father Chrysostomos         2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ae6421cdf367f9c2

  List assignment to array and hash refs
  Father Chrysostomos         4 files changed, 78 insertions(+), 36 deletions(
  http://perl5.git.perl.org/perl.git/commit/943b2d0132c0b895

  Fix up Peek.t for magic flag renumbering
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/7271a154ee978f38

  Renumber OPpLVREF_TYPE
  Father Chrysostomos         4 files changed, 40 insertions(+), 38 deletions(
  http://perl5.git.perl.org/perl.git/commit/d5d3bb2009804d74

  mg.h: Renumber magic flags
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/15d3b936565328f4

  Assignment to \local @array and \local %hash
  Father Chrysostomos         2 files changed, 17 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/bfe74aa44a9a0ece

  lvref.t: Tests for localised arrays and hashes
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/a2fab7898e4f3550

  lvref.t: Test assigning non-array to array
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/e3f5ee0517d03bce

  Simple \@array and \%hash assignment
  Father Chrysostomos         3 files changed, 53 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/541a3418a9e3cab3

  lvref.t: To-do tests for hashes
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/2cd1a173424bc468

  Add priv flags for the type of lvalue ref
  Father Chrysostomos         3 files changed, 215 insertions(+), 175 deletion
  http://perl5.git.perl.org/perl.git/commit/fce3182a17fd23a5

  lvref.t: To-do tests for array ref assignment
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/98889dd8bac47e2d

  pp.c: Fold SvIV into S_localise_aelem_lval
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/1022ec1236c0ea33

  pp.c: Some branch prediction hints
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/13b864133c2c6a14

  Assignment to hash element refs
  Father Chrysostomos         4 files changed, 74 insertions(+), 7 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f7bb3c9d5a9ea2f3

  pp.c: Consolidate some local aelem code
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/17363302094d267f

  pp.c:pp_lvrefslice: Unused var
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/3d44f83f225a3056

  \local $a[$ix] assignment
  Father Chrysostomos         2 files changed, 41 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/dbc724e6b09ec074

  \@array[@slice] assignment
  Father Chrysostomos         3 files changed, 71 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/7ef2eafdb633ee27

  pp.c: Dodge compiler warning
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/0e08f9782131ed3f

  lvrefslice gets OPpLVAL_INTRO
  Father Chrysostomos         3 files changed, 5 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9959e4bf57a4b4bf

  Add lvrefslice op type
  Father Chrysostomos         6 files changed, 17 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2a32c67b0265b396

  Assignment to array elem refs
  Father Chrysostomos         7 files changed, 206 insertions(+), 168 deletion
  http://perl5.git.perl.org/perl.git/commit/468ab42666ece9f1

  \local $scalar assignment
  Father Chrysostomos         3 files changed, 19 insertions(+), 12 deletions(
  http://perl5.git.perl.org/perl.git/commit/5d7f157b350ef139

  Make \($x,$y) assignment work
  Father Chrysostomos         3 files changed, 26 insertions(+), 21 deletions(
  http://perl5.git.perl.org/perl.git/commit/f9afb616e318b4f6

  List assignment to lexical scalar refs
  Father Chrysostomos         7 files changed, 40 insertions(+), 20 deletions(
  http://perl5.git.perl.org/perl.git/commit/79fbccfb322a5125

  Fix assertion failure with ... ? \$a : \$b = ...
  Father Chrysostomos         2 files changed, 9 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/14604b6a8a918698

  op.c: Apply spair optimisation to \% \@ \&
  Father Chrysostomos         2 files changed, 15 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f82d5d791b053525

  Use ‘Can’t modify reference to...’ for refassign, too
  Father Chrysostomos         2 files changed, 11 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/be5669070e24d7d2

  op.c: diag_listed_as for ‘Can't modify ref’
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/faf149fb03c4887d

  lvref.t: Test ‘Can't modify reference to...’
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/aa588632c206a805

  List assignment to package scalar ref
  Father Chrysostomos         4 files changed, 67 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/99b55dd2f4c3ba1d

  Capitalise magic descriptions consistently
  Father Chrysostomos         4 files changed, 24 insertions(+), 24 deletions(
  http://perl5.git.perl.org/perl.git/commit/ccec94b4dfce207e

  Add lvref magic type
  Father Chrysostomos         9 files changed, 44 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/bf7c1a9d66313842

  Add lvref op type
  Father Chrysostomos         8 files changed, 19 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b254f3d82e8bf78e

  lvref.t: More parenthesized scalar ref tests
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/25a7748ed98ca1f1

  lvref.t: Some assignments with mixed lhs
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/0c53c18147b1b271

  Implement \my $x = ...
  Father Chrysostomos         6 files changed, 9 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2869957745e4aca8

  lvref.t: Test \$foo = \*bar
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/daa1c6c0e72e8d84

  lvref.t: To-do tests for foreach \
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/f4b9d86939764dd9

  lvret.t: To-do tests for \local $scalar=
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/4356772292f33f68

  When making lex alias, don’t free old var too soon
  Father Chrysostomos         2 files changed, 15 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/3e7fbd784865fa3a

  lvref.t: To-do test for PADSTALE handling
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/88e1a8c4c694d3f7

  Simple package scalar lvalue refs
  Father Chrysostomos         7 files changed, 43 insertions(+), 23 deletions(
  http://perl5.git.perl.org/perl.git/commit/00fa3aa7579abc38

  lvref.t: Tests for error massages
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/aaec7f7dff9f5017

  lvref.t: Remove to-do and eval from passing test
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/c13a25e290d02e03

  lvref.t: To-do tests for closures
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/8d604e1a4cd10a4b

  Document lvalue ref diagnostics
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/61788342d845f759

  First stab at lexical scalar aliases
  Father Chrysostomos         8 files changed, 78 insertions(+), 17 deletions(
  http://perl5.git.perl.org/perl.git/commit/af9a8a1d183afeea

  op.c: In newBINOP, set up op_last before CHECKOP
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/46a70ae801aaf16e

  Increase $Opcode::VERSION to 1.29
  Father Chrysostomos        
  http://perl5.git.perl.org/perl.git/commit/7aaa5f06f48d5f80

  Add refassign op type
  Father Chrysostomos         7 files changed, 19 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/34d97c0f7d015d81

New branch smoke-me/davem/cybers_methop_stuff2
4 commits.  2 unique authors.  1 unique committer.
Thanks, applied:  David Mitchell (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6eba13c8212ac47e.tar.gz

  fix B::METHOP::first, B::METHOP::meth_sv
  David Mitchell              2 files changed, 23 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/6eba13c8212ac47e

  fixups to adding METHOP:
  David Mitchell              6 files changed, 164 insertions(+), 157 deletion
  http://perl5.git.perl.org/perl.git/commit/2ba663482ba002ee

  Add new METHOP class for OP_METHOD* ops
  syber                       12 files changed, 96 insertions(+), 50 deletions
  http://perl5.git.perl.org/perl.git/commit/759c90ecd64e7687

  Change op structure for OP_METHOD and OP_METHOD_NAMED from UNOP/SVOP
  syber                       12 files changed, 480 insertions(+), 317 deletio
  http://perl5.git.perl.org/perl.git/commit/ba1440a8cf62ff92

Deleted branch smoke-me/arc/kill-regnode-BACK

Deleted branch smoke-me/davem/cybers_methop_stuff

Deleted branch smoke-me/khw-5.21

Recent Messages in this Thread
Perl 5 commit summary Oct 01, 2014 01:14 am