summaryrefslogtreecommitdiff
path: root/Shell
AgeCommit message (Expand)Author
2020-12-03Shell: Replace one more user-controlled assert with a syntax errorAnotherTest
2020-12-03Shell: Fix bad cast to BarewordLiteralAnotherTest
2020-11-30Shell: Error out when an expression is nested too deepAnotherTest
2020-11-29Shell: Fix some at_end() bugs and use syntax errors instead of assertingAnotherTest
2020-11-17Shell: Remove unused private member and includesLenny Maiorani
2020-11-01Shell: Do not leak the value of ARGV in nested function callsAnotherTest
2020-11-01Shell: Search for variables in the last frame firstAnotherTest
2020-11-01Shell: Store LocalFrames as NonnullOwnPtr<LocalFrame> insteadAnotherTest
2020-10-29Shell: Allow parts of globs to be named in match expressionsAnotherTest
2020-10-29Shell: Add some basic tests for backgroundingAnotherTest
2020-10-29Shell: Wait for the rest of the members of a pipeline when one exitsAnotherTest
2020-10-29Shell: Use kill_job() to kill jobsAnotherTest
2020-10-29Shell: Add redirections to the formatted command stringAnotherTest
2020-10-29Shell: Do not bail early when printing jobs if waitpid() failsAnotherTest
2020-10-29Shell: Rename {source,dest}_fd to {old,new}_fdAnotherTest
2020-10-29Shell: Run builtins that cannot be run in the main process in a new childAnotherTest
2020-10-29Shell: Drop all the jobs after killing them in stop_all_jobs()AnotherTest
2020-10-29Shell: Only prompt the user for a second 'exit' when in interactive modeAnotherTest
2020-10-29Shell: Add the `wait' builtinAnotherTest
2020-10-26Shell: Fix `cd' history (and `cdh')AnotherTest
2020-10-26Shell: Use kill() in fg/bg if killpg() failsAnotherTest
2020-10-26Shell: Ensure that jobs going through run_tail() retain should_waitAnotherTest
2020-10-26Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strictAnotherTest
2020-10-26Shell: Implement AK::Formatter::format() for AST::CommandAnotherTest
2020-10-26Shell: Support HISTFILE environment variableLinus Groh
2020-10-26Shell+LibLine: Move Shell::{load,save}_history() to Line::EditorLinus Groh
2020-10-25Shell: Fix off-by-one in EOL mark printingAnotherTest
2020-10-25Shell: Add some tests for brace expansionsAnotherTest
2020-10-25Shell: Add support for brace expansionsAnotherTest
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-14Shell: Use Node::kind() instead of Node::class_name() in formatterAnotherTest
2020-10-14Shell: Respect input sources' blank lines between sequencesAnotherTest
2020-10-14Shell: Put a space after the match pattern expression when formattingAnotherTest
2020-10-13Style: Remove uses of NULL, substituting nullptrMatthew L. Curry
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