This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Mar 2000 04:30:02 +0000 (04:30 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Mar 2000 04:30:02 +0000 (04:30 +0000)
commit9b0e499bcdd1e62b4ead7739d3482d056b5ac3dc
tree1f0b19fb5573092a339abc73c454ee7256f1009f
parentd5448623582779336009dd8bafd91e2a4ca7c599
scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
end up being promoted to an NV)

p4raw-id: //depot/perl@5533
pp.c
t/op/inc.t
toke.c