Add length and flags arguments to Perl_pad_add_name().
authorNicholas Clark <nick@ccl4.org>
Sun, 8 Nov 2009 23:10:37 +0000 (23:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 9 Nov 2009 19:04:01 +0000 (19:04 +0000)
commitcca43f7877df27a183ef8184587126e106940d27
tree2bb4c23fe69d5ee4885888f77cfcb1b056a29359
parent35f82371218a026d1f07258ae020fffabf397fdc
Add length and flags arguments to Perl_pad_add_name().

Currently only pad_add_STATE and pad_add_FAKE are 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
op.c
pad.c
proto.h