Release 2.1.2.
[u/mdw/catacomb] / mptext.c
2011-09-01 Mark Woodingmptext.c: Fix hopeless incorrectness in raw base conver...
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2004-12-01 mdwAllow base 255 (or whatever) in mptext.
2004-10-04 mdwRename MP_IS* to MP_*P, for consistency's sake. Use...
2004-04-08 mdwExpunge revision histories in files.
2002-10-19 mdwFix leftovers bug in reading.
2002-10-15 mdwBug fix: prevent negative zero.
2002-10-15 mdwFix fencepost bugs in binary radix writing.
2002-10-09 mdwAllow `0o' and `0b' prefixes for octal and binary ...
2002-10-09 mdwAllow user-specified `r_xx' bases to be up to 62.
2002-01-13 mdwExtend the textual format to bases up to 62 by distingu...
2001-06-16 mdwTypesetting fixes.
2001-06-16 mdwAdded fast-track code for binary output bases, and...
2001-02-03 mdwMake flags be unsigned. Improve the write algorithm...
2000-12-06 mdwReduce binary bytes (to allow marker bits to be ignored...
2000-07-15 mdwBug fix in binary input.
2000-06-25 mdwFix the derivation of `depth' commentary.
2000-06-17 mdwNew and much faster stack-based algorithm for reading...
1999-12-22 mdwUse clever recursive algorithm for writing numbers...
1999-12-10 mdwAllocate slightly less memory.
1999-11-20 mdwUse function versions of MPX_UMULN and MPX_UADDN.
1999-11-17 mdwNew multiprecision integer arithmetic suite.