This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge bignum 0.10, from Tels.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 24 Mar 2002 00:21:07 +0000 (00:21 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 24 Mar 2002 00:21:07 +0000 (00:21 +0000)
commit126f3c5f1f20a40de59db499161effaa9e24e4fc
treef398c631329fb22497450ce03163dfb3f91e36bf
parent06fdd4fef0ae8dab353d3f94e41499b82adb1ae7
Merge bignum 0.10, from Tels.

p4raw-id: //depot/perl@15455
15 files changed:
MANIFEST
lib/Math/BigFloat/Trace.pm [new file with mode: 0644]
lib/Math/BigInt/Trace.pm [new file with mode: 0644]
lib/bigint.pm [new file with mode: 0644]
lib/bignum.pm [new file with mode: 0644]
lib/bignum/t/bigint.t [new file with mode: 0755]
lib/bignum/t/bignum.t [new file with mode: 0755]
lib/bignum/t/bigrat.t [new file with mode: 0755]
lib/bignum/t/bn_lite.t [new file with mode: 0755]
lib/bignum/t/br_lite.t [new file with mode: 0755]
lib/bignum/t/option_a.t [new file with mode: 0755]
lib/bignum/t/option_l.t [new file with mode: 0755]
lib/bignum/t/option_p.t [new file with mode: 0755]
lib/bignum/t/trace.t [new file with mode: 0755]
lib/bigrat.pm [new file with mode: 0644]