summaryrefslogtreecommitdiff
path: root/mpf/get_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
* Use __GMP_ALLOCATE_FUNC_TYPE and friends.Torbjorn Granlund2016-08-291-1/+1
* mpf/get_str.c: Share common code.Marco Bodrato2015-10-101-17/+11
* mpf/get_str.c: Increase precision of base^e computation.Marco Bodrato2015-10-101-6/+6
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-6/+5
* Whitespace cleanup.Torbjorn Granlund2010-11-221-2/+2
* Make all bases either work or return an error.Torbjorn Granlund2010-11-221-1/+5
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-1/+1
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-1/+2
* Include stdlib.h, not stdio.h for NULL.tege2007-09-241-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Avoid copying result when not needed. Misc cleanups.tege2006-07-121-11/+13
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-2/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* Remove unused var `fracn'.tege2003-12-051-1/+0
* Simplify `off' computation.tege2003-06-091-2/+1
* Move label `done' to match TMP_MARK and TMP_FREE.tege2003-05-281-4/+2
* Allocate tstr space properly.tege2003-05-271-2/+2
* Remove // comment.tege2003-05-271-2/+0
* Handle negative arguments.tege2003-05-261-6/+15
* Rewrite (now sub-quadratic).tege2003-05-261-306/+171
* Allow bases <= 62. Return error for invalid bases.tege2003-03-171-1/+7
* Nailify.tege2002-05-061-8/+15
* * gmp-impl.h, mpz/get_str.c, mpq/get_str.c, mpf/get_str.c,Kevin Ryde2002-01-171-3/+4
* * gmp-impl.h, mpf/get_str.c (MPF_SIGNIFICANT_DIGITS): New macro,Kevin Ryde2001-08-171-2/+2
* * gmp-impl.h (__GMP_REALLOCATE_FUNC_MAYBE): New macro.Kevin Ryde2001-07-231-3/+1
* More of:Kevin Ryde2001-01-291-0/+1
* Correction to:Kevin Ryde2001-01-271-1/+2
* * mpz/get_str.c, mpf/get_str.c: Make allocated string block exactlyKevin Ryde2001-01-261-1/+15
* Add a copyright year.tege2001-01-021-1/+1
* Remove K&R function headers.tege2001-01-021-9/+0
* * mpn/generic/sqrtrem.c, mpz/pow_ui.c, mpz/powm_ui.c, mpf/get_str.c,Kevin Ryde2000-12-241-2/+2
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-1/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* Fix tyop in comment.tege2000-08-211-1/+1
* Don't set n_digits from digits_computed_so_far when the convertedtege2000-08-211-47/+45
* Develop three extra digits, not just one.tege2000-07-311-3/+8
* *** empty log message ***tege2000-07-241-4/+4
* Use new *_SWAP macros.Kevin Ryde2000-04-291-5/+2
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Use ASSERT_ALWAYS.Kevin Ryde2000-03-051-4/+2
* Fix indentation.tege1997-07-251-1/+1
* Compute exp_in_base using `double' to avoid overflow.tege1996-10-181-2/+2