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 |
| | |||||
* | 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 |
| | |||||
* | (ABS_CAST): New macro. | Torbjorn Granlund | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Make it possible to compile GMP with g++. | Torbjorn Granlund | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | tege | 2007-09-24 | 1 | -1/+0 |
| | |||||
* | Update license to version 3. | tege | 2007-09-18 | 1 | -5/+3 |
| | |||||
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | * mpf/get_ui.c, mpf/get_si.c: Remove size==0 test, it's covered by | Kevin Ryde | 2004-02-17 | 1 | -17/+26 |
| | | | | | | | other conditions. Attempt greater clarity by expressing conditions as based on available data range. * mpf/get_si.c [nails]: Correction, don't bail on exp > abs_size, since may still have second limb above radix point available. | ||||
* | Add a copyright year. | tege | 2002-05-14 | 1 | -1/+1 |
| | |||||
* | Nailify. | tege | 2002-05-06 | 1 | -6/+14 |
| | |||||
* | * mpf/get_si.c: New file. | Kevin Ryde | 2001-01-26 | 1 | -0/+62 |