| Age | Commit message (Expand) | Author |
| 2020-10-08 | Fixing input not fully eaten syntax error, Added basename in prompt | 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-09-15 | Refactoring env, Removing bloat from utils, exec and env | Charles Cabergs |
| 2020-09-13 | Refactoring eval file structure, Added comment to builtin | Charles Cabergs |
| 2020-09-13 | Fixing pipe zombie children | Charles Cabergs |
| 2020-09-12 | Added concurrent pipeline (not working with minishell_test for some obscure r... | Charles Cabergs |
| 2020-08-28 | Fixing double free redir, export and preprocess on empty value | Charles Cabergs |
| 2020-07-19 | Added errof for cleaner error message, Removed previous error functions | Charles |
| 2020-07-15 | Added export/unset builtin error message and status code | Charles |
| 2020-06-19 | Update parser_error | nass1pro |
| 2020-06-18 | Added Builtin cd and export | nass1pro |
| 2020-06-17 | Update cd,export | nass1pro |
| 2020-04-03 | Refactoring env, connecting pipes, preprocess draft | Charles |
| 2020-04-03 | Evaluation pipe frame (not tested) | Charles |
| 2020-04-01 | Changed representation of environment to vector | Charles |
| 2020-04-01 | Norm compliant comment format, dirty script for doxygen comments | Charles |
| 2020-04-01 | Added builtin support in command eval, Refactoring eval/builtin function, Add... | Charles |
| 2020-03-31 | Removing ms_ prefix, Removing junk | Charles |
| 2020-03-30 | Added doc | Charles |
| 2020-03-28 | Cleaning env and path, Removed state struct | Charles |
| 2020-03-04 | Added builtins draft | Charles |
| 2020-02-27 | WIP: path update from PATH formated string | Charles |