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
2023-04-12
Shell: Add `map_fixed` to the pledges for command autocompletion
Tim Schumacher
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-31
Shell: Don't require ArgsParser values to be null-terminated
Ali Mohammad Pur
2023-03-29
Shell: Skip rc files when not running interactively
Tim Schumacher
2023-03-29
Shell: Correctly mark the end line of a parsed list
Tim Schumacher
2023-03-29
Shell: Allow appending empty string literals
Tim Schumacher
2023-03-29
Shell: Properly skip POSIX `Fi` tokens
Tim Schumacher
2023-03-29
Shell: Evaluate the program name before parsing arguments
Tim Schumacher
2023-03-22
Shell: Implement arithmetic expansions for POSIX mode
Ali Mohammad Pur
2023-03-22
Shell: Resolve nonexistent string env variables to the empty string
Ali Mohammad Pur
2023-03-22
Shell: Load a different rc file when in POSIX mode
Ali Mohammad Pur
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-15
LibGfx+Userland: Make TextAttributes::underline_style optional
Sam Atkins
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-10
Shell: Error out on invalid `export' argument
Ali Mohammad Pur
2023-03-07
Shell: Fix bogus C-style casts from `NonnullOwnPtr<T>*` to `T*`
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
Shell: Convert the POSIX parser/lexer to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Convert all immediately convertible fallible functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Convert the remaining fallible AST functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Make Immediate expression invocation fallible
Ali Mohammad Pur
2023-02-28
Shell: Convert builtins to use the modern main() style
Ali Mohammad Pur
2023-02-28
Shell: Make AST::dump() ErrorOr-aware
Ali Mohammad Pur
2023-02-28
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
Ali Mohammad Pur
2023-02-21
Shell: Fix (and paper over) various const-correctness issues
Andreas Kling
2023-02-18
Shell: Correct the out-of-bounds expansion bailing condition
Ali Mohammad Pur
2023-02-18
Shell: Allow underscores in normal expansion names
Ali Mohammad Pur
2023-02-18
Shell: Correctly keep track of special parameter length
Ali Mohammad Pur
2023-02-18
Shell: Clear expansions after committing a word in the POSIX parser
Ali Mohammad Pur
2023-02-18
Shell: Add support for heredocs to the POSIX parser
Ali Mohammad Pur
2023-02-18
Shell: Add a '--posix' mode to the 'dump' builtin
Ali Mohammad Pur
2023-02-18
Shell: Allow the heredoc node to act as a redirection too
Ali Mohammad Pur
2023-02-13
Everywhere: Use /bin/Shell as the shebang for Shell scripts
Ali Mohammad Pur
2023-02-13
Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flag
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
Shell: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-14
Shell: Use `AllocatingMemoryStream` to search for the IFS
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
[next]