| Age | Commit message (Expand) | Author |
| 2020-09-17 | Added lexer spliting ';;', separator string lookup table in parser for error ... | 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-13 | Added SHLVL increment, PATH add /sbin if not present | Charles Cabergs |
| 2020-09-13 | Fixing pipe zombie children | Charles Cabergs |
| 2020-09-13 | update lexer + \t | nass1pro |
| 2020-09-09 | Moving utils_directory_iter back to path.c, abstraction not needed without globs | Charles Cabergs |
| 2020-08-28 | Fixing double free redir, export and preprocess on empty value | Charles Cabergs |
| 2020-08-27 | Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd | Charles Cabergs |
| 2020-08-19 | Fixing spaces at the beginning/end of variable with ms_split_notrim in utils.c | Charles Cabergs |
| 2020-08-19 | Removing glob, Rewritting preprocessing with escape and interpolation only | Charles Cabergs |
| 2020-07-20 | update eval_cmd | nass1pro |
| 2020-07-19 | Added default environment variable, pwd prints $PWD instead of using getcwd | Charles |
| 2020-07-19 | Fixing cd error messages, Fixing glob on links | Charles |
| 2020-07-18 | Fixing exit error message and overflow detection | Charles |
| 2020-07-18 | lexer OK, Added escape handling | nass1pro |
| 2020-07-18 | update len_is_not_sep in lexer.c for '\' | nass1pro |
| 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 | 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-19 | Parenthesis working, Added getline loop in main | Charles |
| 2020-06-19 | Added parenthesis handling in eval (not tested) | Charles |
| 2020-06-17 | Fixing (mostly) glob with absolute path | Charles |
| 2020-06-16 | Merge branch 'parse_cmd' into eval | Charles |
| 2020-06-16 | Test travis | nass1pro |
| 2020-06-16 | Merge branch 'parse_cmd' into eval | Charles |
| 2020-06-15 | Testing travis with minishell_test | Charles |