AnotherTest
|
d4bcc689fb
Shell: Make 'for' loops read their input as an stream
|
5 years ago |
AnotherTest
|
217eca3d3f
Shell: Name the pipe ends correctly
|
5 years ago |
Andreas Kling
|
85b02d887b
Shell: Add create() factory function for PathRedirection
|
5 years ago |
Andreas Kling
|
e8d665337a
Shell: Fix another FdRedirection reference leak
|
5 years ago |
AnotherTest
|
1dc5574245
Shell: Eliminate reference leak in AST::Execute::run()
|
5 years ago |
AnotherTest
|
ab3e787334
Shell: Moves pipelined processes to one process group
|
5 years ago |
AnotherTest
|
69fc91d974
Shell: Cancel a running for loop upon receiving any non-SIGINT signal
|
5 years ago |
AnotherTest
|
5ae2f6e9ec
Shell: Stop a for loop upon receiving two consecutive interruptions
|
5 years ago |
Andreas Kling
|
e9c602bc83
Shell: Make resolve_without_cast() return NonnullRefPtr<Value>
|
5 years ago |
Andreas Kling
|
420e809fee
Shell: Store ListValue's values in a NonnullRefPtrVector<Value>
|
5 years ago |
Andreas Kling
|
bf2cd9374c
Shell: Make run_command() return a NonnullRefPtrVector<Job>
|
5 years ago |
Andreas Kling
|
3cb8ae873c
Shell: Use NonnullRefPtr to simplify some things in the parser/AST
|
5 years ago |
AnotherTest
|
1d08cab9ab
Shell: Correct FdRedirection inheriting from two RefCounted bases
|
5 years ago |
AnotherTest
|
12af65c1c9
Shell: Add support for ARGV (and $*, $#)
|
5 years ago |
Mathieu PATUREL
|
0622b60fbd
Shell: factor out updating the path cache into a function.
|
5 years ago |
Mathieu PATUREL
|
2b4b9d212e
Shell: highlight runnable commands
|
5 years ago |
Ben Wiederhake
|
782db88e82
Shell: Don't crash when autocompleting a non-bare word
|
5 years ago |
AnotherTest
|
8e364b9780
Shell: Mark ForLoop as would_execute
|
5 years ago |
AnotherTest
|
b6066faa1f
Shell: Add a 'for' loop
|
5 years ago |
AnotherTest
|
95fc7dd03a
Shell: Parse lists serially, and flatten them only when needed
|
5 years ago |
AnotherTest
|
b0ce8d725a
Shell: Move out run_commands and expand_aliases to be Shell member fns
|
5 years ago |
AnotherTest
|
8d71eb9a6c
Shell: Recursively resolve aliases
|
5 years ago |
AnotherTest
|
5cdb0ef2e5
Shell: Keep the TTY on the same pgroup to get tty signals
|
5 years ago |
AnotherTest
|
f9d3055691
Shell: Do not treat the ending newline as part of a comment
|
5 years ago |
AnotherTest
|
ff857cd358
Shell: Initial support for 'option' completions
|
5 years ago |
AnotherTest
|
b8d1edb2a2
Shell: Add a 'setopt' builtin
|
5 years ago |
AnotherTest
|
d6de2b5828
Shell: Show descriptions about syntax errors
|
5 years ago |
AnotherTest
|
639c1a1737
Shell: Build as part of Lagom as well
|
5 years ago |
AnotherTest
|
d2bdbc3e77
Shell: Mark And and Or nodes as execute nodes
|
5 years ago |
AnotherTest
|
3a37e8c56f
Shell: Provide completions to Tilde and its Juxtaposition.
|
5 years ago |