This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.
authorNicholas Clark <nick@ccl4.org>
Sun, 29 Mar 2009 19:03:18 +0000 (20:03 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 29 Mar 2009 19:06:53 +0000 (20:06 +0100)
commit99ab892b6470bcd28bad5512a942b608496ebf8f
tree1614b48285f126c71144d5542a01e75a9b0e6ab6
parent9340c80aaec7d3857f387eea86207c1a9604b2ad
Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.
Don't call DESTROY if it's a constant subroutine.
embed.fnc
op.c
pod/perlapi.pod
proto.h
sv.c