aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-027-0/+259
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zgcdMattias Andrée2016-03-022-1/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsets and zstrMattias Andrée2016-03-026-4/+133
| | | | 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-022-1/+32
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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>