This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reading 64-bit decimal numbers was broken because
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 1 Aug 1999 11:41:52 +0000 (11:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 1 Aug 1999 11:41:52 +0000 (11:41 +0000)
commitb8403495fe114eb6eca7191acf244241d9f0d38f
treeca9a5a1245bbd72875c8439976029d2131f70778
parentb2a8aa1d0daa57c34f7146388e39b439f4d686c7
Reading 64-bit decimal numbers was broken because
the NV was cast to an I32, not an IV.

p4raw-id: //depot/cfgperl@3846
toke.c