Historial de Commits

Autor SHA1 Mensaje Fecha
  Andrew Kaster 170a7e263c Userland: Fail Core::find_executable_in_path on empty inputs hace 3 años
  Ali Mohammad Pur 783e27f8f9 Shell: Make redirection errors raise ShellErrors hace 3 años
  Sam Atkins b138070da9 Shell: Cast unused smart-pointer return values to void hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Musab Kılıç 3b8853c3cd Shell: Add min and max iteration times to `time -n` in builtin_time hace 3 años
  Nico Weber 9d06448bc7 Shell: Fix -Wunreachable-code warnings from clang hace 3 años
  Ali Mohammad Pur b946a1ce48 Shell: Make ArgsParser not exit on failure in builtin_exit() hace 3 años
  Brian Gianforcaro f6d179b304 Shell: Use ElapsedTimer::start_new() hace 3 años
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> hace 3 años
  Tobias Christiansen 32b4470ea3 Shell: Use new Statistics tool in 'time -n' command hace 4 años
  Andreas Kling 47420e72b8 Shell: Fix a TOCTOU in `popd` by simplifying it hace 4 años
  Ali Mohammad Pur 74c3359bed Shell: Use a relative path in builtin_cd for chdir if possible hace 4 años
  Musab Kılıç 3edeb9b7e7 Shell: Use variable instead of iteration_times.size() in builtin_time hace 4 años
  Musab Kılıç 29a9be6503 Shell: Add iteration_times.ensure_capacity() in builtin_time hace 4 años
  Ralf Donau 19aeb71d15 Shell: Use String::join for the command in timing report hace 4 años
  Valtteri Koskivuori b28b4c643e Shell: Avoid a needless loop in builtin_time() hace 4 años
  Andreas Kling b9ab7a5095 Shell: Support `time -n <iterations>` hace 4 años
  TheFightingCatfish 72e661b542 Shell: Add unalias builtin hace 4 años
  Daniel Bertalan e32692ea68 Shell: Use correct printf format string for `size_t` hace 4 años
  Max Wipfli 9b8f35259c AK: Remove the LexicalPath::is_valid() API hace 4 años
  Jelle Raaijmakers 00fc0a6cf0 Shell: Make `time` stop parsing options on first non-option hace 4 años
  Jelle Raaijmakers 250f8eccf3 LibCore: Support fine-grained failure behavior for ArgsParser hace 4 años
  Andreas Kling 8c3b603da3 Shell: Convert StringBuilder::appendf() => AK::Format hace 4 años
  Ali Mohammad Pur bda69a5f59 Shell: Replace fprintf(stderr) => warnln() hace 4 años
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers hace 4 años
  Linus Groh dbe72fd962 Everywhere: Remove empty line after function body opening curly brace hace 4 años
  Ali Mohammad Pur 0d2602c900 Shell: Add a 'kill' builtin that wraps the system's own hace 4 años
  Ali Mohammad Pur 95055d3a38 Shell: Add support for jobspecs in fg/bg/disown/wait hace 4 años
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() hace 4 años
  Gunnar Beutner 1e5a7ca0a7 Shell: Fix how cd handles the path argument hace 4 años