aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-026-32/+59
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Why zbits returns 1 for 0Mattias Andrée2016-03-022-3/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-015-6/+11
| | | | 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-0111-0/+189
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add .gitignoreMattias Andrée2016-03-011-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zahl.hMattias Andrée2016-03-011-0/+129
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Man pages: rationale for non-essential arithmetic functionsMattias Andrée2016-03-015-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more man pagesMattias Andrée2016-03-0118-6/+476
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more man pagesMattias Andrée2016-03-0120-1/+649
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add a number of man pagesMattias Andrée2016-02-2919-3/+587
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* readme: libzahl is not thread-safe at the momentMattias Andrée2016-02-291-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* initial commitMattias Andrée2016-02-292-0/+51
Signed-off-by: Mattias Andrée <maandree@kth.se>