1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:42:08 +00:00
serenity/Shell
AnotherTest 103f659ef6 Shell: Actually process for loop entries as a stream
This actually does what d4bcc68 meant to do.
2020-08-22 20:52:07 +02:00
..
Tests Shell: Add some tests for builtin redirection 2020-08-15 20:48:17 +02:00
AST.cpp Shell: Actually process for loop entries as a stream 2020-08-22 20:52:07 +02:00
AST.h Shell: Mark AST::Background as would_execute if its subnode does 2020-08-22 20:52:07 +02:00
Builtin.cpp Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
CMakeLists.txt Shell: Move printing job status into a Job::print_status() helper 2020-08-06 15:09:49 +02:00
Execution.h Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
Forward.h Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
Job.cpp Shell: Moves pipelined processes to one process group 2020-08-12 11:41:18 +02:00
Job.h Shell: Do not attempt to yank the TTY from background processes 2020-08-19 21:21:34 +02:00
main.cpp LibLine: Handle interrupts/window size changes internally 2020-08-21 16:10:51 +02:00
Parser.cpp Shell: Restore input offset when failing to parse a redirection 2020-08-14 14:51:31 +02:00
Parser.h Shell: Start writing a man page 2020-08-14 10:31:52 +02:00
Shell.cpp Shell: Do not attempt to yank the TTY from background processes 2020-08-19 21:21:34 +02:00
Shell.h Shell: Ensure that the cursor starts on a new line 2020-08-17 17:44:02 +02:00