summaryrefslogtreecommitdiff
path: root/mpz/out_str.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearMarco Bodrato2017-02-081-2/+2
* mp[fz]/get_str.c, mpz/out_str.c: Save a string and a branch.Marco Bodrato2017-02-081-13/+10
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* 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
* __gmp_tmp_debug_alloc does not like to alloc 0 limbs.Marco Bodrato2012-06-021-1/+1
* Don't strip leading zeros since current mpn_get_str won't generate any.Torbjorn Granlund2012-06-011-20/+9
* Use the macros ALLOC etc to access the fields of mpz_t in mpz/*.Marc Glisse2012-02-231-2/+2
* (mpz_out_str): Reinsert accidentally deleted str_size adjustment.Torbjorn Granlund2011-08-091-0/+1
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-3/+5
* Whitespace cleanup.Torbjorn Granlund2010-11-221-2/+2
* Make all bases either work or return an error.Torbjorn Granlund2010-11-221-1/+5
* Add 'const' to variables pointing to character strings.Torbjorn Granlund2010-11-101-1/+1
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-1/+1
* 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
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* Allow bases <= 62. Return error for invalid bases.tege2003-03-171-1/+7
* Remove K&R function headers.tege2001-01-021-8/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Initial revisiontege1996-05-081-0/+108