| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Added comments on all random number generator functions ; | hanrot | 2006-02-13 | 1 | -0/+9 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -23/+23 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -5/+5 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Improve coverage test. | pelissip | 2004-11-19 | 1 | -0/+4 |
* | Replaced mpfr_set_emin/emax by set_emin/emax in tests to check | vlefevre | 2004-10-26 | 1 | -2/+2 |
* | Update memory allocations scheme without gmp-impl.h. | pelissip | 2004-04-08 | 1 | -0/+1 |
* | Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK. | pelissip | 2004-03-26 | 1 | -2/+2 |
* | improved coverage tests | zimmerma | 2004-02-16 | 1 | -4/+18 |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -0/+4 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -9/+9 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 1 | -3/+4 |
* | Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug. | ryde | 2003-06-09 | 1 | -3/+3 |
* | Prototypes: use static. Some code reformatting. | vlefevre | 2003-01-24 | 1 | -90/+114 |
* | removed math.h | zimmerma | 2003-01-16 | 1 | -1/+0 |
* | # Add a copyright year. | ryde | 2003-01-10 | 1 | -1/+1 |
* | Tolerate empty argv[1], which can arise from ancient bash executing | ryde | 2003-01-10 | 1 | -2/+9 |
* | added more tests for mpfr_urandomb, and for small precision | zimmerma | 2002-09-23 | 1 | -17/+31 |
* | fixed bugs in mpfr_random2 (wrong exponent, invalid numbers) | zimmerma | 2002-09-23 | 1 | -1/+1 |
* | added checks for mpfr_random2 | zimmerma | 2002-09-23 | 1 | -4/+22 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+4 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -3/+3 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Patch by Kevin Ryde + misc fixes. | vlefevre | 2002-03-26 | 1 | -1/+1 |
* | replaced getpid() by time(NULL) | zimmerma | 2002-03-25 | 1 | -1/+1 |
* | Missing #include. | vlefevre | 2002-03-22 | 1 | -0/+1 |
* | replaced rand/lrand48, drand48, srand/srand48 by macros | zimmerma | 2002-03-21 | 1 | -3/+2 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 1 | -7/+10 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -1/+1 |
* | Prototype changes. | vlefevre | 2001-09-13 | 1 | -0/+1 |
* | changed "int main(..)" to two lines | zimmerma | 2001-02-18 | 1 | -2/+2 |
* | k2r -> ansi style | zimmerma | 2000-12-21 | 1 | -8/+10 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | removed printf for argc=1 | zimmerma | 2000-06-21 | 1 | -2/+0 |
* | Various patches for leaks, UMR and (one) BUS. | hanrot | 2000-06-20 | 1 | -3/+7 |
* | arguments of gmp_randinit were in wrong order | zimmerma | 2000-06-16 | 1 | -5/+10 |
* | Display of statistics is only toggled if a number of tests to be performed | hanrot | 2000-06-15 | 1 | -9/+19 |
* | Very basic statistical tests for random, random2, urandomb. | hanrot | 2000-06-15 | 1 | -0/+163 |