summaryrefslogtreecommitdiff
path: root/math/pear-Math_BigInteger
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03Use https for pear.php.net.nia1-2/+2
2017-05-28Update pear-Math_BigInteger to 1.0.3.taca2-7/+7
1.0.3 2016-04-12 02:30 UTC Changelog: - Fix PHP7 constructor deprecation notice
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-30Update pear-Math_BigInteger to 1.0.2.taca2-7/+7
pkgsrc change: LICESE has changed to mit. 1,0.2: - (internal, bcmath) use OpenSSL, if available, for modular exponentiation - (internal) use 64-bit ints, if available, and 64-bit floats, otherwise - (all) improve random number generation - change license to less restrictive MIT license 1.0.1: - (internal, bcmath) use OpenSSL, if available, for modular exponentiation - (internal) use 64-bit ints, if available, and 64-bit floats, otherwise - (all) improve random number generation - change license to less restrictive MIT license
2013-03-16Add pear-Math_BigInteger version 1.0.0.taca3-0/+20
Math_BigInteger provices support of base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.