aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Multiple changes:Mattias Andrée2016-03-131-4/+52
* OptimisationsMattias Andrée2016-03-131-6/+23
* 64 bits (severely) outshines 16 bits and 8 bits in performance: do some cleanupMattias Andrée2016-03-121-1/+0
* 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée2016-03-121-3/+3
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-051-12/+5
* Improve zsub, only copy to temp when necessaryMattias Andrée2016-03-051-0/+1
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-3/+7
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-1/+2
* Add makefile and fix errorsMattias Andrée2016-03-041-2/+3
* Add zptestMattias Andrée2016-03-031-2/+9
* Add zrandMattias Andrée2016-03-031-1/+2
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-2/+22
* Optimised zdivmodMattias Andrée2016-03-031-0/+1
* Optimise zdivmodMattias Andrée2016-03-031-2/+1
* Add zdivmodMattias Andrée2016-03-031-1/+5
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-031-1/+9
* Add zgcdMattias Andrée2016-03-021-1/+3
* Add zsets and zstrMattias Andrée2016-03-021-1/+9
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-021-1/+4
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-011-2/+4
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-011-12/+3
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-011-0/+30