aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-031-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zgcdMattias Andrée2016-03-021-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsets and zstrMattias Andrée2016-03-021-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-021-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-011-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-011-12/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-011-0/+30
Signed-off-by: Mattias Andrée <maandree@kth.se>