This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In B.xs refactor cc_opclassname() to make_op_object().
[perl5.git] / dist / Math-BigInt-FastCalc /
2010-11-07 Florian RagwitzStructure dist/Math-BigInt-FastCalc like the CPAN dist
2010-10-30 Father ChrysostomosMacros are not called with aTHX_
2010-10-30 George GreerFix Math::BigInt::FastCalc build under Win32 with croak...
2010-10-29 Nicholas ClarkMath::BigInt::FastCalc doesn't need to set $BASE or...
2010-10-29 Nicholas ClarkMath::BigInt::FastCalc doesn't need to override methods...
2010-10-29 Nicholas ClarkRefactor FastCalc to initialise BASE and BASE_LEN as...
2010-10-29 Nicholas ClarkReorder the list return of Math::BigInt::Calc::_base_len().
2010-10-25 Nicholas ClarkIn FastCalc.xs, use SV * as the return type for _new...
2010-10-25 Nicholas ClarkConvert Math::BigInt::FastCalc to XSLoader.
2010-10-25 Nicholas ClarkIn FastCalc.xs, inline the macros CONSTANT_OBJ and...
2010-10-25 Nicholas ClarkReduce repetition in FastCalc.xs by using ALIASes.
2010-09-13 Florian RagwitzUpgrade Math::BigInt::FastCalc from 0.21 to 0.22
2010-09-11 Nicholas ClarkRemove obsolete test boilerplate from Math::BigInt...
2010-09-11 Nicholas ClarkConvert Math::BigInt::FastCalc tests from Test to Test...
2010-09-03 Florian RagwitzSynchronize with Math::BigInt::FastCalc 0.21
2010-09-02 Florian Ragwitzblead is upstream for Math-BigInt-FastCalc