aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimise zdivmodMattias Andrée2016-03-032-12/+9
* Add zbsetMattias Andrée2016-03-032-2/+50
* Add zdivmodMattias Andrée2016-03-032-1/+80
* Optimise zpow and zmodpowMattias Andrée2016-03-032-10/+20
* Add new functions: zpowu and zmodpowuMattias Andrée2016-03-032-0/+77
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-0311-1/+342
* Add zlsh and zrshMattias Andrée2016-03-022-0/+99
* ztrunc: fix bug: bits > .used may lead to incorrect truncationMattias Andrée2016-03-021-0/+2
* zgcd: optimisation of the first loopMattias Andrée2016-03-021-4/+12
* Cleanup and add missing header inclusionsMattias Andrée2016-03-027-3/+14
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-027-0/+259
* Add zgcdMattias Andrée2016-03-022-1/+63
* Add zsets and zstrMattias Andrée2016-03-026-4/+133
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-022-1/+32
* Why zbits returns 1 for 0Mattias Andrée2016-03-021-3/+2
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-014-5/+7
* zsetu: change macro from CHARS_PER_TYPE to SIZE_MULTIPLEMattias Andrée2016-03-011-4/+4
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-018-12/+131
* Avoid using the internal structure as much as possibleMattias Andrée2016-03-012-4/+4
* Fix whitespaceMattias Andrée2016-03-015-14/+14
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-0110-0/+188