summaryrefslogtreecommitdiff
path: root/strtofr.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-25/+25
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-12/+12
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-12/+12
* [strtofr.c] removed patch for old FreeBsd/Alpha bugzimmerma2009-11-261-4/+5
* Updated comments concerning the old FreeBSD bug 72024 on LONG_MIN / 1.vlefevre2009-11-261-2/+3
* towards -> toward (consistency).vlefevre2009-09-021-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_exp_unsigned_t -> mpfr_uexp_t (internal type only).vlefevre2009-06-261-10/+10
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-2/+2
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-1/+0
* strtofr.c tests/tset_str.c: Code simplification (sizeof (char) is always 1).thevenyp2009-03-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-11/+11
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* strtofr.c: fix typo.thevenyp2009-02-181-1/+1
* strtofr.c: accept bases up to 62.thevenyp2009-02-181-4/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* strtofr.c: Replace non-zero digits look up by a simpler test, using the fact ...thevenyp2008-11-071-12/+2
* strtofr.c: improved style ("exact" is a boolean).vlefevre2008-11-071-2/+2
* [strtofr.c] new patch (ternary value was still wrong in some cases), shouldzimmerma2008-11-061-18/+48
* [strtofr.c] review of patch added in revision 5660, and added commentszimmerma2008-11-051-28/+62
* strtofr.c: in r5660, as pstr_size and pstr->prec both have type size_t,vlefevre2008-10-291-1/+2
* strtofr.c: reverted the change done in r3008, which led to a trivialvlefevre2008-10-291-1/+1
* strtofr.c: fix bug '[#6604] incorrect directed rounding in mpfr_strtofr'.thevenyp2008-10-291-0/+12
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Fixed return value of mpfr_strtofr in case of invalid data (it was -1,vlefevre2008-01-041-1/+3
* Changes related to mpfr_strtofr.vlefevre2008-01-041-5/+5
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* strtofr.c: base arguments different from 0 and 2..36 have never beenvlefevre2007-12-301-23/+20
* strtofr.c: minor change (in the style); a comment was ambiguous.vlefevre2007-12-301-2/+8
* MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c).vlefevre2007-11-261-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+0
* Added comments and fixed an indentation bug.vlefevre2007-07-171-0/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-4/+0
* fixed typozimmerma2007-05-281-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* strtofr.c: removed a useless cast (ISO C99 standard 6.2.5#3) and updatedvlefevre2006-11-091-3/+3
* strtofr.c fix: no longer use isdigit, as MPFR requires non-localizedvlefevre2006-11-091-2/+2
* strtofr.c: fixed a bug that could occur on platforms with signed chars,vlefevre2006-11-091-3/+6
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Typos & English usage.vlefevre2005-11-031-1/+1
* Better locale support (for the decimal point in string conversionsvlefevre2005-08-211-1/+5
* Fix commentpelissip2005-07-261-1/+1
* Fixed locale bug. Function strncasecmp is no longer used.vlefevre2005-07-111-5/+26
* Fix warnings due to comparaison between signed and unsigned.pelissip2005-06-081-0/+1
* Clean up use of stdio.h:pelissip2005-06-081-3/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2