| Age | Commit message (Expand) | Author |
| 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-09 | Splitting preprocessing, Added parsed error helper | Charles Cabergs |
| 2020-10-09 | Norming eval | 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 | Removing previous pipe bloat | Charles Cabergs |
| 2020-10-06 | Added pipeline ast and pipeline evaluation (not working when first command is... | Charles Cabergs |
| 2020-09-16 | Added g_state to store global variables, Refactoring tok_assign_str | Charles Cabergs |
| 2020-09-15 | Partially fixing pipes (more than 1 still breaks) | Charles Cabergs |
| 2020-09-15 | Refactoring env, Removing bloat from utils, exec and env | 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-13 | Refactoring eval file structure, Added comment to builtin | Charles Cabergs |
| 2020-08-28 | Fixing double free redir, export and preprocess on empty value | Charles Cabergs |
| 2020-06-18 | Change parse | nass1pro |
| 2020-06-14 | Added eval cmd and error handling draft, Updated preprocessing for list | Charles |
| 2020-06-14 | Changing ast related struct and fixing functions accordingly | Charles |
| 2020-06-09 | Added make with multiple jobs and making merge compile | Charles |
| 2020-05-04 | Removing data name in ast union, io_frame, root line ast tag | 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-04-01 | Added AST functions, tested eval with basic input | Charles |
| 2020-03-31 | Removing ms_ prefix, Removing junk | Charles |
| 2020-03-31 | More specific AST struct and evaluation start | Charles |
| 2020-03-30 | Added doc | Charles |