Commit History

Author SHA1 Message Date
  Ali Mohammad Pur efb14e95c4 Shell: Don't whine about tcsetpgrp() failing 4 years ago
  AnotherTest 5d19509616 Shell: Handle SIGCHLD after sending SIGCONT to job 4 years ago
  AnotherTest 47080941cc Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexpr 4 years ago
  AnotherTest 3b8fa5a753 Shell: Add support for indexing into variables 4 years ago
  AnotherTest ef3679f9c3 Shell: Avoid unnecessarily taking control of the standard streams 4 years ago
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 4 years ago
  AnotherTest fb68aa1480 Shell: Don't blindly dereference the result of Parser::parse() 4 years ago
  AnotherTest a45b2ea6fb Shell: Add support for 'immediate' expressions as variable substitutions 4 years ago
  AnotherTest a303b69caa Shell: Do not parse history events in scripts 4 years ago
  AnotherTest c580348ebd Shell: Add functions to the PATH cache when rebuilding the cache 4 years ago
  AnotherTest e1512d5968 Shell: Skip caching PATH and history load/save when not interactive 4 years ago
  Andrew Kaster 2930014c2a Shell: Remove WAITID_ONCE workaround 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  AnotherTest 347d741afb AK+Userland: Extend the compiletime format string check to other functions 4 years ago
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 years ago
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 years ago
  AnotherTest 4981b30ea5 Shell: Run the command's next chain even when it's empty 4 years ago
  AnotherTest be94a4ffa6 Shell: Block on the existing event loop instead of pushing a new one 4 years ago
  AnotherTest cb29dca029 Shell: Don't spam perror() on kill_job() 4 years ago
  AnotherTest 5ec139e728 Shell: Make 'if' expressions return the unevaluated value of blocks 4 years ago
  AnotherTest 8cfda86a45 Shell: Actually return the exit code of the file when running a file 4 years ago
  Nick Vella fdc9b3c5a0 Shell: use exit code 127 on command not found 4 years ago
  AnotherTest 239472ba69 Shell: Add (basic) support for history event designators 4 years ago
  AnotherTest a90905c54c Shell: Use lstat instead of access to check if glob target exists 4 years ago
  Andreas Kling c4e2fd8123 Shell: Move to Userland/Shell/ 4 years ago