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