Commit History

作者 SHA1 備註 提交日期
  AnotherTest 3d6a035d0f Shell: Use ArgsParser for argument parsing 5 年之前
  AnotherTest a4627f2439 Shell: Switch to a new parser and AST 5 年之前
  AnotherTest 889a8e7d0f LibLine: Handle interrupts again 5 年之前
  AnotherTest d5e9213683 Shell: Avoid messing with sigaction while waiting for a child 5 年之前
  AnotherTest 70a213a6ec LibLine: Use Core::EventLoop for outer read loop 5 年之前
  Sergey Bugaev 4139838a93 Userland et al: Pledge sigaction when needed 5 年之前
  AnotherTest 42114c5784 Shell: Refuse to be suspended with ^Z 5 年之前
  AnotherTest 7fba21aefc LibLine: Unify completion hooks and adapt its users 5 年之前
  AnotherTest a398898c12 Shell: Switch to using Core::EventLoop 5 年之前
  AnotherTest 172df68666 Shell: Patch most of the builtins to use Core::ArgsParser 5 年之前
  AnotherTest e630d83633 Shell: Add job control capabilities 5 年之前
  Linus Groh b11c7ad2ba Shell: Properly handle parser syntax errors 5 年之前
  Shannon Booth 154a6e69a4 Shell: Use DirIterator::SkipParentAndBaseDir 5 年之前
  AnotherTest 6fcdfe1169 Shell: Correct program stop behaviour 5 年之前
  Sergey Bugaev 7aad44b825 Shell: Print correct errno when execvp() fails 5 年之前
  AnotherTest 6cd4d136a0 Shell: Break out of continuation when ^C is pressed 5 年之前
  Andreas Kling c50672a19d Shell: Hyperlink output from "pwd" and "dirs" built-ins :^) 5 年之前
  AnotherTest 6b674db855 Shell: Support basic syntax highlighting 5 年之前
  AnotherTest 1d0d0e9d00 Shell: Parse comments 5 年之前
  AnotherTest a862c230b1 Shell: Include some metadata in parsed tokens and ask for continuation 5 年之前
  Andrew Kaster 3cae4cee81 Shell: Check for invalid #! in commands 5 年之前
  AnotherTest 0fb4a808ef Shell: Provide the correct invariant length to the line editor 5 年之前
  AnotherTest a80ddf584f Shell+LibLine: Handle escaped characters correctly 5 年之前
  Stephan Unverwerth 13c122b8b2 Shell: use access() syscall to check if files are executable by user 5 年之前
  Andreas Kling a19690170f LibCore: Make Core::File::open() return a Result<NNRP<File>, String> 5 年之前
  AnotherTest 0e5191de49 Shell: Correct suggestion of directories 5 年之前
  AnotherTest cb3cf589ed LibLine: Allow suggestions to have trailing trivia strings 5 年之前
  Linus Groh 2623bd711b Shell: Don't return early if command is in PATH and a directory 5 年之前
  Linus Groh fc09767872 Shell: Explicitly check if command is a directory 5 年之前
  Stephan Unverwerth f0fd85dc1b Shell: Suggest local executables and directories 5 年之前