summaryrefslogtreecommitdiff
path: root/contrib/sb-gmp
AgeCommit message (Expand)Author
2024-05-18Don't have SB-BIGNUM use SB-ALIEN, SB-SYS, or SB-KERNEL.Charles Zhang
2024-02-15Fix sb-gmp.Stas Boukarev
2023-08-30Fix sb-gmpStas Boukarev
2023-03-31Add full paths for gmp and mpfr on m1/m2Elias Lawson-Fox
2023-03-23Fix nonintegral rational base & negative exponent case of sb-gmp::gmp-intexpAri Projansky
2022-09-30Cease using ASDF to build contribsDouglas Katzman
2022-09-01Run contrib tests with all other tests and not in make-target-contribDouglas Katzman
2022-06-01improve SB-GMP and SB-MPFRRobert Smith
2022-02-27Support no-verify-arg-count on x86-64.Stas Boukarev
2022-02-14sb-gmp: Define original functions more efficiently and portably.Charles Zhang
2021-08-28Revert "ppc64: Skip some sb-gmp tests"Douglas Katzman
2021-08-10Optionally add more assertions if #+bignum-assertionsDouglas Katzman
2021-08-09ppc64: Skip some sb-gmp testsDouglas Katzman
2021-07-31Don't fail sb-gmp tests if there's no sb-gmp.Stas Boukarev
2021-07-30Make sb-gmp actually get testedDouglas Katzman
2020-10-06Make gmp-intexp deal with base 0,1,-1 when power is a bignumAaron Chen
2020-05-09Disallow compiling contribs outside of make-target-contrib.Stas Boukarev
2020-03-06Added SB-GMP:MPZ-DIVISIBLE-P.Philipp Marek
2020-02-25Set SYSTEM-PACKAGE-P bit for contrib modulesDouglas Katzman
2019-10-17Fix typos in comments.Philipp Marek via Sbcl-devel
2019-03-31Fix sb-gmpDouglas Katzman
2019-03-21Use fewer sharp-dotsDouglas Katzman
2018-02-05Increase aggressiveness of tree shaker when saving initial coreDouglas Katzman
2017-10-30contrib: Clean up and adapt contrib asd files for ASDF 3.3.0Jan Moringen
2017-09-14Reserve 1 bit in bignum header for GC markDouglas Katzman
2016-10-15Remove BIGNUM-TYPE.Stas Boukarev
2016-10-14Remove SB-EXT:*INTEXP-MAXIMUM-EXPONENT*.Stas Boukarev
2016-03-20sb-gmp: fix loading libgmp on darwin.Stas Boukarev
2015-08-20Fix "unused variable" warnings in contribsDouglas Katzman
2015-04-18Fix sb-gmp and sb-mpfr on 64-bit Windows.Stas Boukarev
2015-01-01Add logcount type derivation.Stas Boukarev
2014-08-23WITHOUT-PACKAGE-LOCKS needn't be re-invented in sb-gmpDouglas Katzman
2014-05-22Better .so loading by sb-gmp and sb-mpfr.Stas Boukarev
2014-05-19Update sb-gmp and sb-mpfr.Stas Boukarev
2014-05-18Update sb-gmp fixing mpz_remove.Stas Boukarev
2014-05-11Update sb-gmp tests.Stas Boukarev
2014-05-11Update sb-gmp contrib.Stas Boukarev
2014-04-18Don't try to call PACKAGE-IMPLEMENTS-LIST without :sb-package-locks.Douglas Katzman
2013-09-06Fix for sb-gmp bignum result allocation (lp#1206191)Christophe Rhodes
2013-09-06Fix sb-gmp:mpz-pow for non-bignum basesChristophe Rhodes
2013-06-28New contrib: SB-GMPPaul Khuong