| Age | Commit message (Expand) | Author |
| 2020-09-14 | Renaming lexer status variable | Charles Cabergs |
| 2020-09-14 | Merge branch 'master' of https://github.com/ouaisbrefbams/minishell | nass1pro |
| 2020-09-14 | test error lexer quote | nass1pro |
| 2020-09-14 | Fixing status to string leak by putting the string representation in a static... | Charles Cabergs |
| 2020-09-14 | Refactoring redir and preprocess_filename to distiguish between command error... | Charles Cabergs |
| 2020-09-14 | update quote trim | nass1pro |
| 2020-09-13 | Refactoring eval file structure, Added comment to builtin | Charles Cabergs |
| 2020-09-13 | Refactoring lexer/trim by removing the unecessary allocation | Charles Cabergs |
| 2020-09-13 | Refactoring lexer to understand it | Charles Cabergs |
| 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-13 | update del_quote in trim.c | nass1pro |
| 2020-09-13 | Merge branch 'master' of https://github.com/ouaisbrefbams/minishell | nass1pro |
| 2020-09-13 | update lexer_trim_out funct del_cote | 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-10 | test escape full ok | nass1pro |
| 2020-09-10 | update lexer in len_until_sep | nass1pro |
| 2020-09-10 | update escape | nass1pro |
| 2020-09-09 | Re Added cmd variable | Charles Cabergs |
| 2020-09-09 | Moving utils_directory_iter back to path.c, abstraction not needed without globs | Charles Cabergs |
| 2020-09-09 | Fixing parenthesis redirection, Added better prompt | Charles Cabergs |
| 2020-09-09 | Fixing 2 bugs in preprocess | Charles Cabergs |
| 2020-08-29 | Trying my hardest to refactor the worst code ever produced by mankind | 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-27 | Updated lexer to use t_tok_lst instead of t_ftlst and t_token | Charles Cabergs |
| 2020-08-27 | Renaming lexer function to french | 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-20 | Fixing preprocessing bug when space at the beginning/end of field split | 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 | Added errof for cleaner error message, Removed previous error functions | Charles |
| 2020-07-19 | Fixing directory cmd and $? | Charles |
| 2020-07-19 | Lexer update function create_token_list | nass1pro |
| 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 | lexer OK, Added escape handling | nass1pro |
| 2020-07-18 | update len_is_not_sep in lexer.c for '\' | nass1pro |
| 2020-07-18 | Fixing cmd_variable with same names with env_export, Refactoring signal and p... | Charles |