1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Revision history for Perl extension Math::BaseCalc.
- Fixed a test failure that occurred on some subset of 64-bit
machines. [Brian Szymanski, Andreas J. Knig]
- Moved the repository to SVN hosting at code.google.com instead of
CVS on my laptop.
1.12 - Thu Jun 26 16:01:32 2008
- Modernized the layout of the distribution, including a lib/
directory, t/ directory, and using Test::More instead of rolling my
own TAP function. [Todd E. Rinaldo]
1.011 Sat Mar 09 22:46:07 2002
- Fixed a warning & a couple of tiny doc errors
1.009 Thu Mar 29 21:28:57 EST 2001
- Now supports non-integers. Thanks to jdimov@cis.clarion.edu for
idea (though I used a different implementation)
- Handles large numbers (bigger than 2^32, or type 'int').
[mizuhara@bellsouth.net (Mizuhara Mokoto)]
1.008 2000/08/28 14:56:09
- Fixed a problem with from_base() and negative numbers. They were
being treated as positive numbers. [armengou@fonocom.es (Xavier Armengou)]
1.007 Sun May 23 19:23:33 1999
- original version
|