This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Thwart IRIX long doubles and sloppy pow() (in Perl, **);
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 16 Mar 2002 19:57:03 +0000 (19:57 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 16 Mar 2002 19:57:03 +0000 (19:57 +0000)
commit58d76dfdf30230046d41beb912124c3381ef2bc8
tree48a8410d4cb19d28d15f47f714dec9b1150a4c84
parente936d32859c53905b849560516f74b3571869683
Thwart IRIX long doubles and sloppy pow() (in Perl, **);
from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
which assume that 2**someinteger is accurate.

p4raw-id: //depot/perl@15267
MANIFEST
pp.c
t/op/pow.t [new file with mode: 0644]
t/test.pl