| Commit message (Expand) | Author | Age | Files | Lines |
| * | zdiv.3: rationale for truncated division | Mattias Andrée | 2016-05-01 | 1 | -0/+8 |
| * | zptest.3: why it is called NONPRIME rather than COMPOSITE | Mattias Andrée | 2016-05-01 | 1 | -1/+7 |
| * | Add refsheet | Mattias Andrée | 2016-04-29 | 1 | -2/+2 |
| * | Fix typo, thank you Neven | Mattias Andrée | 2016-04-27 | 1 | -2/+2 |
| * | zinit.3: document `struct zahl` | Mattias Andrée | 2016-04-27 | 1 | -1/+1 |
| * | zstr: add new parameter, n: the known limit out the length of the output | Mattias Andrée | 2016-04-27 | 1 | -1/+17 |
| * | zstr_length.3: add missing blank space | Mattias Andrée | 2016-04-26 | 1 | -1/+1 |
| * | Zahl[en] is spelled with upper case Z | Mattias Andrée | 2016-04-24 | 1 | -1/+1 |
| * | zrand: add DEFAULT_RANDOM and FASTEST_RANDOM | Mattias Andrée | 2016-03-25 | 1 | -0/+23 |
| * | zrand: add MODUNIFORM and add tests for QUASIUNIFORM and MODUNIFORM | Mattias Andrée | 2016-03-25 | 1 | -0/+19 |
| * | Add note on performance of commutative functions with assignment to operand | Mattias Andrée | 2016-03-16 | 1 | -0/+15 |
| * | Mostly optimisations | Mattias Andrée | 2016-03-14 | 4 | -4/+4 |
| * | Multiple changes: | Mattias Andrée | 2016-03-13 | 1 | -0/+43 |
| * | Add memory pool, also let the user know that libzahl is not designed for cryptography | Mattias Andrée | 2016-03-05 | 1 | -0/+6 |
| * | Fix bugs and add a randomised testing | Mattias Andrée | 2016-03-05 | 1 | -1/+6 |
| * | More detailed description of division and modulus | Mattias Andrée | 2016-03-05 | 7 | -4/+35 |
| * | Clean up, add zerror and zperror, fix bugs and add more tests | Mattias Andrée | 2016-03-04 | 3 | -1/+65 |
| * | Add zptest | Mattias Andrée | 2016-03-03 | 1 | -0/+5 |
| * | Add zbset | Mattias Andrée | 2016-03-03 | 10 | -0/+48 |
| * | Add new functions: zpowu and zmodpowu | Mattias Andrée | 2016-03-03 | 4 | -0/+89 |
| * | Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqr | Mattias Andrée | 2016-03-03 | 3 | -1/+48 |
| * | znot man page: notes on representation and tendness toward zero | Mattias Andrée | 2016-03-02 | 1 | -0/+18 |
| * | Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztrunc | Mattias Andrée | 2016-03-02 | 5 | -1/+44 |
| * | Add zsets and zstr | Mattias Andrée | 2016-03-02 | 1 | -1/+1 |
| * | 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 | 3 | -29/+25 |
| * | Why zbits returns 1 for 0 | Mattias Andrée | 2016-03-02 | 1 | -0/+8 |
| * | 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 | 18 | -0/+584 |