summaryrefslogtreecommitdiff
path: root/Userland/Shell
AgeCommit message (Expand)Author
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-23Shell: Run the command's next chain even when it's emptyAnotherTest
2021-01-23Shell: Block on the existing event loop instead of pushing a new oneAnotherTest
2021-01-23Shell: Make the parser read consecutive sequences without recursingAnotherTest
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-19Shell: Don't spam perror() on kill_job()AnotherTest
2021-01-19Shell: Make tests use PASS/FAIL instead of exit codesAnotherTest
2021-01-19Shell: Make 'if' expressions return the unevaluated value of blocksAnotherTest
2021-01-19Shell: Add a `not` builtinAnotherTest
2021-01-19Shell: Mark control structures to be executed in the current processAnotherTest
2021-01-19Shell: Implement `for_each_entry()` for syntactic list nodesAnotherTest
2021-01-19Shell: Consider numbers as word characters tooAnotherTest
2021-01-19Shell: Actually return the exit code of the file when running a fileAnotherTest
2021-01-19Shell: Add a builtin that parses its sole argument and dumps its ASTAnotherTest
2021-01-18Shell: Allow newlines between `else` and `if`'s closing braceAnotherTest
2021-01-16Shell: use exit code 127 on command not foundNick Vella
2021-01-16Shell: return the exit code of a '-c' command executionNick Vella
2021-01-15Shell: Add formatter for history eventsAnotherTest
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Shell: Use lstat instead of access to check if glob target existsAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling