| Age | Commit message (Expand) | Author |
| 2020-10-09 | Added OLDPWD export to builtin/cd | Charles Cabergs |
| 2020-10-08 | Added tok_lst_pop_front wrapper | Charles Cabergs |
| 2020-10-08 | Fixing input not fully eaten syntax error, Added basename in prompt | Charles Cabergs |
| 2020-10-08 | Fixing small bug in lexer/tok_assign_str | 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-07 | Fixing parenthesis pipeline parsing, False negative unmatched quote on str | Charles Cabergs |
| 2020-10-06 | Fixing macos error messages and SHLVL | 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-28 | Merge branch 'master' of github.com:ouaisbrefbams/minishell | Charles Cabergs |
| 2020-09-28 | Fixing builtin error message and status code to work on mac | 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-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 | Added lexer quote mismatch error message, Fixing escape on last character | 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 | Refactoring exec_search_path to distinguish between command not found and mal... | Charles Cabergs |
| 2020-09-14 | Added %c format for errorf | 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 | 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 |