summaryrefslogtreecommitdiff
path: root/set_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* <strings.h> -> <string.h> (ISO C).vlefevre2001-09-131-4/+0
* removed fprintf() when unexpected end of stringzimmerma2001-02-211-1/+1
* added const to 2nd argument of mpfr_set_strzimmerma2001-02-151-4/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Bugs fixed (in case char is signed and accented characters are given).vlefevre2000-12-141-8/+8
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-3/+3
* Correction de prototypes faux dans le cas ou on n'est pas -D__STDC__.hanrot2000-10-191-2/+2
* initial versionzimmerma2000-05-251-0/+154
* Fichier vide.hanrot1999-06-251-1/+0
* Initial revisionhanrot1999-06-091-0/+1