История коммитов

Автор SHA1 Сообщение Дата
  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 лет назад
  Musab Kılıç 3b8853c3cd Shell: Add min and max iteration times to `time -n` in builtin_time 3 лет назад
  Nico Weber 9d06448bc7 Shell: Fix -Wunreachable-code warnings from clang 3 лет назад
  Ali Mohammad Pur b946a1ce48 Shell: Make ArgsParser not exit on failure in builtin_exit() 3 лет назад
  Brian Gianforcaro f6d179b304 Shell: Use ElapsedTimer::start_new() 3 лет назад
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> 3 лет назад
  Tobias Christiansen 32b4470ea3 Shell: Use new Statistics tool in 'time -n' command 4 лет назад
  Andreas Kling 47420e72b8 Shell: Fix a TOCTOU in `popd` by simplifying it 4 лет назад
  Ali Mohammad Pur 74c3359bed Shell: Use a relative path in builtin_cd for chdir if possible 4 лет назад
  Musab Kılıç 3edeb9b7e7 Shell: Use variable instead of iteration_times.size() in builtin_time 4 лет назад
  Musab Kılıç 29a9be6503 Shell: Add iteration_times.ensure_capacity() in builtin_time 4 лет назад
  Ralf Donau 19aeb71d15 Shell: Use String::join for the command in timing report 4 лет назад
  Valtteri Koskivuori b28b4c643e Shell: Avoid a needless loop in builtin_time() 4 лет назад
  Andreas Kling b9ab7a5095 Shell: Support `time -n <iterations>` 4 лет назад
  TheFightingCatfish 72e661b542 Shell: Add unalias builtin 4 лет назад
  Daniel Bertalan e32692ea68 Shell: Use correct printf format string for `size_t` 4 лет назад
  Max Wipfli 9b8f35259c AK: Remove the LexicalPath::is_valid() API 4 лет назад
  Jelle Raaijmakers 00fc0a6cf0 Shell: Make `time` stop parsing options on first non-option 4 лет назад