index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Shell
Age
Commit message (
Expand
)
Author
2021-04-13
Shell: flush stderr and stdout when using builtins
jacob gw
2021-04-13
Shell: add `type` builtin
jacob gw
2021-04-08
Shell: Allow newlines between the function decl and its body
AnotherTest
2021-03-31
Shell: Place Pipe redirections at the beginning of the redirection list
AnotherTest
2021-03-31
Shell: Handle SIGCHLD after sending SIGCONT to job
AnotherTest
2021-03-31
Shell: Use existing job state when waitpid() returns 0 in `jobs`
AnotherTest
2021-03-31
Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexpr
AnotherTest
2021-03-22
Shell: Add tests for slices
AnotherTest
2021-03-22
Shell: Add support for indexing into variables
AnotherTest
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-16
Shell: Avoid unnecessarily taking control of the standard streams
AnotherTest
2021-03-15
Shell: Consume the username when parsing '~user'
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-08
Shell: Don't blindly dereference the result of Parser::parse()
AnotherTest
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest
2021-03-07
Shell: Do not parse history events in scripts
AnotherTest
2021-03-07
Shell: Add functions to the PATH cache when rebuilding the cache
AnotherTest
2021-03-07
Shell: Make the 'not' builtin return the correct exit code for functions
AnotherTest
2021-03-07
Shell: Corrently indent offset newlines when formatting
AnotherTest
2021-03-07
Shell: Skip caching PATH and history load/save when not interactive
AnotherTest
2021-03-04
Shell: Adjust syntax highlighting logic for the new TextPosition logic
AnotherTest
2021-03-04
Shell: Make Node::hit_test_position() const
AnotherTest
2021-02-28
Shell: Remove WAITID_ONCE workaround
Andrew Kaster
2021-02-28
Userland: Install shell tests on Serenity
Andrew Kaster
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-02-17
Shell: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-11
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
Andreas Kling
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
Shell: Make history index values not fitting in i32 a syntax error
AnotherTest
2021-02-03
Shell: Make history range values larger than u32 a syntax error
AnotherTest
2021-01-26
Shell: Do not bail on signaled if condition
AnotherTest
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-23
Shell: Run the command's next chain even when it's empty
AnotherTest
2021-01-23
Shell: Block on the existing event loop instead of pushing a new one
AnotherTest
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-19
Shell: Don't spam perror() on kill_job()
AnotherTest
2021-01-19
Shell: Make tests use PASS/FAIL instead of exit codes
AnotherTest
2021-01-19
Shell: Make 'if' expressions return the unevaluated value of blocks
AnotherTest
2021-01-19
Shell: Add a `not` builtin
AnotherTest
2021-01-19
Shell: Mark control structures to be executed in the current process
AnotherTest
2021-01-19
Shell: Implement `for_each_entry()` for syntactic list nodes
AnotherTest
2021-01-19
Shell: Consider numbers as word characters too
AnotherTest
2021-01-19
Shell: Actually return the exit code of the file when running a file
AnotherTest
2021-01-19
Shell: Add a builtin that parses its sole argument and dumps its AST
AnotherTest
[next]