summaryrefslogtreecommitdiff
path: root/mpf/set_str.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore leading zeros including ones after radix point to avoid invalid output...Torbjorn Granlund2019-08-011-12/+24
* mpf/set_str.c: Use TMP_ALLOC_LIMBS_2Marco Bodrato2017-02-081-2/+1
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+2
* mp_dv_tab.c (__gmp_digit_value_tab): Remove a line of unused values.Marco Bodrato2013-02-141-2/+2
* mpf/set_str.c: Don't chech base==0 when base is strictly positive.Marco Bodrato2013-02-121-2/+2
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-5/+4
* Whitespace cleanup.Torbjorn Granlund2010-11-221-7/+7
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-1/+0
* Update comments.Torbjorn Granlund2010-04-101-3/+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-2/+2
* Allocate mantissa space based on mantissa size, not on destinationTorbjorn Granlund2008-11-091-5/+7
* Accept unary plus before exponent.tege2008-08-251-5/+8
* Fix typo in last change.tege2007-12-111-2/+2
* (mpf_set_str): Write own code for converting thetege2007-12-101-3/+24
* 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-2/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-7/+7
* * mpf/set_str.c: Don't use memcmp for decimal point testing, just aKevin Ryde2003-11-101-10/+11
* (mpf_set_str): Work around gcc 2 bug triggered on alpha.tege2003-06-041-2/+4
* (mpn_pow_1_highpart): Cleanup.tege2003-05-261-6/+7
* 2003-04-28tege2003-05-041-18/+25
* Major overhaul.tege2003-04-281-122/+147
* Get rid of function digit_value_in_base and use table __gmp_digit_value_tabtege2003-03-171-24/+18
* * gmp-impl.h (GMP_DECIMAL_POINT): New macro.Kevin Ryde2002-11-191-20/+15
* * mpz/set_str.c, mpf/set_str.c, mpbsd/xtom.c, scanf/sscanffuns.c: CastKevin Ryde2002-10-191-7/+7
* Add a copyright year.tege2002-05-141-2/+2
* Nailify.tege2002-05-061-2/+3
* * mpf/set_str.c, cxx/ismpf.cc: Use localeconv for decimal point.Kevin Ryde2001-11-151-5/+38
* * mpn/generic/tdiv_qr.c, mpq/get_d.c, mpf/div.c, mpf/set_q.c,Kevin Ryde2001-05-111-2/+2
* Fix typo in last change.tege2001-01-031-1/+1
* #include stdlib.h (for strtol).tege2001-01-031-3/+2
* Add a copyright year.tege2001-01-021-1/+1
* Remove K&R function headers.tege2001-01-021-13/+0
* * mpn/generic/sqrtrem.c, mpz/pow_ui.c, mpz/powm_ui.c, mpf/get_str.c,Kevin Ryde2000-12-241-1/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Use new *_SWAP macros.Kevin Ryde2000-04-291-4/+1
* Provide dual ANSI/K&R function definitions.Kevin Ryde2000-04-291-0/+4
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Remove old assert macro.Kevin Ryde2000-03-051-1/+0
* Let `prec' determine precision used in exponentialization code;tege1997-07-251-5/+14
* Allow a number to start with a period, if next position contains a digit.tege1996-08-271-4/+8
* (swapptr): New #define.tege1996-08-081-21/+30
* In exp_in_base==0 case, add madj to msize for EXP field.tege1996-08-071-1/+1