| Commit message (Expand) | Author | Age | Files | Lines |
* | Source reorganization. In short: | vlefevre | 2010-08-17 | 1 | -825/+0 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -25/+25 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -1/+1 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros. | vlefevre | 2010-01-08 | 1 | -12/+12 |
* | BITS_PER_MP_LIMB -> GMP_LIMB_BITS | zimmerma | 2010-01-08 | 1 | -12/+12 |
* | [strtofr.c] removed patch for old FreeBsd/Alpha bug | zimmerma | 2009-11-26 | 1 | -4/+5 |
* | Updated comments concerning the old FreeBSD bug 72024 on LONG_MIN / 1. | vlefevre | 2009-11-26 | 1 | -2/+3 |
* | towards -> toward (consistency). | vlefevre | 2009-09-02 | 1 | -2/+2 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_exp_unsigned_t -> mpfr_uexp_t (internal type only). | vlefevre | 2009-06-26 | 1 | -10/+10 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -2/+2 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -1/+0 |
* | strtofr.c tests/tset_str.c: Code simplification (sizeof (char) is always 1). | thevenyp | 2009-03-30 | 1 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -11/+11 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | strtofr.c: fix typo. | thevenyp | 2009-02-18 | 1 | -1/+1 |
* | strtofr.c: accept bases up to 62. | thevenyp | 2009-02-18 | 1 | -4/+3 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | strtofr.c: Replace non-zero digits look up by a simpler test, using the fact ... | thevenyp | 2008-11-07 | 1 | -12/+2 |
* | strtofr.c: improved style ("exact" is a boolean). | vlefevre | 2008-11-07 | 1 | -2/+2 |
* | [strtofr.c] new patch (ternary value was still wrong in some cases), should | zimmerma | 2008-11-06 | 1 | -18/+48 |
* | [strtofr.c] review of patch added in revision 5660, and added comments | zimmerma | 2008-11-05 | 1 | -28/+62 |
* | strtofr.c: in r5660, as pstr_size and pstr->prec both have type size_t, | vlefevre | 2008-10-29 | 1 | -1/+2 |
* | strtofr.c: reverted the change done in r3008, which led to a trivial | vlefevre | 2008-10-29 | 1 | -1/+1 |
* | strtofr.c: fix bug '[#6604] incorrect directed rounding in mpfr_strtofr'. | thevenyp | 2008-10-29 | 1 | -0/+12 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Fixed return value of mpfr_strtofr in case of invalid data (it was -1, | vlefevre | 2008-01-04 | 1 | -1/+3 |
* | Changes related to mpfr_strtofr. | vlefevre | 2008-01-04 | 1 | -5/+5 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | strtofr.c: base arguments different from 0 and 2..36 have never been | vlefevre | 2007-12-30 | 1 | -23/+20 |
* | strtofr.c: minor change (in the style); a comment was ambiguous. | vlefevre | 2007-12-30 | 1 | -2/+8 |
* | MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c). | vlefevre | 2007-11-26 | 1 | -1/+1 |
* | Makefile.am: add mpfr_printf-like functions | thevenyp | 2007-11-23 | 1 | -1/+0 |
* | Added comments and fixed an indentation bug. | vlefevre | 2007-07-17 | 1 | -0/+1 |
* | <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h | vlefevre | 2007-07-09 | 1 | -4/+0 |
* | fixed typo | zimmerma | 2007-05-28 | 1 | -1/+1 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | strtofr.c: removed a useless cast (ISO C99 standard 6.2.5#3) and updated | vlefevre | 2006-11-09 | 1 | -3/+3 |
* | strtofr.c fix: no longer use isdigit, as MPFR requires non-localized | vlefevre | 2006-11-09 | 1 | -2/+2 |
* | strtofr.c: fixed a bug that could occur on platforms with signed chars, | vlefevre | 2006-11-09 | 1 | -3/+6 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Typos & English usage. | vlefevre | 2005-11-03 | 1 | -1/+1 |
* | Better locale support (for the decimal point in string conversions | vlefevre | 2005-08-21 | 1 | -1/+5 |
* | Fix comment | pelissip | 2005-07-26 | 1 | -1/+1 |
* | Fixed locale bug. Function strncasecmp is no longer used. | vlefevre | 2005-07-11 | 1 | -5/+26 |
* | Fix warnings due to comparaison between signed and unsigned. | pelissip | 2005-06-08 | 1 | -0/+1 |