Add length and flags arguments to Perl_pad_check_dup().
authorNicholas Clark <nick@ccl4.org>
Sun, 8 Nov 2009 22:23:07 +0000 (22:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 9 Nov 2009 18:41:53 +0000 (18:41 +0000)
commit35f82371218a026d1f07258ae020fffabf397fdc
treef508a89c7406bcd0da4089201d276d19b81dcdf9
parentd6447115bb9638af823243dbe17f2c14e71cf57d
Add length and flags arguments to Perl_pad_check_dup().

Currently only pad_add_OUR is used. 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
op.c
pad.c
pad.h
proto.h