index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Shell
Age
Commit message (
Expand
)
Author
2020-10-04
Shell: Fix closest command node detection in Pipes and Sequences
AnotherTest
2020-10-04
Shell+LibLine: Record the input offset of completions
AnotherTest
2020-10-04
Shell: Move everything to the Shell namespace
AnotherTest
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Shell: Fix badly worded help string for '--format'
AnotherTest
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-01
Shell: Assert that the same pid is not given to waitpid()
AnotherTest
2020-10-01
Shell: Wait for *any* child to change state when receiving a SIGCHLD
AnotherTest
2020-10-01
Shell: Sneak a way into being a session leader
AnotherTest
2020-09-30
Shell: Track line numbers and the positions of some keywords
AnotherTest
2020-09-30
Shell: Make 'editor' a member of Shell, and provide a LibShell
AnotherTest
2020-09-28
Shell: Don't execute scripts interactively.
asynts
2020-09-26
Shell: Fix use-after-move in alias resolution
AnotherTest
2020-09-26
Shell: Add live formatting and take an option to enable it
AnotherTest
2020-09-26
Shell: Fix a FIXME in the a test about using functions
AnotherTest
2020-09-26
Shell: Add a (very basic) formatter
AnotherTest
2020-09-26
Shell: Ignore '\\\n' in input
AnotherTest
2020-09-26
Shell: Rename two 'fd' class members to have an 'm_' prefix
AnotherTest
2020-09-26
Shell: Use NonnullRefPtr to store non-null subnodes
AnotherTest
2020-09-19
Shell: Fix Vector OOB access in `add_entry_to_cache()'
AnotherTest
2020-09-19
Shell: Make a new session at start if there's no active session
AnotherTest
2020-09-19
Shell: Do not strip glob base path when it was explicitly requested
AnotherTest
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
Shell: Add some tests for 'match'
AnotherTest
2020-09-15
Shell: Add 'match' expressions
AnotherTest
2020-09-15
Shell: Make Parser::expect() revert the offset when matching fails
AnotherTest
2020-09-15
Shell: Make Node::resolve_as_list(nullptr) resolve to a 'pure' repr
AnotherTest
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-14
Shell: Allow builtins and functions as conditions for 'if'
AnotherTest
2020-09-14
Shell: Complete named function parameters inside the function body
AnotherTest
2020-09-14
Shell: Add some tests for functions
AnotherTest
2020-09-14
Shell: Add support for functions
AnotherTest
2020-09-14
Shell: Use a subshell instead of explicitly calling a shell binary in a test
AnotherTest
2020-09-14
Shell: Add support for $0,$1,...
AnotherTest
2020-09-12
Shell: Move the first command in a pipeline to the pipeline pgid too
AnotherTest
2020-09-10
Shell: Do not reset the terminal attributes when command is run in bg
AnotherTest
2020-09-09
Shell: Add some tests for subshells
AnotherTest
2020-09-09
Shell: Add the (now) free subshell support
AnotherTest
2020-09-09
Shell: Add a test for control structures as commands
AnotherTest
2020-09-09
Shell: Fix event loop processing and backgrounding in subshells
AnotherTest
2020-09-09
Shell: Allow control structures to appear in pipe sequences
AnotherTest
2020-09-09
Shell: Announce job events at the right times
AnotherTest
2020-09-09
Shell: Fix job control and backgrounding
AnotherTest
2020-09-01
AK: Move memory streams into their own header.
asynts
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
2020-08-22
Shell: Add tests for 'if'
AnotherTest
2020-08-22
Shell: Add 'if' expressions
AnotherTest
2020-08-22
Shell: Actually process for loop entries as a stream
AnotherTest
2020-08-22
Shell: Do not flatten syntactic lists in for_each_entry()
AnotherTest
[next]