summaryrefslogtreecommitdiff
path: root/lib/mini-gmp-gnulib.c
Commit message (Collapse)AuthorAgeFilesLines
* Put "LGPLv3+ or GPLv2+" notices in source files where appropriate.Bruno Haible2021-06-041-10/+18
| | | | | * lib/**.{h,c,gperf}: Use "LGPLv3+ or GPLv2+" notice whenever the module description says so.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* libgmp: Avoid warning when --without-libgmp is used.Bruno Haible2020-07-121-2/+4
| | | | | * lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for GCC >= 8, not for GCC >= 4.6.
* libgmp: new modulePaul Eggert2020-07-061-0/+37
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.