summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* convert to pid_t where possible and clean up some documentationHEADmasterNathan Perry2016-02-213-7/+11
* convert everything to tabs, add comments, rewrite makefile somewhatNathan Perry2016-02-2016-321/+328
* rewrote parser a bitNathan Perry2016-02-204-113/+135
* pipes workingNathan Perry2015-03-112-25/+28
* hashmark recognition workingNathan Perry2015-03-111-0/+8
* sigint on ctrl-c now workingNathan Perry2015-03-103-21/+16
* jobs essentially working, though sigint doesn't seem to do enoughNathan Perry2015-03-105-45/+43
* changing everything back againNathan Perry2015-03-106-27/+54
* gutting job codeNathan Perry2015-03-1010-28/+125
* many miscellaneous changesNathan Perry2015-03-107-14/+115
* redirection working, both direcitonsNathan Perry2015-03-072-4/+3
* going to do some redirection testingNathan Perry2015-03-075-6/+59
* tweaked method names for redirection, done for the momentNathan Perry2015-03-073-4/+14
* restructured project. headers/c files should now contain the appropriate incl...Nathan Perry2015-03-0712-37/+72
* command execution working properlyNathan Perry2015-03-075-5/+40
* help command workingNathan Perry2015-03-074-11/+20
* exit now workingNathan Perry2015-03-076-7/+75
* passing parsetestNathan Perry2015-03-064-7/+53
* wrote preliminary makefile for test directoryNathan Perry2015-03-063-14/+36
* added dependency handling to makefileNathan Perry2015-03-065-18/+76
* parsing implemented and seemingly workingNathan Perry2015-03-053-106/+45
* rewriting with strsep/strpbrkNathan Perry2015-03-043-52/+113
* made some progress on parsingNathan Perry2015-03-044-22/+64
* merge with fgetsNathan Perry2015-03-043-5/+32
|\
| * unnecessary commented lines in makefileNathan Perry2015-02-261-5/+1
| * end of day commitNathan Perry2015-02-262-1/+25
| * Makefile working nowNathan Perry2015-02-262-15/+18
* | fixed make for readlineNathan Perry2015-03-042-6/+7
|/
* switching to fgets while duane installs readlineNathan Perry2015-02-262-15/+3
* restructured projectNathan Perry2015-02-266-2/+62
* began working. makefile complete.Nathan Perry2015-02-262-0/+16
* initial commitNathan Perry2015-02-261-0/+2