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-08-07
Shell: Make Command::redirections a NonnullRefPtrVector
Andreas Kling
2020-08-07
Shell: Make VariableDeclarations::Variable store NonnullRefPtrs
Andreas Kling
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-07
Shell: Add some obvious move() calls in AST constructors
Andreas Kling
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
Shell: Make "fg" set the TTY PGID before SIGCONT'ing the job
Andreas Kling
2020-08-06
Shell: Print job status after suspending a command
Andreas Kling
2020-08-06
Shell: Move printing job status into a Job::print_status() helper
Andreas Kling
2020-08-06
Shell: Remove unnecessary ignore() in Shell::custom_event()
Andreas Kling
2020-08-06
Shell: Store jobs as NonnullRefPtr<Job>
Andreas Kling
2020-08-06
Shell: Make Job constructors private and use a create() helper
Andreas Kling
2020-08-06
Shell: Make run_command() return a NonnullRefPtrVector<Job>
Andreas Kling
2020-08-06
Shell: Mark suspended children as such when receiving a SIGCHLD
AnotherTest
2020-08-05
Shell: Do not assume that stdin/stdout is a TTY
AnotherTest
2020-08-04
Shell: Give the TTY to the foreground process
AnotherTest
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: update cached_path when adding aliases
Mathieu PATUREL
2020-08-04
Shell: highlight runnable commands
Mathieu PATUREL
2020-07-30
Shell: Tweak tests to use 'echo -n' when newlines are significant
AnotherTest
2020-07-30
Shell: Add tests for '&&' and '||' parsing and evaluation
AnotherTest
2020-07-30
Shell: Fix parse mistake in '&&' not being recursive
AnotherTest
2020-07-30
Shell: Do not assume that wstatus is valid after wait() returns 0
AnotherTest
2020-07-27
Shell: Ignore leading semicolons
AnotherTest
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
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 test for loops
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-16
Shell: Remove '[' and ']' as special shell characters
Peter Elliott
2020-07-15
Shell: Explicitly declare 'environ' to make the macOS Lagom build happy
AnotherTest
2020-07-13
Shell: Avoid waiting for jobs that were *just* unblocked
AnotherTest
2020-07-13
Shell: Put children in their own process groups and fix job control
AnotherTest
2020-07-13
Shell: Resolve aliases in builtin_time
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-09
Shell: Pledge sigaction
Tom
2020-07-09
Shell: Handle signals asynchronously
Tom
2020-07-07
Shell: Suggest aliases when completing program names :^)
AnotherTest
2020-07-07
Shell: Skip creating a Join node when nothing was parsed
AnotherTest
2020-07-07
Shell: Run both /etc/shellrc and ~/.shellrc on startup
Andreas Kling
2020-07-06
Shell: Keep the TTY on the same pgroup to get tty signals
AnotherTest
2020-07-06
Shell: Handle the case where the child we're waiting for doesn't exist
AnotherTest
2020-07-06
Shell: Do not treat the ending newline as part of a comment
AnotherTest
2020-07-06
Shell: Do not treat the absence of an init script as an error
AnotherTest
2020-07-05
Shell: Do not remove more than 2 dashes from the option being completed
AnotherTest
[next]