ladybird/Userland/Shell
Andreas Kling 4797fad91c Shell: Fix bogus C-style casts from NonnullOwnPtr<T>* to T*
Thanks UBSAN for spotting this!
2023-03-07 09:42:20 +01:00
..
Tests Everywhere: Use /bin/Shell as the shebang for Shell scripts 2023-02-13 23:00:15 +03:30
AST.cpp Shell: Fix bogus C-style casts from NonnullOwnPtr<T>* to T* 2023-03-07 09:42:20 +01:00
AST.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Builtin.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Shell: Start implementing a POSIX-compliant parser 2023-02-13 23:00:15 +03:30
Execution.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
Formatter.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Formatter.h Shell+LibCodeComprehension: Start replacing {Deprecated => }String 2023-02-28 15:52:24 +03:30
Forward.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
ImmediateFunctions.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Job.cpp Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Job.h Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
NodeVisitor.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
NodeVisitor.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
Parser.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Parser.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
PosixLexer.cpp Everywhere: Use '_{short_,}string' literals more 2023-02-28 15:15:36 +00:00
PosixLexer.h Everywhere: Use '_{short_,}string' literals more 2023-02-28 15:15:36 +00:00
PosixParser.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
PosixParser.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Shell.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Shell.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
SyntaxHighlighter.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00