aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Why zbits returns 1 for 0Mattias Andrée2016-03-021-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-014-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zsetu: change macro from CHARS_PER_TYPE to SIZE_MULTIPLEMattias Andrée2016-03-011-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-018-12/+131
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Avoid using the internal structure as much as possibleMattias Andrée2016-03-012-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix whitespaceMattias Andrée2016-03-015-14/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-0110-0/+188
Signed-off-by: Mattias Andrée <maandree@kth.se>