summaryrefslogtreecommitdiff
path: root/out_str.c
Commit message (Expand)AuthorAgeFilesLines
* A few patches.daney2001-06-141-0/+1
* now prints -0 for -0zimmerma2001-03-201-1/+2
* fixed bug for Infinity (was testing zero before)zimmerma2001-03-061-4/+22
* size of freed block by __gmp_free_func was wrongzimmerma2001-02-181-6/+10
* sprintf -> fprintfzimmerma2001-01-111-7/+6
* k2r -> ansi stylezimmerma2000-12-211-1/+0
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* out_str.c: <string.h> includedvlefevre2000-12-111-0/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+6
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-2/+2
* unsigned char -> mp_rnd_tzimmerma2000-02-111-5/+5
* added copyright noticezimmerma1999-07-301-0/+21
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-3/+13
* use GMP allocate/free functions instead of malloc/freezimmerma1999-06-251-2/+3
* Patch for a memory leak.hanrot1999-06-251-0/+1
* special cases for NaN and zerozimmerma1999-06-171-0/+3
* function to print a mpfr to a stream. Initial revision.zimmerma1999-06-101-0/+29