Commit Verlauf

Autor SHA1 Nachricht Datum
  AnotherTest 8c05e78b6c Shell: Treat ^D as builtin_exit when not in a continuation vor 5 Jahren
  AnotherTest 77039e5354 Shell: Correctly complete paths in redirections vor 5 Jahren
  AnotherTest abfcd7b1b8 Shell: Save the history when quitting via the exit builtin vor 5 Jahren
  AnotherTest ce61cad933 Shell: Never assign equal job ids to two different jobs vor 5 Jahren
  AnotherTest d582c03233 Shell: Provide some information to inspectors vor 5 Jahren
  AnotherTest d5e9213683 Shell: Avoid messing with sigaction while waiting for a child vor 5 Jahren
  AnotherTest 70a213a6ec LibLine: Use Core::EventLoop for outer read loop vor 5 Jahren
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath vor 5 Jahren
  AnotherTest bc9013f706 LibLine: Change get_line to return a Result<String, Error> vor 5 Jahren
  AnotherTest b4ca563637 Shell: Warn the user about active jobs on exit vor 5 Jahren
  AnotherTest c23c354779 Shell: Parse and correctly evaluate 'command &' and 'command &&' vor 5 Jahren
  AnotherTest 143be7234f Shell: Kill existing jobs when exiting vor 5 Jahren
  AnotherTest 0d39418b0b Shell: Add the `disown' shell builtin vor 5 Jahren
  AnotherTest 2b3e9c28b2 Shell: Take whitespace into account when suggesting tokens vor 5 Jahren
  AnotherTest 0751592a18 LibLine: Correctly track the completion start and end vor 5 Jahren
  AnotherTest 5358608a94 Shell: Attach links to completed paths vor 5 Jahren
  AnotherTest 7fba21aefc LibLine: Unify completion hooks and adapt its users vor 5 Jahren
  AnotherTest 3bc3f36cfe LibLine: Handle unicode correctly vor 5 Jahren
  AnotherTest 1469d20e63 Shell: Treat builtin names as programs and suggest them vor 5 Jahren
  Andreas Kling 656d1e1318 Shell: Print the full name of missing interpreters vor 5 Jahren
  AnotherTest a398898c12 Shell: Switch to using Core::EventLoop vor 5 Jahren