| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | zstr: do not calculate the exact output size, calculate something easier | Mattias Andrée | 2016-05-02 | 1 | -9/+5 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Fix possible memory in zstr on failure | Mattias Andrée | 2016-04-27 | 1 | -1/+2 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | zstr: add new parameter, n: the known limit out the length of the output | Mattias Andrée | 2016-04-27 | 1 | -8/+22 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Add, and use, libzahl_memfailure for conciseness, also fix possible unset errno | Mattias Andrée | 2016-04-26 | 1 | -2/+2 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Fix warnings (that were not turned on by default) | Mattias Andrée | 2016-04-08 | 1 | -11/+11 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowu | Mattias Andrée | 2016-03-16 | 1 | -2/+44 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Mostly optimisations | Mattias Andrée | 2016-03-14 | 1 | -4/+4 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Multiple changes: | Mattias Andrée | 2016-03-13 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | | 1) Compile test with -O0, it takes too long otherwise. 2) Add error codes: ZERROR_0_POW_0, ZERROR_0_DIV_0, ZERROR_DIV_0, ZERROR_NEGATIVE. 3) Add workaround for a bug in clang (src/allocator.c). 4) Cleanups. 5) Minor optimisations. 6) Add inclusion guard for zahl.h. Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operations | Mattias Andrée | 2016-03-12 | 1 | -11/+11 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Clean up, add zerror and zperror, fix bugs and add more tests | Mattias Andrée | 2016-03-04 | 1 | -11/+14 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Add makefile and fix errors | Mattias Andrée | 2016-03-04 | 1 | -3/+3 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Cleanup and fix bug in ztrunc | Mattias Andrée | 2016-03-03 | 1 | -1/+0 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Cleanup and add missing header inclusions | Mattias Andrée | 2016-03-02 | 1 | -0/+3 |
| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | Add zsets and zstr | Mattias Andrée | 2016-03-02 | 1 | -0/+61 |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
