aboutsummaryrefslogtreecommitdiff
path: root/src/eval/cmd.c
AgeCommit message (Collapse)Author
2020-07-18Fixing exit error message and overflow detectionCharles
2020-07-18Fixing cmd_variable with same names with env_export, Refactoring signal and ↵Charles
prompt out of main
2020-07-15Added cmd local/exported environment variable (WIP, still a few edge cases)Charles
2020-07-15Added export/unset builtin error message and status codeCharles
2020-07-15Added g_basename global for error message prefixCharles
2020-07-14Refactoring error handling during parsingCharles
2020-07-13Added signal interupt and signal quitCharles
2020-06-23Fixing builtin which needed to not be run in a child process, Added exit builtinCharles
2020-06-19Added parenthesis handling in eval (not tested)Charles
2020-06-17Added (basic) operator evaluationCharles
2020-06-15Refactoring redirection out of eval/cmd.c, Added tag check shortcutCharles
2020-06-15Fixing leaks (need refactoring)Charles
2020-06-14WIP: Added eval cmd with redirection and builtinsCharles
2020-06-14Added eval cmd and error handling draft, Updated preprocessing for listCharles