serenity/Userland/Shell
Ben Wiederhake 0c86ee3876 Shell: Rewrite Shell::possibly_print_error without deprecated API
Also, not allocating copies of the current string all the time should be
a tiny bit more efficient. We can do this because the 'current_line' is
only used while reporting the error, so it will not be used once we
begin reading the next line.
2023-05-30 00:21:59 +02:00
..
Tests Everywhere: Use /bin/Shell as the shebang for Shell scripts 2023-02-13 23:00:15 +03:30
AST.cpp Shell: Rename the verb {lookup => look_up} 2023-05-05 09:35:24 +03:30
AST.h Shell: Allow lossy conversion from list -> string in POSIX mode 2023-05-05 09:35:24 +03:30
Builtin.cpp Shell: Properly detect the kill executable 2023-05-21 14:59:26 +01:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Execution.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02: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
ImmediateFunctions.cpp Shell: Rename the verb {lookup => look_up} 2023-05-05 09:35:24 +03:30
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 Shell: Prefer File::read_until_eof over DeprecatedFile::read_all 2023-05-19 21:36:37 +02:00
NodeVisitor.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
NodeVisitor.h
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 Shell: Correctly handle commands after heredoc contents 2023-05-05 09:35:24 +03:30
PosixLexer.h Shell: Correctly handle commands after heredoc contents 2023-05-05 09:35:24 +03:30
PosixParser.cpp Shell: Allow newlines before do in POSIX for loops 2023-05-05 09:35:24 +03:30
PosixParser.h Shell: Correctly handle commands after heredoc contents 2023-05-05 09:35:24 +03:30
Shell.cpp Shell: Rewrite Shell::possibly_print_error without deprecated API 2023-05-30 00:21:59 +02:00
Shell.h Shell: Rename the verb {lookup => look_up} 2023-05-05 09:35:24 +03:30
SyntaxHighlighter.cpp LibGfx+Userland: Make TextAttributes::underline_style optional 2023-03-15 14:55:49 +01:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00