Release 2.1.2.
[u/mdw/catacomb] / mpx.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.
2006-04-04 Mark Woodingcleanup: Various aesthetic fiddlings of little consequence.
2004-11-11 mdwFix a number of free/xfree bugs.
2004-04-08 mdwExpunge revision histories in files.
2004-04-03 mdwFix overrun in @mpx_lsr@.
2004-04-01 mdwAdd cyclic group abstraction, with test code. Separate...
2004-03-27 mdwImplement efficient reduction for pleasant-looking...
2003-05-16 mdwFix @mp_lsl2c@. Turns out to be surprisingly tricky.
2002-10-20 mdwTwo's complement I/O fixes.
2002-10-19 mdwFix overflows in shift primitives.
2002-10-19 mdwFix bit operations. Test them (a bit) better.
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 mdwProvide @mpx_ueq@ for rapidly testing equality of two...
2000-06-26 mdwPortability fix for the bug fix.
2000-06-25 mdw(mpx_udiv): Fix bug in quotient digit estimation.
1999-12-22 mdwNew function for division by a small integer.
1999-11-20 mdwIntegrate testing for MPX routines.
1999-11-20 mdwAdd function versions of some low-level macros with...
1999-11-17 mdwAdd two's-complement functionality. Improve mpx_udiv...
1999-11-13 mdwRemove stray debugging code.
1999-11-13 mdwMultiprecision routines finished and tested.
1999-09-03 mdwInitial import.