28 Commits (master)

Author SHA1 Message Date
Mid Favila c1fa0c7257 Change wording of documentation. Remove LOGfile. 7 months ago
Mid Favila bba815ff38 Fix a parameter parsing error in wc. 7 months ago
Mid Favila ec239c0232 Forgot to add sleep.1 to MAN... 8 months ago
Mid Favila 9d338ff569 Set Makefile to point towards proper manpage location. 8 months ago
Mid Favila 55f2dabd92 Move manpages from doc to src. Adjust makefile to reflect change. 8 months ago
Mid Favila 25429efb0d Fix Makefile. 8 months ago
Mid Favila 4f9f1fb15a Add manpages. Rewrite echo. Rewrite cat (a few times). Update Makefile.
Add ls(1) prototype.
8 months ago
Mid Favila 966113d372 Improve cat's unbuffered mode. 8 months ago
Mid Favila 5c5bb242dc Makefile didn't work. Nice. 8 months ago
Mid Favila facda46907 Makefile was installing to /usr when prefix was specified incorrectly.
Should work For Real This Time™️.
8 months ago
Mid Favila ad5abd23e2 Makefile should actually work now. 8 months ago
Mid Favila 9a1a9a27c9 Improve sleep's input parsing. 8 months ago
Mid Favila 8783d7f5fc Update Makefile. Finish wc. 8 months ago
Mid Favila d8bb1fcc3e Update TODO. Update Makefile. Add sleep. Add wc. 8 months ago
Mid Favila b7ac76440a Add splint checking to Makefile. Rewrite programs to pass lint.
Add an error handling mechanism to common, and rename it support.h.
9 months ago
Mid Favila a152301109 Add install rule to Makefile. 10 months ago
Mid Favila 2baca20487 Remove redundant material from common.h and adjust Makefile to account
for wc being gone.
10 months ago
Mid Favila c772d723ef Remove wc.c. Will write it (and rewrite cat) when better way to handle
argument parsing is discovered.
10 months ago
Mid Favila 0289a812f5 Improve git. It's more beta quality now -- it's actually compliant, but
maybe a bit messier than it needs to be.
10 months ago
Mid Favila e8c4b477b9 Rewrite cat to use pointer trickery instead of str* functions. 10 months ago
Mid Favila 568cc5a802 Add notes to cat.c 10 months ago
Mid Favila 613b12f0de Add some notes to cat.c 10 months ago
Mid Favila 0ecd45a51d Replace fopen() calls with FILE *stdio. 10 months ago
Mid Favila 209c0401de Update LICENSE, LOG, TODO and Makefile. Add iso646.h to common.h.
Add POSIX implementation of cat(1) (it's really bad.).
10 months ago
Mid Favila 1ac44c03b7 Added LOG. Added true implementation. Added skeleton for wc. 2 years ago
Mid Favila e3bc4a02e2 Add TODO and SUS-compliant yes. 2 years ago
Mid Favila 7f0e2180a3 Remove some junk that got through. 2 years ago
Mid Favila fbe4f2b30c Added a mostly SUS-compliant echo. 2 years ago