| Age | Commit message (Expand) | Author |
| 2020-10-09 | Splitting preprocessing, Added parsed error helper | Charles Cabergs |
| 2020-10-09 | Norming header, Fixing mistakes detected by static analyser | Charles Cabergs |
| 2020-10-09 | Fixing parenthesis leak in parser, Fixing crash on empty input | Charles Cabergs |
| 2020-10-09 | Fixing 2 leaks in get_next_line and parser | Charles Cabergs |
| 2020-10-08 | Fixing leaks in parser and preprocessor | Charles Cabergs |
| 2020-10-07 | Fixing happy path memory leaks | Charles Cabergs |
| 2020-10-07 | Added signal on pipeline and operations | Charles Cabergs |
| 2020-10-06 | Removing previous pipe bloat | Charles Cabergs |
| 2020-10-06 | Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ... | Charles Cabergs |
| 2020-10-06 | Added pipeline ast and pipeline evaluation (not working when first command is... | Charles Cabergs |
| 2020-09-16 | Fixing memory leaks in preprocess and parser | Charles Cabergs |
| 2020-09-16 | Added g_state to store global variables, Refactoring tok_assign_str | Charles Cabergs |
| 2020-09-16 | Refactoring main, all setup code in setup.c, disabled -c and -l flags if not ... | Charles Cabergs |
| 2020-09-15 | Partially fixing pipes (more than 1 still breaks) | Charles Cabergs |
| 2020-09-15 | Refactoring env, Removing bloat from utils, exec and env | Charles Cabergs |
| 2020-09-15 | Fixing most of the bugs in path | Charles Cabergs |
| 2020-09-14 | Removing path hash table, replacing it by brute force search | Charles Cabergs |
| 2020-09-14 | Renaming lexer status variable | Charles Cabergs |
| 2020-09-14 | test error lexer quote | nass1pro |
| 2020-09-13 | Added SHLVL increment, PATH add /sbin if not present | Charles Cabergs |
| 2020-09-13 | Fixing pipe zombie children | Charles Cabergs |
| 2020-09-13 | update lexer + \t | nass1pro |
| 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-09-09 | Fixing parenthesis redirection, Added better prompt | 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 | Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd | Charles Cabergs |
| 2020-08-27 | Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst | Charles Cabergs |
| 2020-08-19 | Fixing spaces at the beginning/end of variable with ms_split_notrim in utils.c | 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 default environment variable, pwd prints $PWD instead of using getcwd | Charles |
| 2020-07-19 | Fixing directory cmd and $? | Charles |
| 2020-07-19 | Fixing cd error messages, Fixing glob on links | Charles |
| 2020-07-18 | Added parser syntax error | nass1pro |
| 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 g_basename global for error message prefix | Charles |
| 2020-07-14 | Refactoring error handling during parsing | Charles |
| 2020-07-14 | uptdate error | nass1pro |
| 2020-07-13 | test error gestion | nass1pro |
| 2020-07-13 | Added lexer debug option | Charles |
| 2020-07-13 | Merge branch 'master' of https://github.com/HappyTramp/minishell | nass1pro |
| 2020-07-13 | update parent stick | nass1pro |