| Age | Commit message (Expand) | Author |
| 2020-08-28 | Cleaning parser | 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-27 | Updated lexer to use t_tok_lst instead of t_ftlst and t_token | Charles Cabergs |
| 2020-08-27 | Renaming lexer function to french | Charles Cabergs |
| 2020-08-27 | Renaming e_token_tag -> e_tok | Charles Cabergs |
| 2020-08-20 | Refactoring preprocess, replacing ms_split_notrim by a more direct function | Charles Cabergs |
| 2020-08-20 | Fixing preprocessing bug when space at the beginning/end of field split | 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 | Fixing glob by removing chdir, Changed cmd variables | Charles |
| 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 | Added errof for cleaner error message, Removed previous error functions | Charles |
| 2020-07-19 | Fixing directory cmd and $? | Charles |
| 2020-07-19 | Lexer update function create_token_list | nass1pro |
| 2020-07-19 | Fixing cd error messages, Fixing glob on links | Charles |
| 2020-07-18 | Added parser syntax error | nass1pro |
| 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-16 | update funct len_is_not_sep | nass1pro |
| 2020-07-16 | uptade lexer.c '\\' | nass1pro |
| 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 | update lexer | nass1pro |
| 2020-07-14 | Refactoring error handling during parsing | Charles |
| 2020-07-14 | uptdate error | nass1pro |
| 2020-07-13 | test error gestion | nass1pro |
| 2020-07-13 | Added lexer debug option | Charles |
| 2020-07-13 | Merge branch 'master' of https://github.com/HappyTramp/minishell | nass1pro |
| 2020-07-13 | update parent stick | nass1pro |
| 2020-07-13 | Added signal interupt and signal quit | Charles |
| 2020-06-23 | Fixing builtin which needed to not be run in a child process, Added exit builtin | Charles |
| 2020-06-19 | Fixing parse_cmd redirection parsing | Charles |
| 2020-06-19 | Parenthesis working, Added getline loop in main | Charles |
| 2020-06-19 | Fixed ast_print | Charles |
| 2020-06-19 | Merge branch 'parse_cmd' | Charles |
| 2020-06-19 | Update parser_error | nass1pro |
| 2020-06-19 | Added parenthesis handling in eval (not tested) | Charles |
| 2020-06-18 | Fixing little bug in env_search | Charles |
| 2020-06-18 | Pull minishell_test | nass1pro |
| 2020-06-18 | Merge branch 'master' into parse_cmd | nass1pro |
| 2020-06-18 | Merge branch 'builtin' | Charles |
| 2020-06-18 | Added Builtin cd and export | nass1pro |
| 2020-06-18 | Merge branch 'builtin' | Charles |
| 2020-06-18 | Merge branch 'parse_cmd' | Charles |
| 2020-06-18 | Change parse | nass1pro |