summaryrefslogtreecommitdiffstats
path: root/src/runner/builtins
Commit message (Expand)AuthorAgeFilesLines
* fix piping multiple lines to readJesse Luehrs2022-01-171-12/+30
* fix reading empty linesJesse Luehrs2022-01-172-4/+5
* fix cd historyJesse Luehrs2022-01-171-13/+0
* simplify environment handlingJesse Luehrs2022-01-171-6/+8
* implement `cd -`Jesse Luehrs2022-01-151-3/+23
* move home directory expansion from cd to evalJesse Luehrs2022-01-111-50/+11
* setenv/unsetenv -> set/unsetJesse Luehrs2022-01-101-11/+11
* also clear the variable when read hits eofJesse Luehrs2022-01-091-8/+7
* fix builtins wrapping builtinsJesse Luehrs2022-01-092-29/+6
* read builtin should return a failure exit code on eofJesse Luehrs2022-01-091-1/+6
* renameJesse Luehrs2022-01-092-0/+712