Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 0d2602c900 Shell: Add a 'kill' builtin that wraps the system's own il y a 4 ans
  Ali Mohammad Pur 95055d3a38 Shell: Add support for jobspecs in fg/bg/disown/wait il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling b41b6dd279 Shell: Convert String::format() => String::formatted() il y a 4 ans
  Gunnar Beutner 111ac4b1f4 Shell: Auto-completion shouldn't suggest non-executable files for the program name il y a 4 ans
  Ali Mohammad Pur efb14e95c4 Shell: Don't whine about tcsetpgrp() failing il y a 4 ans
  AnotherTest 5d19509616 Shell: Handle SIGCHLD after sending SIGCONT to job il y a 4 ans
  AnotherTest 47080941cc Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexpr il y a 4 ans
  AnotherTest 3b8fa5a753 Shell: Add support for indexing into variables il y a 4 ans
  AnotherTest ef3679f9c3 Shell: Avoid unnecessarily taking control of the standard streams il y a 4 ans
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) il y a 4 ans
  AnotherTest fb68aa1480 Shell: Don't blindly dereference the result of Parser::parse() il y a 4 ans
  AnotherTest a45b2ea6fb Shell: Add support for 'immediate' expressions as variable substitutions il y a 4 ans
  AnotherTest a303b69caa Shell: Do not parse history events in scripts il y a 4 ans
  AnotherTest c580348ebd Shell: Add functions to the PATH cache when rebuilding the cache il y a 4 ans
  AnotherTest e1512d5968 Shell: Skip caching PATH and history load/save when not interactive il y a 4 ans
  Andrew Kaster 2930014c2a Shell: Remove WAITID_ONCE workaround il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  AnotherTest 347d741afb AK+Userland: Extend the compiletime format string check to other functions il y a 4 ans
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. il y a 4 ans
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. il y a 4 ans
  AnotherTest 4981b30ea5 Shell: Run the command's next chain even when it's empty il y a 4 ans
  AnotherTest be94a4ffa6 Shell: Block on the existing event loop instead of pushing a new one il y a 4 ans
  AnotherTest cb29dca029 Shell: Don't spam perror() on kill_job() il y a 4 ans
  AnotherTest 5ec139e728 Shell: Make 'if' expressions return the unevaluated value of blocks il y a 4 ans
  AnotherTest 8cfda86a45 Shell: Actually return the exit code of the file when running a file il y a 4 ans
  Nick Vella fdc9b3c5a0 Shell: use exit code 127 on command not found il y a 4 ans
  AnotherTest 239472ba69 Shell: Add (basic) support for history event designators il y a 4 ans
  AnotherTest a90905c54c Shell: Use lstat instead of access to check if glob target exists il y a 4 ans