Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoupdate | Karl Berry | 2022-05-25 | 1 | -1/+1 |
| | |||||
* | license: fix GPLv3 texts to use a comma instead of semicolon. | Bernhard Voelker | 2022-01-05 | 1 | -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.c | Karl Berry | 2021-04-18 | 1 | -1/+2 |
| | |||||
* | autoupdate | Karl Berry | 2021-01-03 | 1 | -2/+3 |
| | |||||
* | autoupdate | Karl Berry | 2021-01-01 | 1 | -3/+2 |
| | |||||
* | autoupdate | Paul Eggert | 2020-12-31 | 1 | -2/+3 |
| | |||||
* | autoupdate | Karl Berry | 2020-12-31 | 1 | -3/+2 |
| | |||||
* | autoupdate | Paul Eggert | 2020-12-24 | 1 | -2/+3 |
| | |||||
* | libgmp: new module | Paul Eggert | 2020-07-06 | 1 | -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. |