]> Savannah Git Hosting - gnulib.git/commit
libgmp: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Jul 2020 01:54:11 +0000 (18:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Jul 2020 02:03:03 +0000 (19:03 -0700)
commit3b0ef0b854a43aea12364fafd4bb053d59c116f2
treec2d66ee7ed712b946a7db881aa15a8eb1f1eb4db
parent4cfff6810c595e60cf4411dc9bac83c0328e8812
libgmp: new module

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.
ChangeLog
MODULES.html.sh
config/srclist.txt
config/srclistvars.sh
lib/mini-gmp-gnulib.c [new file with mode: 0644]
lib/mini-gmp.c [new file with mode: 0644]
lib/mini-gmp.h [new file with mode: 0644]
m4/libgmp.m4 [new file with mode: 0644]
modules/libgmp [new file with mode: 0644]
modules/libgmp-tests [new file with mode: 0644]
tests/test-libgmp.c [new file with mode: 0644]