ladybird/Userland/Shell
Ali Mohammad Pur 222e580fa8 Shell: Use strncmp() instead of string.compare() for name completions
The "at most n bytes" behaviour of strncmp is required for this logic to
work, this was overlooked in 5b64abe when converting Strings to
StringViews, which lead to broken autocomplete.
2022-02-05 16:59:12 +03:30
..
Tests Shell: Remove sigpipe.sh.out artefact after failure 2021-12-13 16:20:29 +03:30
AST.cpp Shell: Use StringView instead of String const& where feasible 2022-01-29 23:08:27 +01:00
AST.h
Builtin.cpp Shell: Add total time to builtin_time Timing Report 2022-02-04 15:09:22 +03:30
CMakeLists.txt Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
Execution.h
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp
Job.cpp
Job.h
main.cpp Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Don't skip over the first brace expansion entry if it's empty 2021-12-16 03:26:59 +03:30
Parser.h
Shell.cpp Shell: Use strncmp() instead of string.compare() for name completions 2022-02-05 16:59:12 +03:30
Shell.h Shell: Use StringView instead of String const& where feasible 2022-01-29 23:08:27 +01:00
SyntaxHighlighter.cpp
SyntaxHighlighter.h