summaryrefslogtreecommitdiff
path: root/vgstash (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-18add 'playlog' list filterzlg1-2/+6
2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg1-7/+6
2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9
2016-05-23Show help when invoked without argumentsZeLibertineGamer1-1/+7
2016-05-23Correct uncaught BrokenPipeErrorZeLibertineGamer1-0/+2
2016-05-20Initial commitZeLibertineGamer1-0/+405
the program work for arbitrarily long input lines while modifying `main()` only. I've only changed the name of the macro MAXLINE to BUFFSIZE for clarity - otherwise the code is typed up exactly as found in the book. It demonstrates the use of a buffer without modifying any of the helper functions.