summaryrefslogtreecommitdiff
path: root/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-18/+18
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-755/+755
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-755/+755
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* get_str.c: corrected copyright notice, incorrectly modified in r6364.vlefevre2009-08-181-1/+1
* get_str.c: Format a comment.thevenyp2009-08-121-2/+3
* get_str.c vasprintf.c: Add support for the rounding away from zero mode.thevenyp2009-08-121-3/+3
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-4/+4
* get_str.c: added a space.vlefevre2009-06-231-1/+1
* [algorithms.tex] analyzed precisely the cases where the value is m+1 insteadzimmerma2009-06-101-1/+4
* 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-5/+845
* [mpfr.texi] fixed documentation of mpfr_get_str which was wrongzimmerma2009-03-251-3/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* 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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-2/+2
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* get_str.c: avoid hiding variable declaration (detected by icc).vlefevre2008-08-071-1/+5
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+3
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Minor changes concerning num_to_text. The ending \0 isn't needed.vlefevre2007-12-141-1/+1
* Replaced l2b cache by constants, as suggested by Patrick Pelissier,vlefevre2007-07-311-24/+1131
* Renamed mpfr_l2b as __gmpfr_l2b for consistency.vlefevre2007-07-201-5/+5
* Added comments and fixed an indentation bug.vlefevre2007-07-171-3/+4
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* get_str.c: use MPFR_SAVE_EXPO.vlefevre2007-06-211-21/+24
* get_str.c:vlefevre2007-05-021-2/+1
* fixed typos in commentszimmerma2007-03-191-2/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+2
* Replaced some computations using the type double by computations usingvlefevre2007-01-171-157/+38
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-3/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-100/+100
* improved m=0 case when b is a power of 2zimmerma2005-06-161-3/+10
* Clean up use of stdio.h:pelissip2005-06-081-5/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-16/+16
* changed semantics of mpfr_get_str for ndigits=0zimmerma2005-04-191-18/+3
* Add generic ZivLoop controller.pelissip2005-02-141-5/+8
* FIx a warning (Wrong proto between declaration and implementation :pelissip2005-01-281-1/+1
* Updated copyright lines.vlefevre2005-01-281-1/+1
* fixed problems in get_str for huge exponentzimmerma2005-01-201-4/+12