serenity/Shell
Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath
And move canonicalized_path() to a static method on LexicalPath.

This is to make it clear that FileSystemPath/canonicalized_path() only
perform *lexical* canonicalization.
2020-05-26 14:35:10 +02:00
..
CMakeLists.txt Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Job.h Shell: Add the `disown' shell builtin 2020-05-25 00:08:32 +02:00
main.cpp Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
Parser.cpp Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Parser.h Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Shell.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
Shell.h LibLine: Change get_line to return a Result<String, Error> 2020-05-25 21:36:51 +02:00