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
/
PosixParser.cpp
Age
Commit message (
Expand
)
Author
2023-05-05
Shell: Allow newlines before `do` in POSIX for loops
Ali Mohammad Pur
2023-05-05
Shell: Allow assignment-prefixed commands to run builtins
Ali Mohammad Pur
2023-05-05
Shell: Correctly handle escaped quote characters in strings
Ali Mohammad Pur
2023-05-05
Shell: Actually execute loop/case bodies when running them
Ali Mohammad Pur
2023-05-05
Shell: Correctly handle commands after heredoc contents
Ali Mohammad Pur
2023-05-05
Shell: Use the correct range for named variable expansions
Ali Mohammad Pur
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-22
Shell: Implement arithmetic expansions for POSIX mode
Ali Mohammad Pur
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
Shell: Convert the POSIX parser/lexer to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
Ali Mohammad Pur
2023-02-18
Shell: Correct the out-of-bounds expansion bailing condition
Ali Mohammad Pur
2023-02-18
Shell: Add support for heredocs to the POSIX parser
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur