summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-2-0-rel(no author)2005-09-1940-572/+1667
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-245-41/+56
* Update.vlefevre2005-08-241-0/+12
* Improved C compliance when mp_limb_t and uintmax_t have the same sizevlefevre2005-08-241-12/+21
* No longer assume that a mp_limb_t fits in an unsigned long (thisvlefevre2005-08-242-9/+5
* Update.vlefevre2005-08-231-0/+2
* This was wrong. Let's do it even more like the 2.1 branch.vlefevre2005-08-231-45/+38
* Update.vlefevre2005-08-231-0/+11
* Patch 1.25 didn't work under OSF1 with cc. Let's do it likevlefevre2005-08-231-33/+42
* Better locale support (for the decimal point in string conversionsvlefevre2005-08-215-4/+20
* Update.vlefevre2005-08-181-0/+97
* Misc changes (spelling, typography...).vlefevre2005-08-181-57/+62
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-18149-583/+583
* Converted tabs to spaces with expand.vlefevre2005-08-18156-3620/+3620
* Updated copyright line.vlefevre2005-08-1825-33/+32
* Support C implementations giving an incorrect value for the precisionvlefevre2005-08-182-73/+101
* Updated mpfr_get_ld: removed useless and non-portable hacks, fixedvlefevre2005-08-182-42/+57
* Added an assertion.vlefevre2005-08-181-0/+1
* Reformatted (GNU style).vlefevre2005-08-171-11/+12
* Improve the warning message by adding the lines:pelissip2005-08-171-1/+3
* added pointer for gammazimmerma2005-08-161-0/+2
* fixed comments (code did not change)zimmerma2005-08-161-7/+7
* added formula for gamma functionzimmerma2005-08-163-6/+36
* fixed last test (expected result was wrong)zimmerma2005-08-161-1/+1
* fixed bug for tiny inputzimmerma2005-08-161-13/+31
* added test casezimmerma2005-08-161-0/+11
* Reintroduce the computing of the dependencies.pelissip2005-08-121-1/+1
* Added MPFR_DOUBLE_SPEC (not used yet, except for warning messages).vlefevre2005-08-113-24/+66
* Completed the documentation of mpfr_strtofr (concerning the exponent).vlefevre2005-08-101-4/+4
* Removed double spaces in mpfr_strtofr description (this mattersvlefevre2005-08-101-52/+52
* Added a temporary test for non-IEEE-754 double's.vlefevre2005-08-101-0/+21
* Fix bug for pre-ansi compiler.pelissip2005-08-092-6/+6
* Remove redundant entries.pelissip2005-08-091-1/+0
* fixed bug in mpfr_sin (possible wrong inexact flag for rounding to nearest)zimmerma2005-08-084-3/+11
* Update informationpelissip2005-08-051-25/+25
* Rename mpfr_stack to mpfr_custom_pelissip2005-08-053-47/+47
* Added/updated copyright information.vlefevre2005-08-032-2/+26
* Update.vlefevre2005-08-031-1/+19
* Remove "Stack Interface" from TODO.pelissip2005-08-021-33/+0
* Add test file for mpfr_subnormalizepelissip2005-08-013-13/+98
* Add documentation for MPFR stack interfacepelissip2005-08-011-4/+95
* Add a new test to avoid potential problems if mp_limb_t != long.pelissip2005-08-011-2/+7
* Update.vlefevre2005-08-011-0/+524
* Add first version of MPFR stack interface.pelissip2005-07-266-3/+331
* Fix and clean up logging for GCC 4.0.xpelissip2005-07-261-3/+5
* Clean up code.pelissip2005-07-261-2/+1
* Improve logging:pelissip2005-07-263-18/+32
* Add experimental code (Disabled).pelissip2005-07-261-1/+9
* Fix commentpelissip2005-07-261-1/+1
* Add a new regression test (to fix).pelissip2005-07-261-0/+26