summaryrefslogtreecommitdiff
path: root/set_str_raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-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
* 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-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
* mpfr_set_str_binary was buggy and inefficient. Let's use mpfr_strtofr.vlefevre2005-09-061-105/+8
* Converted tabs to spaces with expand.vlefevre2005-08-181-5/+5
* Change the address of the FSF.pelissip2005-06-021-2/+2
* new coverage testszimmerma2004-02-141-8/+0
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Some minor optimizations.pelissip2003-11-071-2/+6
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-1/+0
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-3/+5
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-64/+76
* changed __gmp_const into const in *.czimmerma2003-09-221-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+6
* changed back "unsigned char *" to "char *"zimmerma2003-03-261-3/+5
* char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw,zimmerma2003-03-251-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* 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
* MPFR_SIZE and sign were incorrectly set [thanks Kevin]zimmerma2002-03-251-5/+6
* Copyright line changed.vlefevre2002-03-041-1/+1
* Global NaN flag set when result is NaN.vlefevre2001-12-191-0/+1
* forgot to clear nan flag for Infzimmerma2001-12-191-8/+14
* removed K&R function headerszimmerma2001-11-161-7/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* fixed MLK for Inf or Nanzimmerma2001-10-311-2/+4
* <strings.h> -> <string.h> (ISO C).vlefevre2001-09-131-4/+0
* fixed bug for +0000E0zimmerma2001-01-111-24/+31
* _mp_allocate_func -> _gmp_allocate_funczimmerma2001-01-111-7/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+4
* adapted to NaN/Infzimmerma2000-12-151-4/+9
* added error message when memory allocation failszimmerma2000-12-151-1/+5
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* added an error message when the mantissa is larger than the precisionzimmerma2000-12-071-2/+6
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-1/+12
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-2/+2
* malloc -> *_mp_allocate_func or TMP_ALLOCzimmerma2000-10-021-3/+4
* no warning any more for negative exponent (thanks to V. Lefe`vre)zimmerma1999-12-101-6/+5