| Age | Commit message (Expand) | Author |
| 2020-09-09 | Moving utils_directory_iter back to path.c, abstraction not needed without globs | Charles Cabergs |
| 2020-09-09 | Fixing parenthesis redirection, Added better prompt | Charles Cabergs |
| 2020-08-27 | Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd | Charles Cabergs |
| 2020-08-27 | Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst | Charles Cabergs |
| 2020-08-20 | Refactoring preprocess, replacing ms_split_notrim by a more direct function | Charles Cabergs |
| 2020-08-19 | Fixing spaces at the beginning/end of variable with ms_split_notrim in utils.c | Charles Cabergs |
| 2020-07-19 | Added errof for cleaner error message, Removed previous error functions | Charles |
| 2020-07-18 | Fixing exit error message and overflow detection | Charles |
| 2020-07-18 | Fixing cmd_variable with same names with env_export, Refactoring signal and p... | Charles |
| 2020-07-15 | Added cmd local/exported environment variable (WIP, still a few edge cases) | Charles |
| 2020-07-15 | Added export/unset builtin error message and status code | Charles |
| 2020-07-15 | Added g_basename global for error message prefix | Charles |
| 2020-07-14 | Refactoring error handling during parsing | Charles |
| 2020-06-23 | Fixing builtin which needed to not be run in a child process, Added exit builtin | Charles |
| 2020-06-18 | Merge branch 'builtin' | Charles |
| 2020-06-17 | Added (basic) operator evaluation | Charles |
| 2020-06-17 | Added env_export and env_keycmp | Charles |
| 2020-06-15 | Fixing leaks (need refactoring) | Charles |
| 2020-06-14 | WIP: Added eval cmd with redirection and builtins | Charles |
| 2020-06-14 | Added eval cmd and error handling draft, Updated preprocessing for list | Charles |
| 2020-06-12 | Added preprocess escape with backslash, sticky str merge, travis CI before merge | Charles |
| 2020-06-09 | Added iterpolation like bash according to lexer output (2 leaks) | Charles |
| 2020-04-05 | Preprocessing (glob and iterpolation) draft (not tested) | Charles |
| 2020-04-04 | Glob logic mainly done | Charles |
| 2020-04-03 | Refactoring env, connecting pipes, preprocess draft | 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-31 | More specific AST struct and evaluation start | Charles |
| 2020-03-30 | Added doc | Charles |
| 2020-03-30 | Added Doxyfile | Charles |
| 2020-03-29 | Eval draft | Charles |
| 2020-03-28 | Cleaning env and path, Removed state struct | Charles |
| 2020-03-24 | test compil | nass1pro |
| 2020-03-04 | Added builtins draft | Charles |
| 2020-03-04 | Fixing environment, Added env buitin | Charles |
| 2020-02-28 | Added eval.c draft | Charles |
| 2020-02-28 | Added environment and state | Charles |
| 2020-02-27 | WIP: path update from PATH formated string | Charles |
| 2020-02-26 | Added parsing API | Charles |
| 2020-02-03 | TODO list and basic plan | Charles |
| 2020-01-29 | Initial Commit | Charles |