Commit History

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