summaryrefslogtreecommitdiff
path: root/mpn_exp.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-175/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-4/+4
* 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-15/+15
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-15/+15
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* [mpn_exp.c] reverted previous change (MPN_ZERO is a macro for memset, whichzimmerma2009-07-141-2/+1
* [mpn_exp.c] fixed bug reported by David Kirkby on Solaris (GMP compiled withzimmerma2009-07-141-1/+2
* mp_exp_unsigned_t -> mpfr_uexp_t (internal type only).vlefevre2009-06-261-1/+1
* 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
* [strtofr.c] review of patch added in revision 5660, and added commentszimmerma2008-11-051-0/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+2
* 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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-5/+5
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-5/+5
* Updated copyright lines.vlefevre2005-01-281-1/+1
* fixed problems in get_str for huge exponentzimmerma2005-01-201-1/+1
* Fix how to detect overflow so that it can be build with GCC -ftrapvpelissip2004-09-281-10/+12
* fixed problem when overflow in destination exponent happenszimmerma2004-04-071-2/+15
* improved coverage testzimmerma2004-02-141-21/+23
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it isvlefevre2004-01-191-0/+158