summaryrefslogtreecommitdiff
path: root/set_str_raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added copyright noticezimmerma1999-07-301-0/+21
* fix UMR (missing 0 terminating string)zimmerma1999-07-071-1/+2
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+6
* put correctly sign with macro CHANGE_SIGNzimmerma1999-06-251-1/+1
* fixed bug when exponent was missing (wrong result when part beforezimmerma1999-06-241-0/+2
* now allows leading '+'zimmerma1999-06-231-0/+1
* Initial revisionhanrot1999-06-091-0/+82