AnotherTest
|
5325d6871d
Shell: Make <return> go to a new line when the command is incomplete
|
4 年之前 |
Linus Groh
|
b2e4fe1299
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
|
4 年之前 |
Matthew L. Curry
|
5d5c32cec1
Style: Remove uses of NULL, substituting nullptr
|
4 年之前 |
AnotherTest
|
f164b808b5
Shell: Move everything to the Shell namespace
|
4 年之前 |
asynts
|
d5ffb51a83
AK: Don't add newline for outf/dbgf/warnf.
|
4 年之前 |
AnotherTest
|
2c3842bfe6
Shell: Fix badly worded help string for '--format'
|
4 年之前 |
AnotherTest
|
519d1811fd
Shell: Wait for *any* child to change state when receiving a SIGCHLD
|
4 年之前 |
AnotherTest
|
a7828434c0
Shell: Sneak a way into being a session leader
|
4 年之前 |
AnotherTest
|
b91be8b9fd
Shell: Make 'editor' a member of Shell, and provide a LibShell
|
4 年之前 |
AnotherTest
|
fa03a2848f
Shell: Add live formatting and take an option to enable it
|
4 年之前 |
AnotherTest
|
b3dd97a694
Shell: Add a (very basic) formatter
|
4 年之前 |
AnotherTest
|
a43d9c4fe0
Shell: Make a new session at start if there's no active session
|
4 年之前 |
AnotherTest
|
0b57cdff82
Shell: Add support for $0,$1,...
|
4 年之前 |
AnotherTest
|
54b453be57
Shell: Fix event loop processing and backgrounding in subshells
|
4 年之前 |
AnotherTest
|
30554c969c
LibLine: Handle interrupts/window size changes internally
|
4 年之前 |
AnotherTest
|
238e87de4e
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
|
4 年之前 |
AnotherTest
|
d0aab41628
LibLine: Read configuration from a config file
|
5 年之前 |
AnotherTest
|
c589625418
Shell: Allow redirections and pipes on builtins
|
5 年之前 |
AnotherTest
|
5ae2f6e9ec
Shell: Stop a for loop upon receiving two consecutive interruptions
|
5 年之前 |
Nico Weber
|
3cc9e8ba41
LibLine+Shell: Remove unused split_mechanism
|
5 年之前 |
Andreas Kling
|
b8440b12b7
Shell: Store jobs as NonnullRefPtr<Job>
|
5 年之前 |
AnotherTest
|
ff01cfa08a
Shell: Mark suspended children as such when receiving a SIGCHLD
|
5 年之前 |
AnotherTest
|
771751258e
Shell: Give the TTY to the foreground process
|
5 年之前 |
AnotherTest
|
1d08cab9ab
Shell: Correct FdRedirection inheriting from two RefCounted bases
|
5 年之前 |
AnotherTest
|
12af65c1c9
Shell: Add support for ARGV (and $*, $#)
|
5 年之前 |
AnotherTest
|
4be2cb895c
Shell: Do not assume that wstatus is valid after wait() returns 0
|
5 年之前 |
AnotherTest
|
dc62371439
Shell: Avoid waiting for jobs that were *just* unblocked
|
5 年之前 |
AnotherTest
|
151e4d41ed
Shell: Put children in their own process groups and fix job control
|
5 年之前 |
Tom
|
5d9ea2c787
Shell: Pledge sigaction
|
5 年之前 |
Tom
|
6dfd503518
Shell: Handle signals asynchronously
|
5 年之前 |