summaryrefslogtreecommitdiff
path: root/mpq/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* mpq_*_str: document and support the correct base rangeMarco Bodrato2018-05-041-4/+9
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Use __GMP_ALLOCATE_FUNC_TYPE and friends.Torbjorn Granlund2016-08-291-1/+1
* 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 https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-241-1/+1
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-5/+5
* Whitespace cleanup.Torbjorn Granlund2010-11-221-7/+7
* Make all bases either work or return an error.Torbjorn Granlund2010-11-221-2/+2
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-1/+1
* Add a copyright year.Torbjorn Granlund2008-09-081-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Fix upper base limit boundary in an ASSERT.tege2006-06-141-1/+1
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2002-05-141-1/+1
* * gmp-impl.h, mpq/get_str.c: Some fixes to compile as C++.Kevin Ryde2002-01-171-1/+1
* Remove trailing spaces.tege2002-01-131-1/+1
* * gmp-impl.h (__GMP_REALLOCATE_FUNC_MAYBE): New macro.Kevin Ryde2001-07-231-6/+5
* * mpq/get_str.c: Fixes for negative bases.Kevin Ryde2001-04-251-6/+7
* * mpq/get_str.c: New file.Kevin Ryde2001-04-021-0/+67