summaryrefslogtreecommitdiff
path: root/lib/mini-gmp.h
Commit message (Collapse)AuthorAgeFilesLines
* autoupdateKarl Berry2022-05-251-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* lib/mini-gmp.cKarl Berry2021-04-181-1/+2
|
* autoupdateKarl Berry2021-01-031-2/+3
|
* autoupdateKarl Berry2021-01-011-3/+2
|
* autoupdatePaul Eggert2020-12-311-2/+3
|
* autoupdateKarl Berry2020-12-311-3/+2
|
* autoupdatePaul Eggert2020-12-241-2/+3
|
* libgmp: new modulePaul Eggert2020-07-061-0/+308
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.