This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Removes 32-bit limit on substr arguments. The full range of IV and UV is available...
authorEric Brine <ikegami@adaelis.com>
Fri, 12 Feb 2010 01:28:29 +0000 (20:28 -0500)
committerNicholas Clark <nick@ccl4.org>
Sun, 14 Feb 2010 16:32:01 +0000 (16:32 +0000)
commit777f7c561610dee641c77666e5a4a0d9ac1d4230
treea5af4c59239052b2538c566a2b9dfecf437e9b08
parent6e3b7bfa2b063f4ce0c55f84474edb7d2c652387
Removes 32-bit limit on substr arguments. The full range of IV and UV is available for the pos and len arguments, with safe conversion to STRLEN where it's smaller than an IV.
embed.fnc
embed.h
global.sym
mg.c
pp.c
proto.h
sv.c
t/re/substr.t