summaryrefslogtreecommitdiff
path: root/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* fixed stupid bug: ceil(a/b) isn't (a+b-1)/a but simply a/b for a negative!zimmerma2001-07-061-3/+3
* fixed bug for output base 2^kzimmerma2001-06-291-9/+20
* now initialize str_is_null correctlyzimmerma2001-02-181-1/+1
* now when str==NULL return a block which is exactly strlen(str)+1 bytes longzimmerma2001-02-151-14/+24
* _mp_xxx_func -> _gmp_xxx_funczimmerma2001-01-111-15/+3
* cast for _mpfr_floor_log2 was on the wrong sidezimmerma2000-12-221-1/+1
* k2r -> ansi stylezimmerma2000-12-211-5/+10
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* 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