aboutsummaryrefslogtreecommitdiffstats
path: root/src/zload.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-10/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Avoid using the internal structure as much as possibleMattias Andrée2016-03-011-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix whitespaceMattias Andrée2016-03-011-5/+5
| | | | 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/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>