summaryrefslogtreecommitdiff
path: root/out_str.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Copyright notice update: added 2006.vlefevre2006-01-101-1/+1
* Better locale support (for the decimal point in string conversionsvlefevre2005-08-211-1/+2
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-9/+9
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* when stream=NULL, use stdout (as indicated in the documentation)zimmerma2003-03-111-0/+4
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-3/+3
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_get_str: the returned exponent for 0 is 0 (like in frexp()).vlefevre2002-02-121-11/+22
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-10/+1
* removed french commentzimmerma2001-11-161-1/+1
* 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