summaryrefslogtreecommitdiff
path: root/out_str.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-98/+0
* Replacedvlefevre2010-07-301-1/+1
* [out_str.c] Handle the output errors.vlefevre2010-06-221-7/+19
* [out_str.c] Handle output error in the special cases of mpfr_out_strvlefevre2010-06-221-28/+16
* Fix wrong return value of mpfr_out_str on special values.thevenyp2010-06-221-3/+3
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-2/+0
* Change base upper limit in string conversion up to 62.thevenyp2009-03-251-1/+1
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* out_str.c: added assert (check that base is in the required range).vlefevre2008-12-301-0/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c).vlefevre2007-11-261-1/+1
* out_str.c: remove other occurrence of <locale.h>.vlefevre2007-11-231-1/+0
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-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