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-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-13
Shell: Fix incorrect fcntl usage
sin-ack
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
LibLine+Shell: Add dirty history flag and use it
sin-ack
2021-05-11
Shell: Add an option to autosave history every N ms
Ali Mohammad Pur
2021-05-10
Shell: Parse '\t' in doublequoted strings as a tab character
Ali Mohammad Pur
2021-05-10
Shell: Make escaping more intelligent
Ali Mohammad Pur
2021-05-10
Shell: Add support for \uhhhhhhhh escapes in strings
Ali Mohammad Pur
2021-05-07
Shell: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-02
Shell: Only match entries from PATH when a program name is given
Ali Mohammad Pur
2021-05-02
Shell: Replace fprintf(stderr) => warnln()
Ali Mohammad Pur
2021-05-02
Shell: Update shebang handling logic
Ali Mohammad Pur
2021-05-01
Shell: Move the heredocs vector to a local value before processing it
Ali Mohammad Pur
2021-05-01
Shell: Make set_is_syntax_error() also copy the error location
Ali Mohammad Pur
2021-05-01
Shell: Disallow non-bareword nodes as part of a heredoc key
Ali Mohammad Pur
2021-04-29
Shell: Implement formatting for Heredocs
Ali Mohammad Pur
2021-04-29
Shell: Add some tests for heredocs
Ali Mohammad Pur
2021-04-29
Shell: Add support for heredocs
Ali Mohammad Pur
2021-04-29
Shell: Do not assume that all parts of a node are enclosed in the node
Ali Mohammad Pur
2021-04-29
Shell: Avoid position push/pop when checking for next_is()
Ali Mohammad Pur
2021-04-29
Shell: Allow Syntax errors to be mutated while parsing
Ali Mohammad Pur
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-23
Shell: Add a 'kill' builtin that wraps the system's own
Ali Mohammad Pur
2021-04-23
Shell: Add support for jobspecs in fg/bg/disown/wait
Ali Mohammad Pur
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
Shell: Fix how cd handles the path argument
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Shell: Convert String::format() => String::formatted()
Andreas Kling
2021-04-20
Shell: Auto-completion shouldn't suggest non-executable files for the program...
Gunnar Beutner
2021-04-19
Shell: Don't whine about tcsetpgrp() failing
Ali Mohammad Pur
2021-04-19
Shell/Tests: Replace 'type f -f' with 'type -f f'
Ali Mohammad Pur
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
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
[next]