| Age | Commit message (Expand) | Author |
| 2020-10-07 | Fixing parenthesis pipeline parsing, False negative unmatched quote on str | Charles Cabergs |
| 2020-10-06 | Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ... | Charles Cabergs |
| 2020-09-18 | comment add | nass1pro |
| 2020-09-17 | Added lexer spliting ';;', separator string lookup table in parser for error ... | 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-15 | Added lexer quote mismatch error message, Fixing escape on last character | Charles Cabergs |
| 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 | 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 | 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-11 | Removing command local variable | 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-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 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-19 | Removing glob, Rewritting preprocessing with escape and interpolation only | Charles Cabergs |
| 2020-07-19 | Lexer update function create_token_list | nass1pro |
| 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-16 | update funct len_is_not_sep | nass1pro |
| 2020-07-16 | uptade lexer.c '\\' | nass1pro |
| 2020-07-14 | update lexer | nass1pro |
| 2020-07-13 | test error gestion | nass1pro |
| 2020-07-13 | Merge branch 'master' of https://github.com/HappyTramp/minishell | nass1pro |
| 2020-07-13 | update parent stick | nass1pro |
| 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-18 | Change parse | nass1pro |
| 2020-06-17 | Added parse_expr draft | Charles |
| 2020-06-16 | main for testing | nass1pro |
| 2020-06-16 | Update redire in parse | nass1pro |
| 2020-06-16 | Update parse | nass1pro |
| 2020-06-16 | Update lexer/trim | nass1pro |