summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp
Commit message (Expand)AuthorAgeFilesLines
* Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbsSimon Jakobi2019-06-071-0/+2
* Update autoconf scriptsBen Gamari2019-04-252-1598/+1732
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1
* integer-gmp: Write friendlier documentation for IntegerBen Gamari2019-04-031-2/+6
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-254-6/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Fix Haddock comment for Integer datatypeAlexandre Baldé2019-02-181-2/+6
* Fix incorrectly named configure optionsAlec Theriault2019-01-271-2/+2
* Hadrian: support in-tree GMPAlec Theriault2019-01-232-2/+4
* Match `integer-simple`'s API with `integer-gmp`Alec Theriault2019-01-162-2/+2
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* integer-gmp: Fix TBA in changelogBen Gamari2018-11-071-1/+1
* Update integer_gmp_gcdext documentation.David Eichmann2018-10-151-7/+7
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-031-1/+4
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-211-3/+13
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-0/+5
* Fix gcdExtInteger (trac#15350)Bodigrim2018-07-121-1/+3
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-133-2/+9
* Move gmp/config.mk.in to config.mk.in, fix #14972Edward Z. Yang2018-04-104-6/+12
* Bump autoconf version bound to >= 2.69Ben Gamari2018-03-191-1/+1
* add CCX=$(CXX) to integer-gmpMoritz Angermann2018-03-061-1/+1
* Fixup include of gmp/config.mk to use new locationHerbert Valerio Riedel2018-03-051-1/+1
* integer-gmp: Simplify gmp/configure invocationBen Gamari2018-02-021-4/+1
* Forward-port changes from GHC 8.2 branchHerbert Valerio Riedel2017-12-071-2/+11
* Implement {set,clear,complement}BitBigNat primitivesHerbert Valerio Riedel2017-10-162-8/+83
* integer-gmp: Fix styleBen Gamari2017-09-251-6/+6
* Restore function powModSecIntegerOlivier Chéron2017-09-194-1/+112
* Make function intToSBigNat# preserve sign (fixes #14085)Olivier Chéron2017-08-172-2/+2
* Bump integer-gmp versionBen Gamari2017-07-232-2/+8
* Update autoconf scriptsBen Gamari2017-07-231-5/+12
* Update autoconf scripts from correct sourceBen Gamari2017-05-112-71/+109
* Update autoconf scriptsBen Gamari2017-05-112-107/+69
* bump config.{guess,sub}Moritz Angermann2017-05-112-93/+181
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Typos in comments [skip ci]Gabor Greif2017-02-062-2/+2
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-307-1725/+87
* Simplify minusInteger in integer-gmp slightlyReid Barton2017-01-301-2/+0
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-262-4/+12
* Update levity polymorphismRichard Eisenberg2017-01-192-17/+18
* Typos in commentsGabor Greif2016-12-011-1/+1
* integer-gmp: Make minusInteger more efficientAlan Mock2016-06-042-3/+41
* Make integer-gmp operations more strictHerbert Valerio Riedel2016-03-111-9/+9
* Build system: Correctly pass `TARGETPLATFORM` as hostNicolas Trangez2016-02-291-1/+4
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-1/+1
* Patch-level increment integer-gmp to 1.0.0.1Herbert Valerio Riedel2015-12-282-1/+11
* integer-gmp: Fix #11296Ben Gamari2015-12-271-2/+2
* Use idiomatic way to tell Autoconf the c compilerHerbert Valerio Riedel2015-12-141-4/+1
* Tweak use of AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-061-1/+3
* New magic function for applying realWorld#Ben Gamari2015-11-121-2/+1