Use auto-version machinery for building.
[u/mdw/catacomb] / mp-arith.c
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2007-01-16 Mark WoodingMerge branch 'fixes'
2007-01-16 Mark WoodingFix various assumptions about mpw sizes.
2005-09-13 mdwStupid mistake fix.
2004-11-22 mdwMake prime generation work when function pointers are...
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-03-21 mdwMerge and close elliptic curve branch.
2004-03-20 mdwBug fix.
2003-10-12 mdwMerge fix from other branch.
2003-06-10 mdwFix bug dividing small things by large ones.
2003-05-16 mdwFix @mp_lsl2c@. Turns out to be surprisingly tricky.
2002-10-19 mdwFix bit operations. Test them (a bit) better.
2002-10-15 mdwNew operation to negate numbers.
2002-10-15 mdwBit setting and clearing functions.
2002-10-09 mdwFix bounds on workspace for Karatsuba operations.
2002-10-06 mdwPile of changes for supporting two's complement properly.
2001-04-03 mdwAdd some simple bitwise operations so that Perl can...
2000-10-08 mdwRename Karatsuba constants now that we have @gfx_kmul...
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-06-22 mdwNew function @mp_odd@ to extract powers of two from...
2000-06-17 mdwMajor memory management overhaul. Added arena support...
1999-12-22 mdwAdjust Karatsuba parameters. Calculate destination...
1999-12-13 mdwSlightly different rules on memory allocation.
1999-12-11 mdwKaratsuba squaring algorithm.
1999-12-10 mdwChange interface for suggested destinations.
1999-11-17 mdwNew multiprecision integer arithmetic suite.