| Commit message (Expand) | Author | Files | Lines |
| 2016-07-24 | Clean up bench/util.h | Mattias Andrée | 1 | -6/+6 |
| 2016-07-24 | Rename bench/{benchmark.h => util.h} | Mattias Andrée | 1 | -3/+3 |
| 2016-07-23 | Add two exercises to the manual | Mattias Andrée | 1 | -1/+2 |
| 2016-06-02 | Makefile: remove intermediary files after compiling pdf files | Mattias Andrée | 1 | -0/+2 |
| 2016-05-13 | Miscellaneous stuff | Mattias Andrée | 1 | -1/+5 |
| 2016-05-11 | Work on the manual and zstr_length checks that the radix is valid | Mattias Andrée | 1 | -1/+3 |
| 2016-05-09 | manual: initialisation and errors | Mattias Andrée | 1 | -1/+2 |
| 2016-05-09 | Start on a manual | Mattias Andrée | 1 | -2/+13 |
| 2016-05-08 | Improve makefile | Mattias Andrée | 1 | -2/+2 |
| 2016-05-07 | Some small improvements | Mattias Andrée | 1 | -2/+3 |
| 2016-05-07 | Optimisations | Mattias Andrée | 1 | -1/+2 |
| 2016-05-06 | Make zdiv and zmod (calls zdivmod) inline | Mattias Andrée | 1 | -2/+2 |
| 2016-05-05 | Rename zahl-{inlines,internals}.h => zahl/{inlines,internals}.h | Mattias Andrée | 1 | -10/+12 |
| 2016-05-05 | Fix makefile | Mattias Andrée | 1 | -1/+1 |
| 2016-04-30 | Some optimisations | Mattias Andrée | 1 | -1/+1 |
| 2016-04-29 | Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmark | Mattias Andrée | 1 | -17/+17 |
| 2016-04-29 | Add refsheet | Mattias Andrée | 1 | -1/+14 |
| 2016-04-27 | More accurate benchmarking | Mattias Andrée | 1 | -3/+3 |
| 2016-04-27 | Improve library translations | Mattias Andrée | 1 | -2/+7 |
| 2016-04-24 | bench/benchmark-func.c | Mattias Andrée | 1 | -0/+4 |
| 2016-04-23 | Add support for benchmark against hebimath | Mattias Andrée | 1 | -25/+31 |
| 2016-04-22 | Add support for benchmark against TomsFastMath | Mattias Andrée | 1 | -1/+7 |
| 2016-04-08 | Some improvements: | Mattias Andrée | 1 | -17/+40 |
| 2016-04-07 | Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuff | Mattias Andrée | 1 | -6/+11 |
| 2016-03-27 | Add rand(3), lrand(3), and random(3) to zrand | Mattias Andrée | 1 | -0/+3 |
| 2016-03-15 | Optimisations | Mattias Andrée | 1 | -6/+6 |
| 2016-03-14 | Mostly optimisations | Mattias Andrée | 1 | -2/+2 |
| 2016-03-13 | Multiple changes: | Mattias Andrée | 1 | -1/+1 |
| 2016-03-13 | Optimisations | Mattias Andrée | 1 | -3/+3 |
| 2016-03-13 | Make zabs, zneg and zswap inline | Mattias Andrée | 1 | -4/+4 |
| 2016-03-13 | Add possibility to compare against libgmp | Mattias Andrée | 1 | -0/+1 |
| 2016-03-12 | Add possibility to compare against libtommath | Mattias Andrée | 1 | -0/+8 |
| 2016-03-09 | Add simple benchmarker | Mattias Andrée | 1 | -0/+3 |
| 2016-03-05 | Makefile: add install and uninstall | Mattias Andrée | 1 | -2/+19 |
| 2016-03-05 | Add memory pool, also let the user know that libzahl is not designed for cryptography | Mattias Andrée | 1 | -1/+1 |
| 2016-03-05 | zinit is now an inline function | Mattias Andrée | 1 | -2/+10 |
| 2016-03-05 | Fix bugs and add a randomised testing | Mattias Andrée | 1 | -4/+7 |
| 2016-03-04 | Makefile: add check rule | Mattias Andrée | 1 | -1/+4 |
| 2016-03-04 | Clean up, add zerror and zperror, fix bugs and add more tests | Mattias Andrée | 1 | -0/+2 |
| 2016-03-04 | Clean up, fix a few bugs, and add a test | Mattias Andrée | 1 | -2/+5 |
| 2016-03-04 | Add makefile and fix errors | Mattias Andrée | 1 | -0/+71 |