aboutsummaryrefslogtreecommitdiff
path: root/src/eval/redir.c
AgeCommit message (Collapse)Author
2020-09-14Refactoring redir and preprocess_filename to distiguish between command ↵Charles Cabergs
error and fatal error
2020-09-10Added errorf_ret helper, Removing error to status (just status code and ↵Charles Cabergs
fatal error)
2020-09-10Added better error handling in evalCharles Cabergs
2020-08-28Fixing double free redir, export and preprocess on empty valueCharles Cabergs
2020-08-28Cleaning parserCharles Cabergs
2020-08-27Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlstCharles Cabergs
2020-08-27Renaming e_token_tag -> e_tokCharles Cabergs
2020-07-19Added errof for cleaner error message, Removed previous error functionsCharles
2020-06-17Added (basic) operator evaluationCharles
2020-06-15Testing travis with minishell_testCharles
2020-06-15Refactoring redirection out of eval/cmd.c, Added tag check shortcutCharles