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
/
AST.cpp
Age
Commit message (
Expand
)
Author
2020-11-01
Shell: Store LocalFrames as NonnullOwnPtr<LocalFrame> instead
AnotherTest
2020-10-29
Shell: Allow parts of globs to be named in match expressions
AnotherTest
2020-10-29
Shell: Add redirections to the formatted command string
AnotherTest
2020-10-29
Shell: Rename {source,dest}_fd to {old,new}_fd
AnotherTest
2020-10-26
Shell: Implement AK::Formatter::format() for AST::Command
AnotherTest
2020-10-25
Shell: Add support for brace expansions
AnotherTest
2020-10-04
Shell: Fix closest command node detection in Pipes and Sequences
AnotherTest
2020-10-04
Shell: Move everything to the Shell namespace
AnotherTest
2020-09-30
Shell: Track line numbers and the positions of some keywords
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-15
Shell: Add 'match' expressions
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 support for functions
AnotherTest
2020-09-10
Shell: Do not reset the terminal attributes when command is run in bg
AnotherTest
2020-09-09
Shell: Add the (now) free subshell support
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-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
2020-08-22
Shell: Mark AST::Background as would_execute if its subnode does
AnotherTest
2020-08-21
Shell: Make 'for' loops read their input as an stream
AnotherTest
2020-08-19
Shell: Name the pipe ends correctly
AnotherTest
2020-08-12
Shell: Add create() factory function for PathRedirection
Andreas Kling
2020-08-12
Shell: Fix another FdRedirection reference leak
Andreas Kling
2020-08-12
Shell: Eliminate reference leak in AST::Execute::run()
AnotherTest
2020-08-12
Shell: Moves pipelined processes to one process group
AnotherTest
2020-08-10
Shell: Cancel a running for loop upon receiving any non-SIGINT signal
AnotherTest
2020-08-09
Shell: Stop a for loop upon receiving two consecutive interruptions
AnotherTest
2020-08-07
Shell: Make resolve_without_cast() return NonnullRefPtr<Value>
Andreas Kling
2020-08-07
Shell: Store ListValue's values in a NonnullRefPtrVector<Value>
Andreas Kling
2020-08-06
Shell: Make run_command() return a NonnullRefPtrVector<Job>
Andreas Kling
2020-08-04
Shell: Use NonnullRefPtr to simplify some things in the parser/AST
Andreas Kling
2020-08-04
Shell: Correct FdRedirection inheriting from two RefCounted bases
AnotherTest
2020-08-04
Shell: Add support for ARGV (and $*, $#)
AnotherTest
2020-08-04
Shell: factor out updating the path cache into a function.
Mathieu PATUREL
2020-08-04
Shell: highlight runnable commands
Mathieu PATUREL
2020-07-25
Shell: Don't crash when autocompleting a non-bare word
Ben Wiederhake
2020-07-17
Shell: Mark ForLoop as would_execute
AnotherTest
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-16
Shell: Parse lists serially, and flatten them only when needed
AnotherTest
2020-07-13
Shell: Move out run_commands and expand_aliases to be Shell member fns
AnotherTest
2020-07-12
Shell: Recursively resolve aliases
AnotherTest
2020-07-06
Shell: Keep the TTY on the same pgroup to get tty signals
AnotherTest
[next]