AnotherTest
|
5325d6871d
Shell: Make <return> go to a new line when the command is incomplete
|
4 years ago |
AnotherTest
|
1aed61964a
Shell: Do not leak the value of ARGV in nested function calls
|
4 years ago |
AnotherTest
|
e87e580eb3
Shell: Search for variables in the last frame first
|
4 years ago |
AnotherTest
|
bedad383b5
Shell: Store LocalFrames as NonnullOwnPtr<LocalFrame> instead
|
4 years ago |
AnotherTest
|
6e2a383f25
Shell: Wait for the rest of the members of a pipeline when one exits
|
4 years ago |
AnotherTest
|
c92865bd05
Shell: Use kill_job() to kill jobs
|
4 years ago |
AnotherTest
|
384e872ff9
Shell: Add redirections to the formatted command string
|
4 years ago |
AnotherTest
|
f4b7a688b1
Shell: Rename {source,dest}_fd to {old,new}_fd
|
4 years ago |
AnotherTest
|
0bc758d34a
Shell: Run builtins that cannot be run in the main process in a new child
|
4 years ago |
AnotherTest
|
a8c18f9fd2
Shell: Drop all the jobs after killing them in stop_all_jobs()
|
4 years ago |
AnotherTest
|
5a4673d468
Shell: Ensure that jobs going through run_tail() retain should_wait
|
4 years ago |
AnotherTest
|
9ad858bcbf
Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strict
|
4 years ago |
Linus Groh
|
4a4b1b1131
Shell: Support HISTFILE environment variable
|
4 years ago |
Linus Groh
|
b2e4fe1299
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
|
4 years ago |
AnotherTest
|
956e9aa736
Shell: Fix off-by-one in EOL mark printing
|
4 years ago |
Andreas Kling
|
1d96ecf148
Everywhere: Add missing <AK/TemporaryChange.h> includes
|
4 years ago |
AnotherTest
|
a9cee8ee02
Shell+LibLine: Record the input offset of completions
|
4 years ago |
AnotherTest
|
f164b808b5
Shell: Move everything to the Shell namespace
|
4 years ago |
asynts
|
d5ffb51a83
AK: Don't add newline for outf/dbgf/warnf.
|
4 years ago |
AnotherTest
|
254d66cd81
Shell: Assert that the same pid is not given to waitpid()
|
4 years ago |
AnotherTest
|
519d1811fd
Shell: Wait for *any* child to change state when receiving a SIGCHLD
|
4 years ago |
AnotherTest
|
b91be8b9fd
Shell: Make 'editor' a member of Shell, and provide a LibShell
|
4 years ago |
asynts
|
afa2523724
Shell: Don't execute scripts interactively.
|
4 years ago |
AnotherTest
|
5f1cc64504
Shell: Fix use-after-move in alias resolution
|
4 years ago |
AnotherTest
|
b3dd97a694
Shell: Add a (very basic) formatter
|
4 years ago |
AnotherTest
|
51e598cf0b
Shell: Use NonnullRefPtr to store non-null subnodes
|
4 years ago |
AnotherTest
|
29ef65c458
Shell: Fix Vector OOB access in `add_entry_to_cache()'
|
4 years ago |
AnotherTest
|
a43d9c4fe0
Shell: Make a new session at start if there's no active session
|
4 years ago |
AnotherTest
|
4c2f86c24f
Shell: Do not strip glob base path when it was explicitly requested
|
4 years ago |
AnotherTest
|
cd0ddf27f3
Shell: Allow builtins and functions as conditions for 'if'
|
4 years ago |