This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't set the public IV or NV flags if the string converted from has
authorNicholas Clark <nick@ccl4.org>
Mon, 7 Jan 2008 18:24:39 +0000 (18:24 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 7 Jan 2008 18:24:39 +0000 (18:24 +0000)
commita43d94f2c089c6f14197795daeebb7835550a747
tree1597e20bfb5b93ea384791b0895853f73b2c7df7
parentc1939273d48daaa779bfff86aacdcd7106ed3497
Don't set the public IV or NV flags if the string converted from has
trailing garbage. This behaviour is consistent with not setting the
public IV or NV flags if the value is out of range for the type.

p4raw-id: //depot/perl@32894
perl.c
sv.c