aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-07remove ':' in getopts switchMichael Czigler1-1/+0
2020-08-07replace exit() in main() with returnEthan Sommer1-1/+1
2020-08-07remove duplicate includemcpcpc1-3/+1
2020-08-07better solution to dprintf() issueMichael Czigler1-7/+4
2020-08-07temporary fix for dprintf() sending garbage after NULL bytemcpcpc1-3/+7
2020-08-06address POSIX equivalent of FIONREADmcpcpc1-12/+13
2020-08-06fix unknown options or missing argumentsmcpcpc1-13/+9
2020-08-06refactoring and cleanupmcpcpc1-25/+29
2020-08-06fix multi-word messagesmcpcpc1-4/+9
2020-08-06fix ':m' error messagemcpcpc1-1/+1