summaryrefslogtreecommitdiff
path: root/set_str.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Remove unused code.pelissip2005-01-041-369/+0
* Update mpfr_set_str to be much more like strtofr.pelissip2004-10-191-34/+3
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-181-0/+48
* fixed bug (several '.' allowed in mantissa)zimmerma2004-09-131-1/+1
* Fix 2 typos.pelissip2004-08-231-3/+2
* fixed problem when overflow in destination exponent happenszimmerma2004-04-071-1/+7
* Remove some warnings.pelissip2004-02-241-6/+6
* Improve coverage tests.pelissip2004-02-231-5/+11
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* mpn_exp -> mpfr_mpn_expzimmerma2004-01-151-2/+2
* Changed some error messages into assertions.vlefevre2004-01-141-9/+8
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+1
* * Optimize a few div.c and mul.c.pelissip2003-11-171-2/+2
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-3/+2
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+1
* Accept (case-insensitive) NaN and Inf in input for bases <= 16 forvlefevre2003-09-241-2/+4
* Fixed comparisons (cases @NaN@ and @Inf@).vlefevre2003-09-241-2/+2
* changed __gmp_const into const in *.czimmerma2003-09-221-2/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-1/+1
* changed back "unsigned char *" to "char *"zimmerma2003-03-261-5/+5
* char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw,zimmerma2003-03-251-4/+4
* mpfr_set_str now accepts a binary exponent for base 16vlefevre2003-02-271-3/+15
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-6/+2
* added mpfr_init_set_strzimmerma2003-02-131-0/+7
* Allow "e" exponent in base<=10 not <10. Restrict "E"ryde2003-01-241-2/+2
* The sign wasn't set when the result was zero.vlefevre2003-01-241-7/+5
* Reject "", "+" and "-", also fixing an attempt to allocate a 0 lengthryde2003-01-241-0/+4
* Clear NAN and INF flags when setting result to zero.ryde2003-01-241-0/+1
* Correction to memory leak fix, need "result" for final rounding.ryde2003-01-181-4/+3
* Fix two memory leaks.ryde2003-01-171-2/+6
* moved common prototype for mpn_exp in mpfr-impl.hzimmerma2003-01-151-5/+2
* new version using mpn_set_strzimmerma2003-01-151-131/+271
* Use separate function calls to second strncasecmp and strncmpryde2003-01-061-1/+2
* Use digit_value_in_base for the part after the '.'.vlefevre2003-01-061-7/+6
* Static function digit_value_in_base is now compatible with any locale.vlefevre2003-01-061-3/+5
* Use separate function calls to strncasecmp and strncmp, rather thanryde2003-01-031-2/+3
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* now accept uppercase letters toozimmerma2002-09-201-4/+23
* Better check for strcasecmp and strncasecmp. Bug fixed.vlefevre2002-07-301-6/+1
* mpfr_set_str doesn't require any more a final '\0'zimmerma2002-04-251-42/+52
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests.vlefevre2002-04-131-2/+28
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_set_str partially rewritten to cope with integer overflows.vlefevre2002-02-111-64/+99
* mpfr_set_str: base must be between 2 and 36.vlefevre2002-02-081-1/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-20/+4