| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 36 hours | Shell: track exit code of the last command | Roman Smrž | |
| 36 hours | Shell: allow to toggle "exit on error" | Roman Smrž | |
| Changelog: Implemented "set +e/-e" in the shell interpreter. | |||
| 36 hours | Shell: implement cd command | Roman Smrž | |
| Changelog: Implemented the `cd` command in shell interpreter. | |||
| 38 hours | Shell: implement pwd command | Roman Smrž | |
| Changelog: Implemented `pwd` command in shell interpreter. | |||
| 2025-10-05 | Redirection in shell scripts | Roman Smrž | |
| Changelog: Implemented input/output redirection in shell scripts | |||
| 2025-08-25 | Shell pipes | Roman Smrž | |
| Changelog: Implemented pipes in shell scripts | |||
| 2025-08-02 | Shell: list all shell special characters for parser | Roman Smrž | |
| 2025-08-02 | Shell: support backslash-escaped spaces | Roman Smrž | |
| 2025-08-02 | Test: basic shell scripts | Roman Smrž | |