| 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-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-20 | Fixing glob by removing chdir, Changed cmd variables | Charles |
| 2020-07-19 | Fixing cd error messages, Fixing glob on links | 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-14 | update lexer | nass1pro |
| 2020-07-14 | Refactoring error handling during parsing | Charles |
| 2020-07-14 | uptdate error | nass1pro |
| 2020-06-18 | Merge branch 'builtin' | Charles |
| 2020-06-17 | Fixing (mostly) glob with absolute path | Charles |
| 2020-06-17 | Added env_export and env_keycmp | 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-03 | Refactoring env, connecting pipes, preprocess draft | Charles |
| 2020-04-01 | Norm compliant comment format, dirty script for doxygen comments | 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 |