summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (libmpz_la_SOURCES): Add ui_sub.c.tege2002-05-071-1/+1
|
* * Makefile.am (MPZ_OBJECTS): Add ui_sub.c.tege2002-05-071-1/+1
|
* (MPZ_REALLOC): Rewrite to allow the use of _mpz_realloc return value.tege2002-05-071-5/+1
|
* (mpz_ui_sub): Add declaration.tege2002-05-071-0/+3
|
* * tune/many.pl: Add udiv.asm support.Kevin Ryde2002-05-071-0/+10
|
* * mpz/root.c: Use unsigned long with mpz_sub_ui not mp_limb_t.Kevin Ryde2002-05-071-1/+1
|
* Regenerate for:Kevin Ryde2002-05-071-2/+3
| | | | | * mpz/import.c, mpz/export.c: New files. * Makefile.am, mpz/Makefile.am, gmp-h.in: Add them.
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-073-56/+65
| | | | * Makefile.am, mpz/Makefile.am, gmp-h.in: Add them.
* * tune/README: Misc updates including sparc32/v9 smoothness, low resKevin Ryde2002-05-071-45/+35
| | | | timebase, and mpn_add_n operand overlaps.
* Handle exp <= 1. Reverse rp/tp parity scheme for bn == 1 arm.tege2002-05-071-1/+15
|
* (mpn_pow_1): Add declaration.tege2002-05-071-0/+3
|
* *** empty log message ***tege2002-05-072-2/+15
|
* * gmp.texi (Build Options): A couple of --build better as --host.Kevin Ryde2002-05-071-21/+132
| | | | | | | | | | | (Known Build Problems, Notes for Package Builds): Add DESTDIR problem. (Compatibility with older versions): Compatible with 4.x versions. (Converting Integers): Remove mpz_get_ui + mpz_tdiv_q_2exp decompose. (Integer Import and Export): New section. (Miscellaneous Integer Functions): Clarify mpz_sizeinbase returns 1 for operand of 0. (Language Bindings): Add GNU Pascal. (Low-level Functions): Add GMP_NUMB_MAX.
* Rename MP_LIMB_T_HIGHBIT => GMP_LIMB_HIGHBITtege2002-05-0727-51/+51
|
* Regenerate for:Kevin Ryde2002-05-071-34/+71
| | | | | | * tests/mpz/t-import.c, tests/mpz/t-export.c, tests/mpz/t-get_d.c: New tests. * tests/mpz/Makefile.am: Add them.
* * tests/mpz/t-import.c, tests/mpz/t-export.c, tests/mpz/t-get_d.c:Kevin Ryde2002-05-074-3/+401
| | | | | New tests. * tests/mpz/Makefile.am: Add them.
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-072-0/+355
|
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-071-0/+7
| | | | | | * Makefile.am, mpz/Makefile.am, gmp-h.in: Add them. * gmp-h.in, gmp-impl.h (GMP_NUMB_MAX): Move to gmp.h.
* * gmp-h.in, gmp-impl.h (GMP_NUMB_MAX): Move to gmp.h.Kevin Ryde2002-05-071-17/+78
| | | | | | | | | * gmp-impl.h (CNST_LIMB): Add cast to mp_limb_t to ensure unsigned. (CRAY_Pragma, MPN_REVERSE, MPN_BSWAP, MPN_BSWAP_REVERSE, ASSERT_ALWAYS_LIMB, ASSERT_ALWAYS_MPN): New macros. (MPZ_CHECK_FORMAT): Use ASSERT_ALWAYS_MPN. This CNST_LIMB change fixes some ASSERTs in mpn_sqrtrem.
* Remove a bogus comment.Kevin Ryde2002-05-061-7/+1
|
* (main): Don't call mpz_sizeinbase with negative base.tege2002-05-061-1/+1
|
* (lc): Remove an unused variable.tege2002-05-061-1/+0
|
* *** empty log message ***tege2002-05-061-3/+4
|
* Clarify an algorithm description.tege2002-05-061-6/+8
|
* *** empty log message ***tege2002-05-061-2/+57
|
* Disable for nails.tege2002-05-061-0/+2
|
* Misc variable name changes.tege2002-05-061-8/+4
|
* Nailify.tege2002-05-0611-59/+106
|
* Fix type of size variables.tege2002-05-062-2/+2
|
* Fix type of size variables.tege2002-05-0613-19/+21
|
* Nailify.tege2002-05-0611-50/+115
|
* (__GMPF_BITS_TO_PREC, __GMPF_PREC_TO_BITS): Nailify.tege2002-05-061-4/+3
|
* Rewrite - nailify.tege2002-05-062-22/+67
|
* Disambiguate if-statament with extra {}.tege2002-05-061-4/+6
|
* *** empty log message ***tege2002-05-041-0/+4
|
* Additional nailify changes.tege2002-05-041-1/+1
|
* *** empty log message ***Kevin Ryde2002-05-041-0/+5
|
* Regenerate for:Kevin Ryde2002-05-041-1/+1
| | | | * gmp-h.in (__GNU_MP_VERSION): Set to 4.1.
* * Makefile.am (-version-info): Bump for new release.Kevin Ryde2002-05-041-5/+8
|
* * Makefile.am (-version-info): Bump for new release.Kevin Ryde2002-05-041-5/+8
|
* * gmp-h.in (__GNU_MP_VERSION): Set to 4.1.Kevin Ryde2002-05-041-1/+1
|
* Fix spelling.tege2002-05-031-2/+2
|
* * gmp-impl.h (JACOBI_MOD_OR_MODEXACT_1_ODD): Allow for oddKevin Ryde2002-05-011-2/+12
| | | | GMP_NUMB_BITS.
* *** empty log message ***tege2002-04-301-0/+25
|
* Nailify (and uglify).tege2002-04-301-15/+69
|
* Additional nailify changes.tege2002-04-301-3/+4
|
* Misc.tege2002-04-301-1/+1
|
* Additional nailify changes.tege2002-04-301-4/+4
|
* Print floats with all 16 digits.tege2002-04-301-4/+4
|
* *** empty log message ***tege2002-04-301-2/+5
|