summaryrefslogtreecommitdiff
path: root/mpq/init.c
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use pointers instead of arrays in declarations.Marc Glisse2021-06-061-1/+1
| | | | gmp_randstate_t -> gmp_randstate_ptr, etc
* Copyright yearsMarco Bodrato2018-05-161-1/+2
|
* Handle lazy 0 numerator in mpq.Marc Glisse2018-04-181-2/+3
| | | | As posted on the mailing-list 2 years ago...
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* mpq/init.c: Remove conditional code for __CHECKER__.Marco Bodrato2015-11-131-6/+1
|
* Wrap remaining limb allocations in __GMP_ALLOCATE_FUNC_LIMBS.Torbjorn Granlund2015-09-081-2/+2
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use mpq_t inn favour of MP_RAT.Torbjorn Granlund2014-01-191-1/+1
|
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-2/+2
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-241-8/+8
| | | | | 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.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * mpz/init.c, mpz/init2.c, mpz/iset.c, mpq/init.c [__CHECKER__]: StoreKevin Ryde2002-01-281-1/+6
| | | | dummy values to low limbs to stop them appearing uninitialized.
* Add a copyright year.tege2001-01-021-1/+1
|
* Remove K&R function headers.tege2001-01-021-5/+0
|
* Add a copyright year.Kevin Ryde2000-10-241-1/+1
|
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-2/+2
| | | | (__gmp_default_allocate etc): Rename from _mp_default_allocate etc.
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* *** empty log message ***tege2000-07-241-4/+4
|
* Initial revisiontege1996-05-081-0/+40