| Commit message (Expand) | Author | Age | Files | Lines |
| * | 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operations | Mattias Andrée | 2016-03-12 | 1 | -1/+1 |
| * | Add memory pool, also let the user know that libzahl is not designed for cryptography | Mattias Andrée | 2016-03-05 | 1 | -0/+1 |
| * | zinit is now an inline function | Mattias Andrée | 2016-03-05 | 1 | -2/+2 |
| * | Fix bugs and add a randomised testing | Mattias Andrée | 2016-03-05 | 1 | -1/+1 |
| * | Clean up, add zerror and zperror, fix bugs and add more tests | Mattias Andrée | 2016-03-04 | 1 | -0/+10 |
| * | Add makefile and fix errors | Mattias Andrée | 2016-03-04 | 1 | -1/+1 |
| * | Add zbset | Mattias Andrée | 2016-03-03 | 1 | -0/+3 |
| * | Add new functions: zpowu and zmodpowu | Mattias Andrée | 2016-03-03 | 1 | -0/+2 |
| * | Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqr | Mattias Andrée | 2016-03-03 | 1 | -2/+2 |
| * | zahl.h: fix working mishapp for zptest | Mattias Andrée | 2016-03-02 | 1 | -1/+1 |
| * | Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztrunc | Mattias Andrée | 2016-03-02 | 1 | -0/+1 |
| * | zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_length | Mattias Andrée | 2016-03-02 | 1 | -2/+2 |
| * | Add typedef zahl_char_t for internal use | Mattias Andrée | 2016-03-01 | 1 | -1/+4 |
| * | Add zahl.h | Mattias Andrée | 2016-03-01 | 1 | -0/+129 |