Historial de Commits

Autor SHA1 Mensaje Fecha
  Ali Mohammad Pur 222e580fa8 Shell: Use strncmp() instead of string.compare() for name completions hace 3 años
  Daniel Bertalan 5b64abe76e Shell: Use StringView instead of String const& where feasible hace 3 años
  Ali Mohammad Pur 310a18da1e Shell: Don't reset 'last_return_code' before running commands hace 3 años
  Ali Mohammad Pur ea66750640 Shell: Make interrupts kill the whole chain and not just the current job hace 3 años
  Ali Mohammad Pur 783e27f8f9 Shell: Make redirection errors raise ShellErrors hace 3 años
  Daniel Bertalan 6b39c6b1bf Shell: Avoid many single byte write() syscalls when printing the prompt hace 3 años
  Ali Mohammad Pur 7ac8bd44f8 Shell: Set subshell flag after checking for its value in parent shell hace 3 años
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 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
  Andreas Kling d1477bcb8e Shell: Replace Result<T, E> use with ErrorOr<T> hace 3 años
  Ben Wiederhake b8f11b1bae Everywhere: Remove unused ArgsParser header hace 3 años
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe hace 3 años
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke hace 3 años
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file hace 3 años
  Jean-Baptiste Boric 2084289162 Userland: Fix PATH environment variable ordering hace 3 años
  Gunnar Beutner 07cc7eed29 Shell: Make sure TTY echo is enabled when running external commands hace 4 años
  Ali Mohammad Pur 124ca30d49 Shell: Don't assume that only the current shell may continue children hace 4 años
  TheFightingCatfish 72e661b542 Shell: Add unalias builtin hace 4 años
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) hace 4 años
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions hace 4 años
  Ali Mohammad Pur 944855ca18 AK+Everywhere: Fix compiletime format parsing of replacement fields hace 4 años
  Max Wipfli 628c7f094f LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs hace 4 años
  Ben Wiederhake a7c265f341 Everywhere: Sort out superfluous QuickSort.h imports hace 4 años
  Ali Mohammad Pur b2ef18d538 LibLine+Shell: Allow some programs to modify the current termios hace 4 años
  sin-ack f248145e64 Shell: Fix incorrect fcntl usage hace 4 años
  Ali Mohammad Pur a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice hace 4 años
  sin-ack ecbe17fb11 LibLine+Shell: Add dirty history flag and use it hace 4 años
  Ali Mohammad Pur a527256356 Shell: Add an option to autosave history every N ms hace 4 años
  Ali Mohammad Pur 417910fd28 Shell: Make escaping more intelligent hace 4 años