summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Identify the CPU in the header line.Kevin Ryde2001-11-291-1/+1
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-291-30/+30
| | | | Not up-to-date, but at least in the new style (ie. no #ifndefs).
* Identify the CPU in the header line.Kevin Ryde2001-11-291-1/+1
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-292-63/+47
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-291-9/+11
| | | | | The SQR thresholds looked a bit weird in the measured results, those values left unchanged until it can be investigated.
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-292-21/+21
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-292-25/+26
|
* Remove mpz_perfect_power_p negatives and scan1, done.Kevin Ryde2001-11-291-10/+19
| | | | | | | Note problem with base indicator for octal floats. More on mips config.guess endianness. Add ppc 604 versus 750 gmp-mparam.h. Add z8k ABI=32 possibility.
* Identify the CPU in the header line.Kevin Ryde2001-11-291-1/+1
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-293-33/+36
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-294-44/+47
|
* * mpn/*/gmp-mparam.h: Update measured thresholds.Kevin Ryde2001-11-281-50/+33
| | | | | These are not up-to-date, in particular it misses out on powm recent changes, but is better than nothing.
* *** empty log message ***Kevin Ryde2001-11-281-3/+5
|
* * mpz/millerrabin.c: Mark for internal use only, for now.Kevin Ryde2001-11-281-0/+4
|
* * mpz/millerrabin.c: Mark for internal use only, for now.Kevin Ryde2001-11-281-11/+9
| | | | * gmp.texi (Number Theoretic Functions): Remove documentation.
* Document mpz_get_d_2exp and mpf_get_d_2exp.tege2001-11-281-0/+11
|
* *** empty log message ***tege2001-11-283-1/+116
|
* Order items differently.tege2001-11-281-15/+16
| | | | | Remove new mpfr. Minor rewordings.
* Use __GMP_REALLOCATE_FUNC_LIMBS.tege2001-11-281-3/+1
|
* *** empty log message ***tege2001-11-281-0/+5
|
* Fix typo. Make more similar to mpz_realloc.tege2001-11-281-9/+14
|
* *** empty log message ***tege2001-11-271-1/+4
|
* *** empty log message ***Kevin Ryde2001-11-271-0/+13
|
* 2001-10-09 Gerardo Ballabio <ballabio@sissa.it>Kevin Ryde2001-11-272-2139/+2471
| | | | * gmpxx.h, mpfrxx.h: Various updates and improvements.
* *** empty log message ***tege2001-11-271-0/+5
|
* More of:Kevin Ryde2001-11-261-8/+8
| | | | | | * mpz/init2.c, mpz/realloc2.c: New files. * gmp.texi (Initializing Integers): Add documentation, reword other parts.
* More of:Kevin Ryde2001-11-261-1/+5
| | | | * mpz/init2.c, mpz/realloc2.c: New files.
* * gmp.texi (Useful Macros and Constants): Add gmp_version, add @findexKevin Ryde2001-11-261-0/+7
| | | | for mp_bits_per_limb.
* * demos/perl/GMP.pm, demos/perl/GMP.xs: Use new style gmp_randinit's.Kevin Ryde2001-11-261-5/+6
| | | | | * demos/perl/test.pl: Update for this, and for mpz_perfect_power_p handling of 0 and 1.
* * demos/perl/GMP.pm, demos/perl/GMP.xs: Use new style gmp_randinit's.Kevin Ryde2001-11-262-22/+27
|
* Clear variable when decreasing allocation to less than needed.tege2001-11-261-19/+18
| | | | Misc updates.
* Update _mpz_realloc documentation.tege2001-11-261-3/+2
|
* *** empty log message ***Kevin Ryde2001-11-251-0/+20
|
* * tests/misc/t-locale.c: Avoid printf in the normal case, since theKevin Ryde2001-11-241-2/+5
| | | | replacement localeconv breaks printf on SunOS 4.
* * doc/configuration: Misc updates.Kevin Ryde2001-11-241-50/+58
|
* Move sub-quadratic divexact stuff across to projects.html.Kevin Ryde2001-11-241-10/+1
|
* Remove C++ wrapper task, done.Kevin Ryde2001-11-241-19/+56
| | | | | | Note Paul's sub-quadratic GCD work. Add quotient-only division. Add sub-quadratic redc and divexact.
* * gmp.texi (Build Options, Notes for Package Builds): Note libgmpxxKevin Ryde2001-11-241-11/+27
| | | | depends on libgmp from same GMP version.
* * tests/misc/t-scanf.c: Ensure sscanf arguments are writable, always.Kevin Ryde2001-11-241-1/+1
| | | | * configure.in (AC_CHECK_DECLS): Remove sscanf, no longer required.
* * tests/misc/t-scanf.c: Ensure sscanf arguments are writable, always.Kevin Ryde2001-11-241-11/+43
|
* * acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): NewKevin Ryde2001-11-242-0/+23
| | | | | | test. * scanf/sscanf.c, scanf/vsscanf.c: Use it to ensure sscanf input is writable, if necessary.
* Regenerate for:Kevin Ryde2001-11-241-0/+24
| | | | | * acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): New test.
* * acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): NewKevin Ryde2001-11-242-0/+26
| | | | test.
* * configure.in (none-*-*): Fix default CFLAGS setups.Kevin Ryde2001-11-241-0/+4
|
* Regenerate for:Kevin Ryde2001-11-241-0/+4
| | | | * configure.in (AC_CHECK_DECLS): Add sscanf.
* *** empty log message ***Kevin Ryde2001-11-241-1/+2
|
* *** empty log message ***Kevin Ryde2001-11-241-0/+8
|
* * mpz/init2.c, mpz/realloc2.c: New files.Kevin Ryde2001-11-241-36/+56
| | | | | * gmp.texi (Efficiency): Mention these instead of _mpz_realloc. (Initializing Integers): Add documentation, reword other parts.
* * mpz/init2.c, mpz/realloc2.c: New files.Kevin Ryde2001-11-241-0/+6
| | | | * gmp-h.in: Add prototypes.
* Regenerate for:Kevin Ryde2001-11-242-38/+47
| | | | | * mpz/init2.c, mpz/realloc2.c: New files. * Makefile.am, mpz/Makefile.am: Add them.