| Age | Commit message (Expand) | Author |
| 2020-09-13 | Fixing pipe zombie children | Charles Cabergs |
| 2020-09-12 | Added concurrent pipeline (not working with minishell_test for some obscure r... | Charles Cabergs |
| 2020-09-11 | Removing command local variable | Charles Cabergs |
| 2020-09-10 | Added errorf_ret helper, Removing error to status (just status code and fatal... | Charles Cabergs |
| 2020-09-10 | Added better error handling in eval | Charles Cabergs |
| 2020-09-09 | Re Added cmd variable | Charles Cabergs |
| 2020-08-28 | Fixing double free redir, export and preprocess on empty value | Charles Cabergs |
| 2020-08-28 | Cleaning parser | Charles Cabergs |
| 2020-08-27 | Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst | Charles Cabergs |
| 2020-08-27 | Renaming e_token_tag -> e_tok | Charles Cabergs |
| 2020-08-20 | Refactoring preprocess, replacing ms_split_notrim by a more direct function | Charles Cabergs |
| 2020-08-19 | Removing glob, Rewritting preprocessing with escape and interpolation only | Charles Cabergs |
| 2020-07-20 | Fixing glob by removing chdir, Changed cmd variables | Charles |
| 2020-07-20 | update eval_cmd | nass1pro |
| 2020-07-19 | Added errof for cleaner error message, Removed previous error functions | Charles |
| 2020-07-19 | Fixing directory cmd and $? | Charles |
| 2020-07-19 | Fixing cd error messages, Fixing glob on links | Charles |
| 2020-07-18 | Fixing exit error message and overflow detection | Charles |
| 2020-07-18 | Fixing cmd_variable with same names with env_export, Refactoring signal and p... | Charles |
| 2020-07-15 | Added cmd local/exported environment variable (WIP, still a few edge cases) | Charles |
| 2020-07-15 | Added export/unset builtin error message and status code | Charles |
| 2020-07-15 | Added g_basename global for error message prefix | Charles |
| 2020-07-14 | update lexer | nass1pro |
| 2020-07-14 | Refactoring error handling during parsing | Charles |
| 2020-07-13 | Added signal interupt and signal quit | Charles |
| 2020-06-23 | Fixing builtin which needed to not be run in a child process, Added exit builtin | Charles |
| 2020-06-19 | Parenthesis working, Added getline loop in main | Charles |
| 2020-06-19 | Fixed ast_print | Charles |
| 2020-06-19 | Merge branch 'parse_cmd' | Charles |
| 2020-06-19 | Added parenthesis handling in eval (not tested) | Charles |
| 2020-06-18 | Merge branch 'master' into parse_cmd | nass1pro |
| 2020-06-18 | Change parse | nass1pro |
| 2020-06-17 | Added (basic) operator evaluation | Charles |
| 2020-06-15 | Testing travis with minishell_test | Charles |
| 2020-06-15 | Refactoring redirection out of eval/cmd.c, Added tag check shortcut | Charles |
| 2020-06-15 | Fixing leaks (need refactoring) | Charles |
| 2020-06-14 | WIP: Added eval cmd with redirection and builtins | Charles |
| 2020-06-14 | Added eval cmd and error handling draft, Updated preprocessing for list | Charles |
| 2020-06-14 | Changing ast related struct and fixing functions accordingly | Charles |
| 2020-06-09 | Added make with multiple jobs and making merge compile | Charles |
| 2020-05-04 | Removing data name in ast union, io_frame, root line ast tag | Charles |
| 2020-04-03 | Evaluation pipe frame (not tested) | Charles |
| 2020-04-01 | Changed representation of environment to vector | Charles |
| 2020-04-01 | Norm compliant comment format, dirty script for doxygen comments | Charles |
| 2020-04-01 | Added builtin support in command eval, Refactoring eval/builtin function, Add... | Charles |
| 2020-04-01 | Added AST functions, tested eval with basic input | Charles |
| 2020-03-31 | Removing ms_ prefix, Removing junk | Charles |
| 2020-03-31 | More specific AST struct and evaluation start | Charles |
| 2020-03-30 | Added doc | Charles |