Historique des commits

Auteur SHA1 Message Date
  asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf. il y a 4 ans
  AnotherTest 2c3842bfe6 Shell: Fix badly worded help string for '--format' il y a 4 ans
  AnotherTest 519d1811fd Shell: Wait for *any* child to change state when receiving a SIGCHLD il y a 4 ans
  AnotherTest a7828434c0 Shell: Sneak a way into being a session leader il y a 4 ans
  AnotherTest b91be8b9fd Shell: Make 'editor' a member of Shell, and provide a LibShell il y a 4 ans
  AnotherTest fa03a2848f Shell: Add live formatting and take an option to enable it il y a 4 ans
  AnotherTest b3dd97a694 Shell: Add a (very basic) formatter il y a 4 ans
  AnotherTest a43d9c4fe0 Shell: Make a new session at start if there's no active session il y a 4 ans
  AnotherTest 0b57cdff82 Shell: Add support for $0,$1,... il y a 4 ans
  AnotherTest 54b453be57 Shell: Fix event loop processing and backgrounding in subshells il y a 4 ans
  AnotherTest 30554c969c LibLine: Handle interrupts/window size changes internally il y a 4 ans
  AnotherTest 238e87de4e LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors il y a 4 ans
  AnotherTest d0aab41628 LibLine: Read configuration from a config file il y a 5 ans
  AnotherTest c589625418 Shell: Allow redirections and pipes on builtins il y a 5 ans
  AnotherTest 5ae2f6e9ec Shell: Stop a for loop upon receiving two consecutive interruptions il y a 5 ans
  Nico Weber 3cc9e8ba41 LibLine+Shell: Remove unused split_mechanism il y a 5 ans
  Andreas Kling b8440b12b7 Shell: Store jobs as NonnullRefPtr<Job> il y a 5 ans
  AnotherTest ff01cfa08a Shell: Mark suspended children as such when receiving a SIGCHLD il y a 5 ans
  AnotherTest 771751258e Shell: Give the TTY to the foreground process il y a 5 ans
  AnotherTest 1d08cab9ab Shell: Correct FdRedirection inheriting from two RefCounted bases il y a 5 ans
  AnotherTest 12af65c1c9 Shell: Add support for ARGV (and $*, $#) il y a 5 ans
  AnotherTest 4be2cb895c Shell: Do not assume that wstatus is valid after wait() returns 0 il y a 5 ans
  AnotherTest dc62371439 Shell: Avoid waiting for jobs that were *just* unblocked il y a 5 ans
  AnotherTest 151e4d41ed Shell: Put children in their own process groups and fix job control il y a 5 ans
  Tom 5d9ea2c787 Shell: Pledge sigaction il y a 5 ans
  Tom 6dfd503518 Shell: Handle signals asynchronously il y a 5 ans
  Andreas Kling 1bc6bb0421 Shell: Run both /etc/shellrc and ~/.shellrc on startup il y a 5 ans
  AnotherTest 5cdb0ef2e5 Shell: Keep the TTY on the same pgroup to get tty signals il y a 5 ans
  AnotherTest dec27e5e6f Shell: Handle the case where the child we're waiting for doesn't exist il y a 5 ans
  AnotherTest 6d17fe38a4 Shell: Do not treat the absence of an init script as an error il y a 5 ans