Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore accidentally removed gmp.h includes from demos dir. | Torbjorn Granlund | 2016-08-30 | 1 | -0/+1 |
| | |||||
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | Update library files license to use LGPL3+ and GPL2+. | Torbjorn Granlund | 2014-01-27 | 1 | -7/+18 |
| | |||||
* | Canonicalise copyright headers. | Torbjorn Granlund | 2014-01-19 | 1 | -3/+3 |
| | |||||
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Collapse copyright years. | Torbjorn Granlund | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Marco Bodrato | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | gmp-h.in (__gmp_const): Remove. | Marco Bodrato | 2012-03-04 | 1 | -3/+3 |
| | |||||
* | Clean up spacing. | tege | 2007-09-24 | 1 | -244/+244 |
| | |||||
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
| | |||||
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, | Kevin Ryde | 2004-05-08 | 1 | -16/+2 |
| | | | | | | | tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits. | ||||
* | * demos/expr/expr.c, demos/expr/exprfa.c, demos/expr/exprfra.c, | Kevin Ryde | 2002-12-21 | 1 | -42/+50 |
| | | | | | demos/expr/exprza.c: Use mp_get_memory_functions, not __gmp_allocate_func etc. | ||||
* | * mpbsd/mtox.c, printf/obprintf.c, printf/obvprintf.c, | Kevin Ryde | 2002-11-04 | 1 | -5/+4 |
| | | | | | | | scanf/vsscanf.c, demos/expr/expr.c, demos/expr/exprf.c, demos/expr/exprfa.c, demos/expr/exprfr.c, demos/expr/exprq.c, demos/expr/exprz.c, demos/expr/exprza.c: Add <string.h> for strlen and memcpy. | ||||
* | * demos/expr/expr-impl-h.in (<stdarg.h>): Use this with Microsoft C. | Kevin Ryde | 2001-04-29 | 1 | -5/+0 |
| | | | | | (HAVE_STDARG): New define. * demos/expr/expr.c,exprz.c,exprq.c,exprf.c,exprfr.c: Use it. | ||||
* | * demos/expr/README, Makefile.am, expr.c, exprv.c, exprz.c, exprza.c, | Kevin Ryde | 2001-02-01 | 1 | -0/+837 |
exprq.c, exprqa.c, exprfa.c, exprf.c, exprfr.c, exprfra.c, expr.h, expr-impl-h.in, run.c, t-expr.c: New files. |