summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sleep: add new programHEADmasterMichał Łyszczek2018-12-1311-92/+576
* configure.ac: fix bad descriptionMichał Łyszczek2018-11-231-5/+5
* fix: run stdout error tests only when stdout is mutableMichał Łyszczek2018-10-104-0/+58
* seq: dont perform checks that considered invalid by c standardMichał Łyszczek2018-10-102-25/+4
* seq: add -h and -v optionsMichał Łyszczek2018-10-102-2/+51
* rev: add: test for printing versionMichał Łyszczek2018-10-101-1/+24
* add test cases when printf failsMichał Łyszczek2018-10-106-8/+160
* add: use custom file in stdout redirectionMichał Łyszczek2018-10-104-34/+51
* add: license and other kind of stuffMichał Łyszczek2018-10-094-0/+28
* fix: dont pass NULL to sprintf - it may crashMichał Łyszczek2018-10-091-4/+8
* add: missing mtest.sh from distMichał Łyszczek2018-10-091-1/+1
* use printf instead of echo -n which may not be availableMichał Łyszczek2018-10-091-7/+7
* use expr instead of shell substring hackMichał Łyszczek2018-10-093-4/+4
* fix: for different behaviour of stdio redirect on different osMichał Łyszczek2018-10-091-0/+9
* conditional include of linux/limits.hMichał Łyszczek2018-10-092-1/+5
* add: missing tap-driver.sh fileMichał Łyszczek2018-10-092-1/+651
* add: seq program with testsMichał Łyszczek2018-10-092799-16/+19631
* simplify test makefileMichał Łyszczek2018-10-053-60/+19
* add: clang static code analyzerMichał Łyszczek2018-10-052-1/+4
* set proper version of projectMichał Łyszczek2018-10-052-2/+2
* fix: make distcheck not working - it does notMichał Łyszczek2018-10-054-4/+9
* add: code coverage reportsMichał Łyszczek2018-10-055-6/+35
* add: git ignore filesMichał Łyszczek2018-10-053-0/+42
* add: build standalone and library simultaneouslyMichał Łyszczek2018-10-057-16/+41
* rev: add shell testsMichał Łyszczek2018-10-053-46/+904
* rev: add tests for library buildMichał Łyszczek2018-10-0413-3/+1516
* add: rev programMichał Łyszczek2018-10-048-0/+1035