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-11-01
Shell: Do not leak the value of ARGV in nested function calls
AnotherTest
2020-11-01
Shell: Search for variables in the last frame first
AnotherTest
2020-11-01
Shell: Store LocalFrames as NonnullOwnPtr<LocalFrame> instead
AnotherTest
2020-10-29
Shell: Allow parts of globs to be named in match expressions
AnotherTest
2020-10-29
Shell: Add some basic tests for backgrounding
AnotherTest
2020-10-29
Shell: Wait for the rest of the members of a pipeline when one exits
AnotherTest
2020-10-29
Shell: Use kill_job() to kill jobs
AnotherTest
2020-10-29
Shell: Add redirections to the formatted command string
AnotherTest
2020-10-29
Shell: Do not bail early when printing jobs if waitpid() fails
AnotherTest
2020-10-29
Shell: Rename {source,dest}_fd to {old,new}_fd
AnotherTest
2020-10-29
Shell: Run builtins that cannot be run in the main process in a new child
AnotherTest
2020-10-29
Shell: Drop all the jobs after killing them in stop_all_jobs()
AnotherTest
2020-10-29
Shell: Only prompt the user for a second 'exit' when in interactive mode
AnotherTest
2020-10-29
Shell: Add the `wait' builtin
AnotherTest
2020-10-26
Shell: Fix `cd' history (and `cdh')
AnotherTest
2020-10-26
Shell: Use kill() in fg/bg if killpg() fails
AnotherTest
2020-10-26
Shell: Ensure that jobs going through run_tail() retain should_wait
AnotherTest
2020-10-26
Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strict
AnotherTest
2020-10-26
Shell: Implement AK::Formatter::format() for AST::Command
AnotherTest
2020-10-26
Shell: Support HISTFILE environment variable
Linus Groh
2020-10-26
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
Linus Groh
2020-10-25
Shell: Fix off-by-one in EOL mark printing
AnotherTest
2020-10-25
Shell: Add some tests for brace expansions
AnotherTest
2020-10-25
Shell: Add support for brace expansions
AnotherTest
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-14
Shell: Use Node::kind() instead of Node::class_name() in formatter
AnotherTest
2020-10-14
Shell: Respect input sources' blank lines between sequences
AnotherTest
2020-10-14
Shell: Put a space after the match pattern expression when formatting
AnotherTest
2020-10-13
Style: Remove uses of NULL, substituting nullptr
Matthew L. Curry
2020-10-04
Shell: Fix closest command node detection in Pipes and Sequences
AnotherTest
2020-10-04
Shell+LibLine: Record the input offset of completions
AnotherTest
2020-10-04
Shell: Move everything to the Shell namespace
AnotherTest
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Shell: Fix badly worded help string for '--format'
AnotherTest
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-01
Shell: Assert that the same pid is not given to waitpid()
AnotherTest
2020-10-01
Shell: Wait for *any* child to change state when receiving a SIGCHLD
AnotherTest
2020-10-01
Shell: Sneak a way into being a session leader
AnotherTest
2020-09-30
Shell: Track line numbers and the positions of some keywords
AnotherTest
2020-09-30
Shell: Make 'editor' a member of Shell, and provide a LibShell
AnotherTest
2020-09-28
Shell: Don't execute scripts interactively.
asynts
2020-09-26
Shell: Fix use-after-move in alias resolution
AnotherTest
2020-09-26
Shell: Add live formatting and take an option to enable it
AnotherTest
2020-09-26
Shell: Fix a FIXME in the a test about using functions
AnotherTest
2020-09-26
Shell: Add a (very basic) formatter
AnotherTest
2020-09-26
Shell: Ignore '\\\n' in input
AnotherTest
2020-09-26
Shell: Rename two 'fd' class members to have an 'm_' prefix
AnotherTest
2020-09-26
Shell: Use NonnullRefPtr to store non-null subnodes
AnotherTest
2020-09-19
Shell: Fix Vector OOB access in `add_entry_to_cache()'
AnotherTest
[next]