summaryrefslogtreecommitdiff
path: root/strtofr.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Merged patches from the trunk (3737:3738 [pow.c only: the other filesvlefevre2006-11-201-4/+7
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Copyright notice update: added 2006.vlefevre2006-01-101-1/+1
* Better locale support (for the decimal point in string conversionsvlefevre2005-08-211-1/+5
* Fix commentpelissip2005-07-261-1/+1
* Fixed locale bug. Function strncasecmp is no longer used.vlefevre2005-07-111-5/+26
* Fix warnings due to comparaison between signed and unsigned.pelissip2005-06-081-0/+1
* Clean up use of stdio.h:pelissip2005-06-081-3/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test.pelissip2005-05-231-1/+7
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-6/+6
* Clean up code.pelissip2005-02-141-1/+4
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-5/+5
* Add 'const' attribute to table.pelissip2004-12-151-1/+1
* Fix bug with TMP_MARK.pelissip2004-11-171-2/+2
* Bug fixed: cast to unsigned char instead of int for isspace (no,vlefevre2004-10-211-179/+180
* Remove some warnings on some "psycho" systems.pelissip2004-10-201-3/+3
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-181-4/+6
* Improve assertion.pelissip2004-09-291-2/+2
* Fix a bug in FreeBsd 5.20 / Alpha / Gcc 3.3.3.pelissip2004-09-211-2/+4
* Add a new test and clarify a comment.pelissip2004-09-211-1/+4
* Update Assertion for pow2.pelissip2004-09-211-8/+5
* Add ICC detection && support.pelissip2004-09-201-1/+1
* Add mpfr_strtofr function.pelissip2004-09-201-0/+714