Add length and flags arguments to Perl_pad_findmy(), moving it to the public API.
authorNicholas Clark <nick@ccl4.org>
Sat, 7 Nov 2009 13:37:12 +0000 (13:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 7 Nov 2009 15:37:33 +0000 (15:37 +0000)
commitf8f98e0a8bdbde83a9cdc3573d818f69d0a64c78
treea11a9634e18216edad55a2be0986db162c4a59a8
parenteda4663d0f345e78f0a82529a08f3aa28c98ff2c
Add length and flags arguments to Perl_pad_findmy(), moving it to the public API.

Currently no flags bits are used, and the length is cross-checked against
strlen() on the pointer, but the intent is to re-work the entire pad API to be
UTF-8 aware, from the current situation of char * pointers only.
embed.fnc
embed.h
ext/XS-APItest-KeywordRPN/KeywordRPN.xs
op.c
pad.c
proto.h
toke.c