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
/
Shell.cpp
Age
Commit message (
Expand
)
Author
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-04
Shell: Make sure TTY echo is enabled when running external commands
Gunnar Beutner
2021-07-17
Shell: Don't assume that only the current shell may continue children
Ali Mohammad Pur
2021-07-13
Shell: Add unalias builtin
TheFightingCatfish
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-24
LibLine+Shell: Allow some programs to modify the current termios
Ali Mohammad Pur
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: Make escaping more intelligent
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-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
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-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-03-31
Shell: Handle SIGCHLD after sending SIGCONT to job
AnotherTest
2021-03-31
Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexpr
AnotherTest
2021-03-22
Shell: Add support for indexing into variables
AnotherTest
2021-03-16
Shell: Avoid unnecessarily taking control of the standard streams
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 '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: Skip caching PATH and history load/save when not interactive
AnotherTest
2021-02-28
Shell: Remove WAITID_ONCE workaround
Andrew Kaster
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-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-19
Shell: Don't spam perror() on kill_job()
AnotherTest
2021-01-19
Shell: Make 'if' expressions return the unevaluated value of blocks
AnotherTest
2021-01-19
Shell: Actually return the exit code of the file when running a file
AnotherTest
2021-01-16
Shell: use exit code 127 on command not found
Nick Vella
2021-01-15
Shell: Add (basic) support for history event designators
AnotherTest
[next]