summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mini-gmp: Test mpz_out_str.Niels M?ller2013-01-212-0/+49
* ChangeLogTorbjorn Granlund2013-01-201-0/+4
* (main): Put random junk at qp[] instead of zeroing.Torbjorn Granlund2013-01-201-17/+21
* (check-mini-gmp): Set also DYLD_LIBRARY_PATH for the benefit of Darwin.Torbjorn Granlund2013-01-201-1/+2
* ChangeLog.Torbjorn Granlund2013-01-201-0/+2
* (main): Make negative `test' index value mean divisor bits, for better small ...Torbjorn Granlund2013-01-201-15/+11
* ChangeLogTorbjorn Granlund2013-01-201-0/+2
* (main): Separate divisor into normalised (dnp) and unnormalised (dup), pass a...Torbjorn Granlund2013-01-201-73/+42
* ChangeLogTorbjorn Granlund2013-01-201-1/+3
* Test mpn_sb_div_qr_sec and mpn_sb_div_r_sec.Torbjorn Granlund2013-01-201-1/+31
* ChangeLogTorbjorn Granlund2013-01-201-2/+7
* Back out last change which left `divisor_size' uninitialised; achieve change'...Torbjorn Granlund2013-01-201-12/+9
* ChangeLogMarco Bodrato2013-01-201-0/+4
* mini-gmp/mini-gmp.c (mpz_init_set_str): New function.Marco Bodrato2013-01-203-4/+11
* ChangeLogMarco Bodrato2013-01-201-0/+7
* mini-gmp/tests: New function, to test default memory functions.Marco Bodrato2013-01-203-2/+33
* ChangeLogTorbjorn Granlund2013-01-201-0/+4
* (PTRLIMB): New macro, used for conformant casting.Torbjorn Granlund2013-01-201-9/+15
* Copyright yearMarco Bodrato2013-01-191-2/+2
* ChangeLogMarco Bodrato2013-01-191-0/+2
* tests/mpz/t-remove.c: Test removal of 1.Marco Bodrato2013-01-191-17/+27
* ChangeLogMarco Bodrato2013-01-191-0/+2
* tests/mpz/t-set_str.c: Check also failing conditions.Marco Bodrato2013-01-191-16/+30
* ChangeLogMarco Bodrato2013-01-191-0/+2
* mini-gmp/tests/testutils.c (block_check, tu_free): Mark static.Marco Bodrato2013-01-191-2/+2
* typosMarco Bodrato2013-01-191-1/+1
* ChangeLogMarco Bodrato2013-01-191-0/+2
* mini-gmp/tests/testutils.h (tu_free): Remove declarationMarco Bodrato2013-01-191-3/+0
* ChangeLogMarco Bodrato2013-01-191-0/+6
* mini-gmp/tests: Get the current free function using mp_get_memory_functions.Marco Bodrato2013-01-192-13/+21
* ChangelogMarco Bodrato2013-01-191-7/+5
* mini-gmp: Improved mpz_set_str testing.Niels M?ller2013-01-182-2/+98
* mini-gmp: Use custom memory allocation for testsuite.Niels M?ller2013-01-186-2/+108
* mini-gmp: New file testutils.c, defining a shared main function.Niels M?ller2013-01-1824-138/+129
* NEWSMarco Bodrato2013-01-181-0/+2
* *** empty log message ***Torbjorn Granlund2013-01-181-0/+3
* Test also mpz_mod, mpz_mod_ui. Compare mpz_divisible_p just to ceil, to save...Torbjorn Granlund2013-01-181-14/+62
* ChangeLogTorbjorn Granlund2013-01-181-0/+4
* Prefix some names with GMP_.Torbjorn Granlund2013-01-181-49/+49
* Trivial merge.Torbjorn Granlund2013-01-182-3/+4
|\
| * ChangeLogTorbjorn Granlund2013-01-181-0/+3
| * (normalization_steps): Eliminate set-but-unused variable.Torbjorn Granlund2013-01-181-3/+1
* | mini-gmp/tests/t-double.c: Test also mpz_init_set_d.Marco Bodrato2013-01-182-3/+5
* | mini-gmp/tests/t-signed.c: Slightly larger coverage.Marco Bodrato2013-01-182-35/+36
|/
* ChangeLogTorbjorn Granlund2013-01-181-0/+2
* Test mpz_divisible_p and mpz_divisible_ui_p.Torbjorn Granlund2013-01-181-1/+23
* ChangeLogTorbjorn Granlund2013-01-181-0/+4
* (TESTS_REPS): Fix printf argument type clashes.Torbjorn Granlund2013-01-181-2/+3
* mini-gmp/mini-gmp.c (mpz_set_str): Accept uppercase '0X' and '0B'.Marco Bodrato2013-01-161-2/+2
* mini-gmp/tests/t-str.c: Test base <= 0.Marco Bodrato2013-01-162-5/+6