summaryrefslogtreecommitdiff
path: root/tests/misc.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogs and copyright yearsMarco Bodrato2019-08-131-1/+1
* tests/misc.c: silence a warningMarco Bodrato2019-08-131-1/+1
* -typoMarco Bodrato2018-03-181-1/+1
* (mpz_clobber): New function.Torbjorn Granlund2016-12-041-0/+8
* (seed_from_tod): Make shift well-defined.Torbjorn Granlund2016-12-011-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Move NO_ASM to config.h (from CFLAGS) and remove the redundant WANT_ASSEMBLY.Marc Glisse2016-03-201-2/+2
* Assert library version.Torbjorn Granlund2015-12-261-0/+14
* Default to /dev/random seeding.Torbjorn Granlund2015-11-011-27/+49
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* (tests_hardware_getround, tests_hardware_setround): Avoid assembly dependency...Torbjorn Granlund2013-05-161-3/+3
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-2/+2
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-1/+1
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-2/+2
* Initial mingw64 support.Torbjorn Granlund2009-09-141-2/+2
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
* Clean up spacing.tege2007-09-241-1/+0
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* (tests_rand_start): Mask random seed to 32 bits.tege2005-05-301-0/+1
* (tests_rand_start): Default to strtoul for re-seeding.tege2004-09-201-0/+6
* (tests_rand_start): Shift tv_usec for better seeding.tege2004-09-191-1/+1
* (tests_rand_end): Invoke fflush after printing seed.tege2004-09-181-0/+1
* * tests/misc.c (tests_rand_start): Use gmp_randinit_defaultKevin Ryde2003-11-101-1/+4
* * tests/misc.c, tests/tests.h (tests_setjmp_sigfpe,Kevin Ryde2003-10-041-0/+72
* * tests/misc.c, tests/tests.h (tests_isinf): New function.Kevin Ryde2003-07-141-0/+15
* * tests/misc.c, tests/tests.h (tests_hardware_getround,Kevin Ryde2003-06-281-0/+40
* * tests/misc.c (tests_start): Set stdout and stderr to unbuffered, toKevin Ryde2003-05-301-0/+4
* * tests/misc.c, tests/tests.h (tests_infinity_d): New function.Kevin Ryde2003-04-231-2/+21
* * tests/misc.c, tests/tests.h (call_rand_algs): New function.Kevin Ryde2003-03-291-1/+46
* * tests/misc.c, tests/refmpz.c, tests.tests.h, tests/mpz/t-cong.c:Kevin Ryde2002-06-061-9/+0
* (urandom): Nailify.tege2002-04-161-0/+6
* * tests/misc.c, tests/tests.h (byte_diff_lowest, byte_diff_highest):Kevin Ryde2002-03-311-1/+31
* * gmp-impl.h (POW2_P): New macro.Kevin Ryde2002-01-081-3/+0
* * tests/misc.c (tests_rand_end): Use time() if gettimeofday() notKevin Ryde2001-11-131-4/+5
* * tests/misc.c (tests_rand_start): Print GMP_CHECK_RANDOMIZE=NN toKevin Ryde2001-10-011-2/+2
* * tests/misc.c (mpz_negrandom): Use given rstate, not RANDS.Kevin Ryde2001-09-081-1/+1
* * tests/misc.c,tests.h (mpq_set_str_or_abort): New function.Kevin Ryde2001-07-061-4/+14
* * tests/misc.c, t-modlinv.c: Add string.h.Kevin Ryde2001-07-011-0/+1
* * tests/misc.c,tests.h (__gmp_allocate_strdup, strtoupper): NewKevin Ryde2001-04-251-0/+23
* * tests/misc.c (mpz_pow2abs_p, mpz_flipbit, mpz_errandomb,Kevin Ryde2001-03-151-3/+57
* More of:Kevin Ryde2001-03-031-7/+15
* * tests/misc.c (tests_rand_start, tests_rand_end): New functions.Kevin Ryde2001-03-021-0/+63
* * tests/misc.c (mpz_erandomb, mpz_erandomb_nonzero): New functions.Kevin Ryde2001-02-021-0/+24
* * gmp-impl.h, tests/misc.c, tests/tests.h: Move MPZ_SET_STR_OR_ABORTKevin Ryde2001-01-171-0/+25
* * tests/misc.c: New file, a few subroutines from the test programs.Kevin Ryde2001-01-061-0/+129