aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: set PRINT_HELP to be 1 by defaultHEADmasterMichał Łyszczek2020-05-201-1/+1
* main.c: use only [a-z] in random_string() to save program memoryMichał Łyszczek2020-05-201-4/+4
* sini: add SINI_STANDALONE to allow embedding sini in small OSesMichał Łyszczek2020-05-203-1/+18
* readme.md: add info about compilation-time optionsMichał Łyszczek2020-05-191-20/+40
* sini: add option to disable help to limit program memory usageMichał Łyszczek2020-05-192-2/+17
* main.c: use linlen instead of LINE_MAX in get_line()Michał Łyszczek2020-05-191-1/+1
* main.c: comment fixMichał Łyszczek2020-05-191-1/+1
* readme.md: add some more info about how to compileMichał Łyszczek2020-05-191-0/+3
* tst/Makefile: remove debug flags from building test siniMichał Łyszczek2020-05-191-1/+1
* test.sh: add test when passing empty sectionMichał Łyszczek2020-05-191-0/+15
* tst/Makefile: fix invalid COVERAGE variable nameMichał Łyszczek2020-05-191-1/+1
* sini: allow comments to be longer than LINE_MAXMichał Łyszczek2020-05-194-1/+58
* main.c: add 'line n:' to error messages for quick error spottingMichał Łyszczek2020-05-192-27/+32
* main.c: remove unused goto() macrosMichał Łyszczek2020-05-191-6/+4
* main.c: print section/key not found on stderr when not foundMichał Łyszczek2020-05-191-4/+4
* main.c: indent fixMichał Łyszczek2020-05-191-1/+1
* main.c: make comment for copy_file() more descriptiveMichał Łyszczek2020-05-191-3/+5
* Makefile: add main.plist to depend on main.cMichał Łyszczek2020-05-191-1/+1
* sini: split object into two - section and key argumentsMichał Łyszczek2020-05-195-176/+188
* www/gen-download-page.sh: add support for *-r1 versionMichał Łyszczek2019-11-271-3/+3
* Makefile: use PREFIX instead of DESTDIRMichał Łyszczek2019-11-271-5/+7
* main.c: compress macros a little bit for better readabilityMichał Łyszczek2019-11-071-29/+6
* .gitignore: add entries to ignore dist filesMichał Łyszczek2019-11-071-0/+1
* add LICENSE fileMichał Łyszczek2019-11-071-0/+26
* Makefile: fix dist targetMichał Łyszczek2019-11-071-1/+2
* add files to generate wwwMichał Łyszczek2019-11-0711-3/+441
* Makefile: add dist targetMichał Łyszczek2019-11-071-1/+36
* sini.1: add manual page about programs usageMichał Łyszczek2019-11-072-1/+118
* Makefile: add uninstall targetMichał Łyszczek2019-11-061-4/+3
* tst: add more tests using fogen and libfoMichał Łyszczek2019-11-066-47/+190
* move tests to tst/ directoryMichał Łyszczek2019-11-034-2/+2
* Makefile: add clang-analyze and make analyze run both clang and pvsMichał Łyszczek2019-11-031-2/+4
* add tons of new tests and fix some errors found by themMichał Łyszczek2019-11-033-35/+412
* main.c: fix invalid stringification of integer macroMichał Łyszczek2019-11-031-2/+2
* Makefile: add pvs-analyze targetMichał Łyszczek2019-11-031-1/+21
* .gitignore: add coverage and analyzer files to the listMichał Łyszczek2019-11-031-0/+4
* test.sh: add pipe and envvar test to `set' commandMichał Łyszczek2019-11-032-38/+71
* main.c: fix some minor warnings reported by gcc/clangMichał Łyszczek2019-11-022-8/+7
* Makefile: add analyze target to run clang analyzerMichał Łyszczek2019-11-021-1/+7
* Makefile: add support for coverage targetMichał Łyszczek2019-11-021-1/+16
* main.c: add support for `set' commandMichał Łyszczek2019-11-023-54/+490
* sini: initial project commit, first working versionMichał Łyszczek2019-11-026-0/+1030