Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 68b5df6bf1 Shell: Fix (and paper over) various const-correctness issues 2 年之前
  Ali Mohammad Pur a5e4bc4faf Shell: Add a '--posix' mode to the 'dump' builtin 2 年之前
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 年之前
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 年之前
  Andrew Kaster a492e2018d Userland: Silence warnings from ElapsedTimer::elapsed() type change 2 年之前
  Ben Wiederhake b83cb09db1 Everywhere: Fix badly-formatted includes 2 年之前
  Vetrox 0e26f2657e Shell: Add `where` builtin 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  demostanis 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 年之前
  Ben Wiederhake 79ec6ed03d Shell: Fix 'Command:' output for built-in 'time' command 2 年之前
  Tim Schumacher 5f99934dce Userland: Consolidate most PATH resolving into a single implementation 2 年之前
  Tim Schumacher 3d51642037 LibCore: Replace the ArgsParser option argument setting with an enum 3 年之前
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 年之前
  ForLoveOfCats 99c0b895fe Shell: Highlight commands with a hyperlink to open their help pages 3 年之前
  Sam Atkins 84b67754c0 Shell: Read script arguments as Strings instead of char*s 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Ali Mohammad Pur 9453e0e6d2 Shell: Add an ArgsParser-based argument parser builtin 3 年之前
  Ryan Chandler 05cdfb8698 Shell: Start history counter from 1 3 年之前
  Tom Martin 6ec4fd9d3c Shell: Add total time to builtin_time Timing Report 3 年之前
  Daniel Bertalan 5b64abe76e Shell: Use StringView instead of String const& where feasible 3 年之前
  Ali Mohammad Pur 5c0c126122 Shell: Add a "noop" builtin aliased to ":" 3 年之前
  Ali Mohammad Pur 6a245de911 Shell: Refresh PATH cache after 'unset PATH' 3 年之前
  Ali Mohammad Pur 310a18da1e Shell: Don't reset 'last_return_code' before running commands 3 年之前
  Andrew Kaster 170a7e263c Userland: Fail Core::find_executable_in_path on empty inputs 3 年之前
  Ali Mohammad Pur 783e27f8f9 Shell: Make redirection errors raise ShellErrors 3 年之前
  Sam Atkins b138070da9 Shell: Cast unused smart-pointer return values to void 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前