This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
String with NULL auto-increment bug fix
authorBo Borgerson <gigabo@gmail.com>
Sun, 16 Aug 2009 15:07:39 +0000 (11:07 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 25 Aug 2009 08:22:58 +0000 (10:22 +0200)
commit6aff239d5283e5d4ba7b451221311e53b9690309
tree72a82858d5aa8b3620362688d24c27569904dbb4
parent6eed0921e10b784f6cb4188dd78478d880d46585
String with NULL auto-increment bug fix

Check position relative to end of string length rather than whether
char is NULL at end of initial alphanumerics in Perl_sv_inc
sv.c
t/op/auto.t