1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Shell
asynts fb8d3635d9 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-22 22:14:30 +01:00
..
Tests Shell: Make tests use PASS/FAIL instead of exit codes 2021-01-19 08:19:43 +01:00
AST.cpp Shell: Make 'if' expressions return the unevaluated value of blocks 2021-01-19 08:19:43 +01:00
AST.h Shell: Make 'if' expressions return the unevaluated value of blocks 2021-01-19 08:19:43 +01:00
Builtin.cpp Shell: Add a not builtin 2021-01-19 08:19:43 +01:00
CMakeLists.txt Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Execution.h Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Formatter.cpp Shell: Add formatter for history events 2021-01-15 19:13:03 +01:00
Formatter.h Shell: Add formatter for history events 2021-01-15 19:13:03 +01:00
Forward.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Job.cpp Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Job.h Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
main.cpp Everywhere: Fix typos 2021-01-22 18:41:29 +01:00
NodeVisitor.cpp Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
NodeVisitor.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Parser.cpp Shell: Allow newlines between else and if's closing brace 2021-01-18 08:56:34 +01:00
Parser.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Shell.cpp Shell: Don't spam perror() on kill_job() 2021-01-19 08:19:43 +01:00
Shell.h Shell: Add a not builtin 2021-01-19 08:19:43 +01:00