This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix bug #24605.
authorAdrian M. Enache <enache@rdslink.ro>
Thu, 11 Dec 2003 20:11:07 +0000 (20:11 +0000)
committerEnache Adrian <enache@rdslink.ro>
Thu, 11 Dec 2003 20:11:07 +0000 (20:11 +0000)
commit8f78557a961555c7d3a0f903d990f4f78b07624a
tree1bdcfdf6ccf0942c07c13402a5db302b278425ba
parent8068f8fb8571bdb471f5f6ae0c96570a053c869b
fix bug #24605.
substr() wasn't working when used repeatedly on the same utf-8
string.

p4raw-id: //depot/perl@21875
sv.c
t/op/substr.t