index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Shell
Age
Commit message (
Expand
)
Author
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-23
Shell: Run the command's next chain even when it's empty
AnotherTest
2021-01-23
Shell: Block on the existing event loop instead of pushing a new one
AnotherTest
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-19
Shell: Don't spam perror() on kill_job()
AnotherTest
2021-01-19
Shell: Make tests use PASS/FAIL instead of exit codes
AnotherTest
2021-01-19
Shell: Make 'if' expressions return the unevaluated value of blocks
AnotherTest
2021-01-19
Shell: Add a `not` builtin
AnotherTest
2021-01-19
Shell: Mark control structures to be executed in the current process
AnotherTest
2021-01-19
Shell: Implement `for_each_entry()` for syntactic list nodes
AnotherTest
2021-01-19
Shell: Consider numbers as word characters too
AnotherTest
2021-01-19
Shell: Actually return the exit code of the file when running a file
AnotherTest
2021-01-19
Shell: Add a builtin that parses its sole argument and dumps its AST
AnotherTest
2021-01-18
Shell: Allow newlines between `else` and `if`'s closing brace
AnotherTest
2021-01-16
Shell: use exit code 127 on command not found
Nick Vella
2021-01-16
Shell: return the exit code of a '-c' command execution
Nick Vella
2021-01-15
Shell: Add formatter for history events
AnotherTest
2021-01-15
Shell: Add (basic) support for history event designators
AnotherTest
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Shell: Use lstat instead of access to check if glob target exists
AnotherTest
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling