| Age | Commit message (Expand) | Author |
| 2021-02-03 | Fixing -Wunused-result | Charles Cabergs |
| 2020-11-28 | Fixing exit not exiting on argument error | Charles Cabergs |
| 2020-10-15 | Norming builtin/cd | Charles Cabergs |
| 2020-10-15 | Fixing append redirection labeled has truncate redirection | Charles Cabergs |
| 2020-10-15 | Fixing case insensitive executable path, Removing prompt basename | Charles Cabergs |
| 2020-10-11 | Fixing empty cd segfault | Charles Cabergs |
| 2020-10-11 | Fixing read of uninitialized value error in bultin/exit.c | Charles Cabergs |
| 2020-10-11 | Norming libft | Charles Cabergs |
| 2020-10-10 | Added comment to parser | Charles Cabergs |
| 2020-10-10 | Fixing status code bug | Charles Cabergs |
| 2020-10-10 | Fixing SHLVL increment | Charles Cabergs |
| 2020-10-10 | Fixing signal last status code | Charles Cabergs |
| 2020-10-10 | Added comment to preprocess, redir, setup, signal, eval_cmd and utils | Charles Cabergs |
| 2020-10-10 | Norming interpolation | Charles Cabergs |
| 2020-10-10 | Norming parser | Charles Cabergs |
| 2020-10-10 | Norming lexer | Charles Cabergs |
| 2020-10-10 | Norming debugging function, Enabling them only when MINISHELL_TEST is defined | Charles Cabergs |
| 2020-10-09 | Added interpolation prototype (segfault on linux otherwise) | Charles Cabergs |
| 2020-10-09 | Splitting preprocessing, Added parsed error helper | Charles Cabergs |
| 2020-10-09 | Norming eval | Charles Cabergs |
| 2020-10-09 | Norming header, Fixing mistakes detected by static analyser | Charles Cabergs |
| 2020-10-09 | Norming bultin and path | 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-09 | Fixing empty PATH variable bug | Charles Cabergs |
| 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 |