AnotherTest
|
aa2df9277d
Shell: Allow control structures to appear in pipe sequences
|
4 年 前 |
AnotherTest
|
7b5ead64a5
Shell: Announce job events at the right times
|
4 年 前 |
AnotherTest
|
715e11f692
Shell: Fix job control and backgrounding
|
4 年 前 |
asynts
|
b68a873067
AK: Move memory streams into their own header.
|
4 年 前 |
AnotherTest
|
b90eb5c9ba
Shell: Add 'if' expressions
|
5 年 前 |
AnotherTest
|
103f659ef6
Shell: Actually process for loop entries as a stream
|
4 年 前 |
AnotherTest
|
2c14abedd6
Shell: Do not flatten syntactic lists in for_each_entry()
|
4 年 前 |
AnotherTest
|
0676bd4afc
Shell: Mark AST::Background as would_execute if its subnode does
|
4 年 前 |
AnotherTest
|
d4bcc689fb
Shell: Make 'for' loops read their input as an stream
|
4 年 前 |
AnotherTest
|
217eca3d3f
Shell: Name the pipe ends correctly
|
4 年 前 |
Andreas Kling
|
85b02d887b
Shell: Add create() factory function for PathRedirection
|
4 年 前 |
Andreas Kling
|
e8d665337a
Shell: Fix another FdRedirection reference leak
|
4 年 前 |
AnotherTest
|
1dc5574245
Shell: Eliminate reference leak in AST::Execute::run()
|
5 年 前 |
AnotherTest
|
ab3e787334
Shell: Moves pipelined processes to one process group
|
5 年 前 |
AnotherTest
|
69fc91d974
Shell: Cancel a running for loop upon receiving any non-SIGINT signal
|
5 年 前 |
AnotherTest
|
5ae2f6e9ec
Shell: Stop a for loop upon receiving two consecutive interruptions
|
5 年 前 |
Andreas Kling
|
e9c602bc83
Shell: Make resolve_without_cast() return NonnullRefPtr<Value>
|
5 年 前 |
Andreas Kling
|
420e809fee
Shell: Store ListValue's values in a NonnullRefPtrVector<Value>
|
5 年 前 |
Andreas Kling
|
bf2cd9374c
Shell: Make run_command() return a NonnullRefPtrVector<Job>
|
5 年 前 |
Andreas Kling
|
3cb8ae873c
Shell: Use NonnullRefPtr to simplify some things in the parser/AST
|
5 年 前 |
AnotherTest
|
1d08cab9ab
Shell: Correct FdRedirection inheriting from two RefCounted bases
|
5 年 前 |
AnotherTest
|
12af65c1c9
Shell: Add support for ARGV (and $*, $#)
|
5 年 前 |
Mathieu PATUREL
|
0622b60fbd
Shell: factor out updating the path cache into a function.
|
5 年 前 |
Mathieu PATUREL
|
2b4b9d212e
Shell: highlight runnable commands
|
5 年 前 |
Ben Wiederhake
|
782db88e82
Shell: Don't crash when autocompleting a non-bare word
|
5 年 前 |
AnotherTest
|
8e364b9780
Shell: Mark ForLoop as would_execute
|
5 年 前 |
AnotherTest
|
b6066faa1f
Shell: Add a 'for' loop
|
5 年 前 |
AnotherTest
|
95fc7dd03a
Shell: Parse lists serially, and flatten them only when needed
|
5 年 前 |
AnotherTest
|
b0ce8d725a
Shell: Move out run_commands and expand_aliases to be Shell member fns
|
5 年 前 |
AnotherTest
|
8d71eb9a6c
Shell: Recursively resolve aliases
|
5 年 前 |