Add length and flags arguments to Perl_allocmy().
authorNicholas Clark <nick@ccl4.org>
Sun, 8 Nov 2009 10:18:02 +0000 (10:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 9 Nov 2009 18:41:52 +0000 (18:41 +0000)
commitd6447115bb9638af823243dbe17f2c14e71cf57d
tree113eaa4bf540550b9f1cb3ecaf830fc019e3d4b3
parent829e8f2be6ba11895519e0a29d4ed05fe6700685
Add length and flags arguments to Perl_allocmy().

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
op.c
perly.act
perly.y
proto.h
toke.c