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-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-29
Shell: Don't do null check on `NonnullRefPtr<T>`
Daniel Bertalan
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-22
Tests: Run each test in their respective directories
coderdreams
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-16
Shell: Remove unused InlineLinkedList header include
Brian Gianforcaro
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-08
Shell: Make `time` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-05
Shell: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
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
Everywhere: codepoint => code point
Andreas Kling
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-27
Shell: Disable the valid test as it has a high failure rate on target
Andrew Kaster
2021-05-24
LibLine+Shell: Allow some programs to modify the current termios
Ali Mohammad Pur
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-22
Shell: Make sure all tests put their temp dirs in /tmp
Andrew Kaster
2021-05-21
Shell: Use /tmp for all file operations valid.sh test
Andrew Kaster
2021-05-21
Shell: Hide job times behind SHELL_JOB_DEBUG flag
Andrew Kaster
2021-05-19
Shell: Avoid moving AK::Function instances while inside them
Ali Mohammad Pur
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
[next]