aboutsummaryrefslogtreecommitdiffstats
path: root/src/znot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs and add a randomised testingMattias Andrée2016-03-051-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-021-0/+30
Signed-off-by: Mattias Andrée <maandree@kth.se>