serenity/Userland/Shell
Shannon Booth 6ce0d588ee Everywhere: Avoid calling from_utf8 on FlyString or String
We already have a String :^)
2023-12-10 09:45:03 +01:00
..
Tests
AST.cpp Shell: Accept null heredocs in POSIX mode 2023-11-18 16:50:01 +03:30
AST.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
Builtin.cpp Shell: Improve error propagation 2023-11-14 20:08:27 +03:30
CMakeLists.txt
Execution.h
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp Everywhere: Avoid calling from_utf8 on FlyString or String 2023-12-10 09:45:03 +01:00
Job.cpp
Job.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
main.cpp
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
Parser.h Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
PosixLexer.cpp Shell: Avoid infinite loop when parsing heredoc entry in POSIX mode 2023-11-08 15:04:08 +03:30
PosixLexer.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
PosixParser.cpp Everywhere: Avoid calling from_utf8 on FlyString or String 2023-12-10 09:45:03 +01:00
PosixParser.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
Shell.cpp Shell: Accept empty set of completions from program completer 2023-12-01 19:24:57 +03:30
Shell.h Shell: Improve error propagation 2023-11-14 20:08:27 +03:30
SyntaxHighlighter.cpp LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h