Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 783e27f8f9 Shell: Make redirection errors raise ShellErrors il y a 3 ans
  Daniel Bertalan 6b39c6b1bf Shell: Avoid many single byte write() syscalls when printing the prompt il y a 3 ans
  Ali Mohammad Pur 7ac8bd44f8 Shell: Set subshell flag after checking for its value in parent shell il y a 3 ans
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang il y a 3 ans
  Sam Atkins b138070da9 Shell: Cast unused smart-pointer return values to void il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Andreas Kling d1477bcb8e Shell: Replace Result<T, E> use with ErrorOr<T> il y a 3 ans
  Ben Wiederhake b8f11b1bae Everywhere: Remove unused ArgsParser header il y a 3 ans
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe il y a 3 ans
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke il y a 3 ans
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file il y a 4 ans
  Jean-Baptiste Boric 2084289162 Userland: Fix PATH environment variable ordering il y a 4 ans
  Gunnar Beutner 07cc7eed29 Shell: Make sure TTY echo is enabled when running external commands il y a 4 ans
  Ali Mohammad Pur 124ca30d49 Shell: Don't assume that only the current shell may continue children il y a 4 ans
  TheFightingCatfish 72e661b542 Shell: Add unalias builtin il y a 4 ans
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) il y a 4 ans
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions il y a 4 ans
  Ali Mohammad Pur 944855ca18 AK+Everywhere: Fix compiletime format parsing of replacement fields il y a 4 ans
  Max Wipfli 628c7f094f LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs il y a 4 ans
  Ben Wiederhake a7c265f341 Everywhere: Sort out superfluous QuickSort.h imports il y a 4 ans
  Ali Mohammad Pur b2ef18d538 LibLine+Shell: Allow some programs to modify the current termios il y a 4 ans
  sin-ack f248145e64 Shell: Fix incorrect fcntl usage il y a 4 ans
  Ali Mohammad Pur a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice il y a 4 ans
  sin-ack ecbe17fb11 LibLine+Shell: Add dirty history flag and use it il y a 4 ans
  Ali Mohammad Pur a527256356 Shell: Add an option to autosave history every N ms il y a 4 ans
  Ali Mohammad Pur 417910fd28 Shell: Make escaping more intelligent il y a 4 ans
  Andreas Kling 8c3b603da3 Shell: Convert StringBuilder::appendf() => AK::Format il y a 4 ans
  Ali Mohammad Pur b7fb12338c Shell: Only match entries from PATH when a program name is given il y a 4 ans
  Ali Mohammad Pur bda69a5f59 Shell: Replace fprintf(stderr) => warnln() il y a 4 ans
  Ali Mohammad Pur 6a9dced790 Shell: Update shebang handling logic il y a 4 ans