Use leavesublv for all CORE subs
authorFather Chrysostomos <sprout@cpan.org>
Sun, 28 Aug 2011 13:34:48 +0000 (06:34 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 04:03:52 +0000 (21:03 -0700)
commitf3ab9a22e0ff7bcf690cebd72982bbf2687fe5bc
tree5c3a7264004b22451f26f54d8dbeae3bb4e35c98
parentc00274d3de5cfa48de2639165ef3aceeb949762b
Use leavesublv for all CORE subs

and not just lock, vec and substr.  Using a regular leavesub op causes
the return values to be copied.  There is no need for that, so this
commit changes them all to use leavesublv.
gv.c