summaryrefslogtreecommitdiff
path: root/Shell
AgeCommit message (Expand)Author
2020-10-04Shell: Fix closest command node detection in Pipes and SequencesAnotherTest
2020-10-04Shell+LibLine: Record the input offset of completionsAnotherTest
2020-10-04Shell: Move everything to the Shell namespaceAnotherTest
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Shell: Fix badly worded help string for '--format'AnotherTest
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-01Shell: Assert that the same pid is not given to waitpid()AnotherTest
2020-10-01Shell: Wait for *any* child to change state when receiving a SIGCHLDAnotherTest
2020-10-01Shell: Sneak a way into being a session leaderAnotherTest
2020-09-30Shell: Track line numbers and the positions of some keywordsAnotherTest
2020-09-30Shell: Make 'editor' a member of Shell, and provide a LibShellAnotherTest
2020-09-28Shell: Don't execute scripts interactively.asynts
2020-09-26Shell: Fix use-after-move in alias resolutionAnotherTest
2020-09-26Shell: Add live formatting and take an option to enable itAnotherTest
2020-09-26Shell: Fix a FIXME in the a test about using functionsAnotherTest
2020-09-26Shell: Add a (very basic) formatterAnotherTest
2020-09-26Shell: Ignore '\\\n' in inputAnotherTest
2020-09-26Shell: Rename two 'fd' class members to have an 'm_' prefixAnotherTest
2020-09-26Shell: Use NonnullRefPtr to store non-null subnodesAnotherTest
2020-09-19Shell: Fix Vector OOB access in `add_entry_to_cache()'AnotherTest
2020-09-19Shell: Make a new session at start if there's no active sessionAnotherTest
2020-09-19Shell: Do not strip glob base path when it was explicitly requestedAnotherTest
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-15Shell: Add some tests for 'match'AnotherTest
2020-09-15Shell: Add 'match' expressionsAnotherTest
2020-09-15Shell: Make Parser::expect() revert the offset when matching failsAnotherTest
2020-09-15Shell: Make Node::resolve_as_list(nullptr) resolve to a 'pure' reprAnotherTest
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-14Shell: Allow builtins and functions as conditions for 'if'AnotherTest
2020-09-14Shell: Complete named function parameters inside the function bodyAnotherTest
2020-09-14Shell: Add some tests for functionsAnotherTest
2020-09-14Shell: Add support for functionsAnotherTest
2020-09-14Shell: Use a subshell instead of explicitly calling a shell binary in a testAnotherTest
2020-09-14Shell: Add support for $0,$1,...AnotherTest
2020-09-12Shell: Move the first command in a pipeline to the pipeline pgid tooAnotherTest
2020-09-10Shell: Do not reset the terminal attributes when command is run in bgAnotherTest
2020-09-09Shell: Add some tests for subshellsAnotherTest
2020-09-09Shell: Add the (now) free subshell supportAnotherTest
2020-09-09Shell: Add a test for control structures as commandsAnotherTest
2020-09-09Shell: Fix event loop processing and backgrounding in subshellsAnotherTest
2020-09-09Shell: Allow control structures to appear in pipe sequencesAnotherTest
2020-09-09Shell: Announce job events at the right timesAnotherTest
2020-09-09Shell: Fix job control and backgroundingAnotherTest
2020-09-01AK: Move memory streams into their own header.asynts
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-22Shell: Add tests for 'if'AnotherTest
2020-08-22Shell: Add 'if' expressionsAnotherTest
2020-08-22Shell: Actually process for loop entries as a streamAnotherTest
2020-08-22Shell: Do not flatten syntactic lists in for_each_entry()AnotherTest