summaryrefslogtreecommitdiffstats
path: root/src/shell
Commit message (Expand)AuthorAgeFilesLines
...
* fix file descriptor leakJesse Luehrs2022-01-081-0/+1
* implement for loopsJesse Luehrs2022-01-081-20/+87
* implement whileJesse Luehrs2022-01-081-6/+17
* implement ifJesse Luehrs2022-01-081-6/+54
* refactorJesse Luehrs2022-01-081-28/+45
* add parsing for control statementsJesse Luehrs2022-01-081-1/+9
* remove unnecessary codeJesse Luehrs2022-01-081-11/+4
* remove pipeline from the environmentJesse Luehrs2022-01-081-2/+12
* there's no reason to eval at all in the main shellJesse Luehrs2022-01-081-2/+1
* fix race condition when reading pipeline eventsJesse Luehrs2022-01-081-30/+55
* large refactorJesse Luehrs2022-01-082-5/+6
* allow the most recent command output to be biggerJesse Luehrs2022-01-052-16/+30
* and more simplificationJesse Luehrs2022-01-056-22/+14
* a bunch more reorganizationJesse Luehrs2022-01-057-0/+1765