On 4/10/07, Tels <nospam-abuse@bloodgate.com> wrote: > > Actually negative indices are used currently so it couldn't be STRLEN > > without some larger changes. > > Doesn't Perl have I64? if not, it's about time we add it, since I32 starts > increasingly to become a limit... It's probably much better to refactor those places where I32 gets used for an offset to not use negative integers. STRLEN is a much better type to use since it ends up being size_t.Thread Previous | Thread Next