perftest: Document the `-q' option for disabling checking.
[u/mdw/catacomb] / mp.h
2007-02-10 Mark Woodingmp-jacobi: Implement Kronecker symbol.
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2007-01-16 Mark Woodingmodexp: Implement simple mp_modexp function.
2006-02-01 Mark Woodingmp-modsqrt: Always return the smaller possible square...
2004-11-09 mdwA variety of small tweaks and fixes. Make mpmont etc...
2004-10-04 mdwRename MP_IS* to MP_*P, for consistency's sake. Use...
2004-04-08 mdwExpunge revision histories in files.
2004-04-03 mdwGeneral robustification.
2003-05-16 mdwFix @mp_lsl2c@. Turns out to be surprisingly tricky.
2002-10-15 mdwHandy new comparison macros.
2002-10-15 mdwNew operation to negate numbers.
2002-10-15 mdwBit setting and clearing functions.
2002-10-06 mdwPile of changes for supporting two's complement properly.
2001-06-16 mdwMove the @mpmont_factor@ structure and rename it now...
2001-04-03 mdwAdd some simple bitwise operations so that Perl can...
2000-10-08 mdwProvide @mp_eq@ and @MP_EQ@ for rapidly testing equalit...
2000-07-29 mdwAdd support for left-to-right bitscanning, for use...
2000-06-22 mdwAdd new functions.
2000-06-17 mdwMajor memory management overhaul. Added arena support...
1999-12-10 mdwMinor bugfixes. New interface for suggested destinations.
1999-11-22 mdwAdd support for computing Jacobi symbols.
1999-11-21 mdwAdd mp version of MPX_BITS.
1999-11-19 mdwFix const annotation.
1999-11-17 mdwNew multiprecision integer arithmetic suite.
1999-09-03 mdwInitial import.