summaryrefslogtreecommitdiff
path: root/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* added error message when memory allocation failszimmerma2000-12-151-3/+21
* 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
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-3/+3
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-1/+9
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-10/+10
* fixed pb for op=0 (added \0 at the end of string)zimmerma2000-09-291-1/+3
* fixed bug for 0.9999999999...zimmerma2000-08-251-0/+5
* fixed pb with rounding of negative numberszimmerma2000-05-121-3/+3
* completely rewritten (changed semantics)zimmerma2000-05-041-70/+22
* unsigned char -> mp_rnd_tzimmerma2000-02-111-11/+42
* now deal with 0 and fixed bug on 64-bit machinezimmerma1999-10-071-4/+16
* removed special 'exact' stuff for n=0zimmerma1999-08-311-5/+2
* added copyright noticezimmerma1999-07-301-0/+21
* fixed array bound write bugzimmerma1999-07-071-1/+1
* fixed several bugszimmerma1999-07-071-45/+59
* does exact rounding only for n=0zimmerma1999-06-291-3/+4
* now performs an exact output when n_digits=0zimmerma1999-06-281-22/+59
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-1/+10
* use GMP allocate/free functions instead of malloc/freezimmerma1999-06-251-1/+1
* removed DEBUG stuffzimmerma1999-06-251-35/+10
* removed 3rd argument of mpfr_set_preczimmerma1999-06-241-2/+2
* now uses the given rounding mode internally instead of always GMP_RNDZzimmerma1999-06-151-10/+23
* now uses mpfr_get_d2 (no side effect on arguments)zimmerma1999-06-141-5/+8
* now conforms to the specificationzimmerma1999-06-101-31/+41
* Initial revisionhanrot1999-06-091-0/+115