aboutsummaryrefslogtreecommitdiff
path: root/minishell_test
AgeCommit message (Expand)Author
2020-09-15Refactoring env, Removing bloat from utils, exec and envCharles Cabergs
2020-09-15Fixing most of the bugs in pathCharles Cabergs
2020-09-14Removing path hash table, replacing it by brute force searchCharles Cabergs
2020-09-13Added SHLVL increment, PATH add /sbin if not presentCharles Cabergs
2020-09-13Fixing pipe zombie childrenCharles Cabergs
2020-09-13update lexer + \tnass1pro
2020-09-09Moving utils_directory_iter back to path.c, abstraction not needed without globsCharles Cabergs
2020-08-28Fixing double free redir, export and preprocess on empty valueCharles Cabergs
2020-08-27Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmdCharles Cabergs
2020-08-19Fixing spaces at the beginning/end of variable with ms_split_notrim in utils.cCharles Cabergs
2020-08-19Removing glob, Rewritting preprocessing with escape and interpolation onlyCharles Cabergs
2020-07-20update eval_cmdnass1pro
2020-07-19Added default environment variable, pwd prints $PWD instead of using getcwdCharles
2020-07-19Fixing cd error messages, Fixing glob on linksCharles
2020-07-18Fixing exit error message and overflow detectionCharles
2020-07-18lexer OK, Added escape handlingnass1pro
2020-07-18update len_is_not_sep in lexer.c for '\'nass1pro
2020-07-18Fixing cmd_variable with same names with env_export, Refactoring signal and p...Charles
2020-07-15Added cmd local/exported environment variable (WIP, still a few edge cases)Charles
2020-07-15Added export/unset builtin error message and status codeCharles
2020-07-14Refactoring error handling during parsingCharles
2020-06-23Fixing builtin which needed to not be run in a child process, Added exit builtinCharles
2020-06-19Parenthesis working, Added getline loop in mainCharles
2020-06-19Added parenthesis handling in eval (not tested)Charles
2020-06-17Fixing (mostly) glob with absolute pathCharles
2020-06-16Merge branch 'parse_cmd' into evalCharles
2020-06-16Test travisnass1pro
2020-06-16Merge branch 'parse_cmd' into evalCharles
2020-06-15Testing travis with minishell_testCharles