aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-0315-4/+392
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* znot man page: notes on representation and tendness toward zeroMattias Andrée2016-03-021-0/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zahl.h: fix working mishapp for zptestMattias Andrée2016-03-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zlsh and zrshMattias Andrée2016-03-022-0/+99
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ztrunc: fix bug: bits > .used may lead to incorrect truncationMattias Andrée2016-03-021-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zgcd: optimisation of the first loopMattias Andrée2016-03-021-4/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleanup and add missing header inclusionsMattias Andrée2016-03-027-3/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-0213-1/+304
| | | | 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-027-5/+134
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Since zstr_length is a generalisation of zbits, add reference to each other in the man pagesMattias Andrée2016-03-022-2/+4
| | | | 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-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>