summaryrefslogtreecommitdiff
path: root/lib/mini-gmp.c
Commit message (Collapse)AuthorAgeFilesLines
* autoupdatePaul Eggert2022-09-081-1/+2
|
* autoupdateKarl Berry2022-09-061-1/+1
|
* autoupdateKarl Berry2022-04-191-0/+1
|
* autoupdateKarl Berry2022-03-201-3/+2
|
* 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.
* autoupdateKarl Berry2021-10-021-0/+2
|
* 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.