summaryrefslogtreecommitdiff
path: root/tests/mpq
Commit message (Collapse)AuthorAgeFilesLines
* tests/mpq/io.c: Use a random size.Marco Bodrato2022-03-171-3/+3
|
* tests/mpq/t-get_str.c (check_one): Print the right pointer.Marco Bodrato2019-09-061-2/+2
|
* Use TESTS_REPS.Marco Bodrato2018-11-081-2/+1
|
* (AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)Torbjorn Granlund2017-06-281-0/+1
|
* WHitespace cleanup.Torbjorn Granlund2016-10-141-1/+1
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2915-15/+0
|
* tests/mpq/t-cmp_z.c (sizes_test): New function, testing different sizes.Marco Bodrato2015-09-031-0/+54
|
* New function mpq_cmp_z, with test and documentationMarco Bodrato2015-08-312-2/+95
|
* tests/mpq/reuse.c: avoid copies, but check the format.Marco Bodrato2015-05-241-15/+20
|
* ChangeLogMarco Bodrato2015-05-241-1/+1
|
* tests/mpq/reuse.c: test also fun (x,x,x)Marco Bodrato2015-05-241-0/+12
|
* INCLUDES => AM_CPPFLAGS.Torbjorn Granlund2014-10-011-1/+1
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-0215-15/+15
|
* Collapse copyright years.Torbjorn Granlund2013-11-283-4/+4
|
* Fix typos.Torbjorn Granlund2013-07-222-2/+2
|
* Add a copyright year.Torbjorn Granlund2013-05-221-2/+2
|
* Remove unused variables and functions.Torbjorn Granlund2013-02-281-1/+0
|
* Whitespace cleanup.Torbjorn Granlund2013-02-261-2/+2
|
* Make test case less dependent on float precision.Niels M?ller2013-02-201-13/+30
|
* tests/mpq/t-cmp_ui.c: Test special comparisons: 0/1, 1/1.Marco Bodrato2013-02-141-0/+12
|
* (check_random): Limit exponents on vax.Torbjorn Granlund2012-12-311-4/+9
|
* Suppress check_random for vax.Torbjorn Granlund2012-12-271-0/+2
|
* tests/mpq/reuse.c: reset vars every now and then.Marco Bodrato2012-12-061-7/+39
|
* tests/mpq/reuse.c: New test (adapted from mpf/reuse.c)Marco Bodrato2012-12-062-1/+199
|
* Refine cpp test for vax.Torbjorn Granlund2012-12-051-1/+1
|
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-2114-154/+154
|
* Fix mpq mord_2exp bug, enhance related testing.Torbjorn Granlund2012-11-121-1/+64
|
* tests: slightly wider coverage.Marco Bodrato2012-05-171-0/+3
|
* New test mpq/io.c.Torbjorn Granlund2012-04-202-2/+139
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-032-2/+2
|
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-244-7/+62
| | | | | Test some mpq functions that were not used in the testsuite. Implement q=z (in gmpxx) with mpq_set_z.
* Initial mingw64 support.Torbjorn Granlund2009-09-141-2/+2
|
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-072-2/+2
|
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-051-13/+0
|
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-051-668/+0
| | | | | from repository. They're instead generated by automake and autoconf before distribution.
* (check_one): Fix a printf type clash.tege2007-10-171-2/+2
|
* Clean up spacing.tege2007-09-244-94/+94
|
* Update license to version 3.tege2007-09-1813-52/+26
|
* (check_random): Improve random generation for nails.tege2006-03-081-7/+10
|
* Avoid ldexp, it need -lm on OSF/1.tege2006-02-281-2/+38
|
* #include math.h.tege2006-02-281-4/+5
| | | | Add some casts around ldexp.
* (check_random): New function.tege2006-02-281-0/+33
| | | | (main): Call check_random.
* Update FSF's address.tege2006-02-1513-26/+26
|
* (check_various): Disable a test that gives common factors fortege2006-01-171-0/+2
| | | | GMP_NUMB_BITS == 62.
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-101-4/+6
|
* Regenerate for:Kevin Ryde2004-05-101-1/+0
| | | | * demos/expr/expr-impl.h: Don't use expr-config.h.
* Regenerate for:Kevin Ryde2004-05-081-9/+2
| | | | | | | | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h, demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* Regenerate for:Kevin Ryde2004-04-201-1/+1
| | | | * */Makefile.in, install-sh: Update to automake 1.8.3.
* * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automakeKevin Ryde2004-02-281-3/+3
| | | | 1.8.2 and libtool 1.5.2.
* Regenerate for:Kevin Ryde2004-01-111-0/+1
| | | | | * configure.in, demos/calc/Makefile.am: Use -lcurses or -lncurses with readline, when available.