| Commit message (Expand) | Author | Age | Files | Lines |
| * | zahl.h: fix working mishapp for zptest | Mattias Andrée | 2016-03-02 | 1 | -1/+1 |
| * | Add zlsh and zrsh | Mattias Andrée | 2016-03-02 | 2 | -0/+99 |
| * | ztrunc: fix bug: bits > .used may lead to incorrect truncation | Mattias Andrée | 2016-03-02 | 1 | -0/+2 |
| * | zgcd: optimisation of the first loop | Mattias Andrée | 2016-03-02 | 1 | -4/+12 |
| * | Cleanup and add missing header inclusions | Mattias Andrée | 2016-03-02 | 7 | -3/+14 |
| * | Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztrunc | Mattias Andrée | 2016-03-02 | 13 | -1/+304 |
| * | Add zgcd | Mattias Andrée | 2016-03-02 | 2 | -1/+63 |
| * | Add zsets and zstr | Mattias Andrée | 2016-03-02 | 7 | -5/+134 |
| * | Since zstr_length is a generalisation of zbits, add reference to each other in the man pages | Mattias Andrée | 2016-03-02 | 2 | -2/+4 |
| * | zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_length | Mattias Andrée | 2016-03-02 | 6 | -32/+59 |
| * | Why zbits returns 1 for 0 | Mattias Andrée | 2016-03-02 | 2 | -3/+10 |
| * | Add typedef zahl_char_t for internal use | Mattias Andrée | 2016-03-01 | 5 | -6/+11 |
| * | zsetu: change macro from CHARS_PER_TYPE to SIZE_MULTIPLE | Mattias Andrée | 2016-03-01 | 1 | -4/+4 |
| * | Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetu | Mattias Andrée | 2016-03-01 | 8 | -12/+131 |
| * | Avoid using the internal structure as much as possible | Mattias Andrée | 2016-03-01 | 2 | -4/+4 |
| * | Fix whitespace | Mattias Andrée | 2016-03-01 | 5 | -14/+14 |
| * | Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsb | Mattias Andrée | 2016-03-01 | 11 | -0/+189 |
| * | Add .gitignore | Mattias Andrée | 2016-03-01 | 1 | -0/+5 |
| * | Add zahl.h | Mattias Andrée | 2016-03-01 | 1 | -0/+129 |
| * | Man pages: rationale for non-essential arithmetic functions | Mattias Andrée | 2016-03-01 | 5 | -0/+19 |
| * | Add more man pages | Mattias Andrée | 2016-03-01 | 18 | -6/+476 |
| * | Add more man pages | Mattias Andrée | 2016-03-01 | 20 | -1/+649 |
| * | Add a number of man pages | Mattias Andrée | 2016-02-29 | 19 | -3/+587 |
| * | readme: libzahl is not thread-safe at the moment | Mattias Andrée | 2016-02-29 | 1 | -0/+3 |
| * | initial commit | Mattias Andrée | 2016-02-29 | 2 | -0/+51 |