]> git.lizzy.rs Git - plan9front.git/history - sys/src/libmp/port
libaml: fix gc bug, need to amltake()/amldrop() temporary buffer
[plan9front.git] / sys / src / libmp / port /
2018-12-06 aijulibmp: fix mptouv behaviour to match mptoui
2018-12-05 aijumptov: make it actually work
2018-05-10 cinap_lenrekmerge
2018-05-05 aijumpdiv: get signs right...
2018-05-04 aijumpmagadd: oops...
2018-05-04 aijumpmagadd: force output sign +1 always
2018-05-04 aijumpdiv: fix sign bug
2018-05-03 aijumplogic: don't drop carry out
2018-05-03 cinap_lenrekmerge
2018-04-26 aijumpdiv: fix dividing 0 by a small power of two
2018-03-09 aijump: add mptod and dtomp
2017-12-31 cinap_lenreklibmp: use constant time encode(2) routines instead...
2017-02-05 cinap_lenrekmerge
2017-02-05 cinap_lenreklibmp: fix mpmod() aliasing bug when n == r and x ...
2016-12-28 cinap_lenreklibmp: avoid temporary buffer allocation in mprand()
2016-12-22 cinap_lenrekmerge
2016-12-20 aijumpxor: sign should be 1/-1, not 0/-1
2016-09-01 aijumptrunc: don't write to r->p[r->top]
2016-08-29 cinap_lenreklibmp: remove unused mpeuclid.c
2016-08-29 cinap_lenreklibmp: allow passing nil to v,x,y results of mpextended...
2016-08-28 cinap_lenreklibmp: mpnrand(), what was i *THINKING*
2016-08-28 cinap_lenreklibmp: mpdiv(): fix divisor==quotient case (again)
2016-08-28 cinap_lenreklibmp: timingsafe sign flip for small power-of-two...
2016-08-28 aijumpdiv: negative divisor has to flip sign of quotient
2016-08-28 aijump: fix mptov and mptouv
2016-08-28 aijump: fix mpnot and add mpasr
2016-08-27 aijustrtomp: update the returned char* even if there were...
2016-08-27 aijustrtomp: fix mpbits() call in octal code
2016-08-07 aijumptrunc: normalize after mpassign to handle the case...
2016-04-10 cinap_lenreklibmp: fix build for spim, reduce by the mips assembly...
2016-04-10 cinap_lenreklibmp: make includes consistent, make test program...
2016-02-06 mischieflibmp: remove include of libsec.h
2016-02-04 cinap_lenreklibmp: handle out of memory case in gmfield()
2016-01-06 cinap_lenreklibmp: silence compiler warning for strtomp
2016-01-04 cinap_lenreklibmp: mistake in strtomp()
2016-01-03 cinap_lenreklibmp: support for c-style base prefixes for strtomp...
2015-12-20 aijumpfmt: handle base 2, 4
2015-12-16 cinap_lenreklibmp: add mpfield() function for fast field arithmetic
2015-12-08 aijump: strtomp support for bases 2,4,8
2015-12-08 aijump: fix bug in mplogic.c; update mkfile
2015-12-08 aijump: add logic operations; mpfmt: include 0x with #
2015-12-06 cinap_lenrekmerge
2015-12-06 cinap_lenreklibmp: fix assert() for mpexp() with nil modulus
2015-12-01 cinap_lenreklibmp: mpmod() fix typo
2015-12-01 cinap_lenreklibmp: with mpmod() m = 2^a - c ensure that digits...
2015-11-21 cinap_lenreklibmp: initial attempt at constant time code, faster...
2015-11-01 cinap_lenrekmerge
2015-11-01 cinap_lenreklibmp: optimize case x/0xffffffff in mpdigdiv() (helps...
2015-08-26 cinap_lenreklibmp: simplify mpnrand(), as mpnew() cannot return nil
2015-08-25 cinap_lenreklibmp: add mpnrand() function to generate uniform rando...
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image - lib
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image