summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-07-06 18:54:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-07-06 19:03:03 -0700
commit3b0ef0b854a43aea12364fafd4bb053d59c116f2 (patch)
treec2d66ee7ed712b946a7db881aa15a8eb1f1eb4db /MODULES.html.sh
parent4cfff6810c595e60cf4411dc9bac83c0328e8812 (diff)
downloadgnulib-3b0ef0b854a43aea12364fafd4bb053d59c116f2.tar.gz
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.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index dea543d73b..43a6dba4ad 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -2372,6 +2372,15 @@ func_all_modules ()
func_module limits-h
func_end_table
+ element="Support for GNU multiple precision arithmetic"
+ func_section_wrap gmp
+ func_wrap H2
+ func_echo "$element"
+
+ func_begin_table
+ func_module libgmp
+ func_end_table
+
element="Support for sharing code with the GNU C Library"
func_section_wrap glibc
func_wrap H2