Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | mpq/cmp_[su]i.c: Remove a branch. | Marco Bodrato | 2014-07-30 | 1 | -16/+10 |
| | |||||
* | 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 |
| | |||||
* | mpz/cmp_si.c: Reorganise branches. | Marco Bodrato | 2013-02-14 | 1 | -4/+4 |
| | |||||
* | Use macros like NUM, ALLOC, SIZ, etc in mpq/*. | Marc Glisse | 2012-02-24 | 1 | -6/+6 |
| | | | | | Test some mpq functions that were not used in the testsuite. Implement q=z (in gmpxx) with mpq_set_z. | ||||
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
| | |||||
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | * mpq/cmp.c, mpq/cmp_si.c, mpq/cmp_ui.c, mpq/equal.c: Add ASSERTs for | Kevin Ryde | 2001-10-30 | 1 | -0/+3 |
| | | | | canonical inputs, where correctness depends on it. | ||||
* | * mpq/cmp_si.c: New file. | Kevin Ryde | 2001-07-06 | 1 | -0/+55 |