summaryrefslogtreecommitdiff
path: root/lib/mini-gmp.c
Commit message (Collapse)AuthorAgeFilesLines
* autoupdateKarl Berry2021-08-031-7/+5
|
* autoupdateKarl Berry2021-03-161-1/+1
|
* autoupdateKarl Berry2021-01-031-28/+32
|
* autoupdateKarl Berry2021-01-011-31/+27
|
* autoupdatePaul Eggert2020-12-311-27/+31
|
* autoupdateKarl Berry2020-12-311-31/+27
|
* autoupdatePaul Eggert2020-12-241-27/+31
|
* libgmp: new modulePaul Eggert2020-07-061-0/+4615
The idea is to let programs simply include <gmp.h>, and so long as they live within the mini-gmp subset they need not worry about whether the GMP libraries are installed. * MODULES.html.sh: Mention it. * config/srclist.txt: Mention files copied from GMP source. * config/srclistvars.sh (GMP): New var. * lib/mini-gmp-gnulib.c, m4/libgmp.m4, modules/libgmp: * modules/libgmp-tests, tests/test-libgmp.c: New files. * lib/mini-gmp.c, lib/mini-gmp.h: New files, copied from GMP.