This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 4 May 2000 15:26:37 +0000 (15:26 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 4 May 2000 15:26:37 +0000 (15:26 +0000)
commit86554af2a462f0b5e670752c0fb90061fa1f6e20
tree6281cbed616128c3fcc7dbb8893ed96253d69471
parent806e78a957fcce8bc56cb2c211ffcbba23772d4c
The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
in natively 64-bit platforms where a long is a quad (no need
for long longs).  Also added bias for IVs.

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