summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify input requirements for mpn_gcd and mpn_gcdextNiels Möller2011-05-174-5/+19
* C++: automatically turn c=(a+b)/2 into c=a+b;c/=2, no need for a temporary.Marc Glisse2011-05-152-9/+11
* Remove an unneeded overload of <<Marc Glisse2011-05-153-9/+24
* Test stream input/output on mp*_class and not just mp*_t.Marc Glisse2011-05-104-6/+106
* Removed extra <> brackets.Niels Möller2011-05-101-2/+2
* Clarified documentation of mpz_gcd and mpz_gcdextNiels Möller2011-05-102-6/+14
* Fixed allocation for mpn_gcdext cofactor argument.Niels Möller2011-05-093-4/+11
* (BMOD_1_TO_MOD_1_THRESHOLD): Default for fat builds.Torbjorn Granlund2011-05-093-3/+12
* mp_bitcnt_t in the doc. The C++ random class still needs auditing.Marc Glisse2011-05-082-1/+2
* mp_bitcnt_t for [lr]shift.Marc Glisse2011-05-082-14/+13
* More mp_bitcnt_t. Probably still some left.Marc Glisse2011-05-082-4/+5
* More mp_bitcnt_t missed.Marc Glisse2011-05-082-25/+29
* Test the C++ operators +=, -=, etc.Marc Glisse2011-05-073-1/+139
* Small gmpxx simplifications and optimizations.Marc Glisse2011-05-072-98/+35
* Minor test changes.Marc Glisse2011-05-073-3/+6
* Make some conversions between C++ types explicit.Marc Glisse2011-05-066-8/+124
* *** empty log message ***Torbjorn Granlund2011-05-051-0/+5
* Use MPZ_REALLOC.Torbjorn Granlund2011-05-051-9/+3
* Correct sgn computation.Torbjorn Granlund2011-05-051-4/+4
* fix fat on x86_64Marc Glisse2011-05-053-3/+19
* *** empty log message ***Torbjorn Granlund2011-05-051-0/+5
* (PIC_OR_DARWIN): New symbol. Use it to work around Darwin problems.Torbjorn Granlund2011-05-051-3/+14
* Fixed mpn_gcdext compatibility note; older versions needed space forNiels Möller2011-05-041-5/+5
* Reduce tmp allocations. Use mpz_divexact.Niels Möller2011-05-042-57/+55
* configure.in: make invert_limb_table work correctly with --disable-assembly (...David Harvey2011-05-042-1/+8
* update configfsf.*Marc Glisse2011-05-033-289/+364
* mpn_gcdext: Added compatibility note on required allocation sizes.Niels Möller2011-05-031-5/+11
* Updated url to the Granlund-Montgomery paper. ftp.cwi.nl seems to be down.Niels Möller2011-05-031-2/+1
* Call libtoolize without -c, as make dist does the right thing with symlinks.Marc Glisse2011-05-022-1/+5
* mpn_gcdext no longer needs an extra limb on inputs. Tweak doc and mpz_gcdext ...Niels Möller2011-05-023-10/+15
* Fixed ASSERT.Niels Möller2011-05-022-2/+7
* Trivial merge.Torbjorn Granlund2011-05-012-5/+1
|\
| * Add a copyright year.Torbjorn Granlund2011-05-011-1/+1
| * Remove left-over mention of Berkely MP functions.Torbjorn Granlund2011-05-011-4/+0
* | Let recent g++ use gnu_inline.Marc Glisse2011-05-012-1/+4
|/
* mpf_urandomb docMarc Glisse2011-05-012-1/+5
* C++ random generator testsMarc Glisse2011-05-012-1/+13
* More C++ tests.Marc Glisse2011-05-012-0/+8
* Let libtoolize generate ltmain.sh.Marc Glisse2011-04-303-8408/+4
* 3 places were missed in the introduction of mp_bitcnt_tMarc Glisse2011-04-302-3/+10
* *** empty log message ***Torbjorn Granlund2011-04-281-0/+5
* Trivial merge.Torbjorn Granlund2011-04-285-8/+15
|\
| * Mention benign out-of-bounds read in Valgrind context.Torbjorn Granlund2011-04-281-0/+5
| * Add comment.Torbjorn Granlund2011-04-281-1/+1
| * (x86_64): Support bobcat specifically.Torbjorn Granlund2011-04-281-2/+4
| * Whitespace cleanup.Torbjorn Granlund2011-04-281-4/+4
| * Fix a typo.Torbjorn Granlund2011-04-281-1/+1
* | README.HG: update autotools version numbers.David Harvey2011-04-282-3/+7
|/
* *** empty log message ***Torbjorn Granlund2011-04-271-0/+3
* (speed_cyclecounter): Always use PIC variant when compiled with Apple's GCC.Torbjorn Granlund2011-04-271-1/+1