aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsetup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OptimisationsMattias Andrée2016-05-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Constants do not need dynamic memoryMattias Andrée2016-05-011-3/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Error-check implies unlikely branchingMattias Andrée2016-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add option UNSAFE which disables all internal error checksMattias Andrée2016-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix possible memory in zstr on failureMattias Andrée2016-04-271-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add, and use, libzahl_memfailure for conciseness, also fix possible unset errnoMattias Andrée2016-04-261-5/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Ensure that failure does not result in memory leakMattias Andrée2016-04-261-1/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* OptimisationsMattias Andrée2016-03-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-051-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimised zdivmodMattias Andrée2016-03-031-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsets and zstrMattias Andrée2016-03-021-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix whitespaceMattias Andrée2016-03-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-011-0/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>