aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-10Norming parserCharles Cabergs
2020-10-10Norming lexerCharles Cabergs
2020-10-10Norming debugging function, Enabling them only when MINISHELL_TEST is definedCharles Cabergs
2020-10-09Added interpolation prototype (segfault on linux otherwise)Charles Cabergs
2020-10-09Splitting preprocessing, Added parsed error helperCharles Cabergs
2020-10-09Norming header, Fixing mistakes detected by static analyserCharles Cabergs
2020-10-09Fixing parenthesis leak in parser, Fixing crash on empty inputCharles Cabergs
2020-10-08Added tok_lst_pop_front wrapperCharles Cabergs
2020-10-07Fixing happy path memory leaksCharles Cabergs
2020-10-07Added signal on pipeline and operationsCharles Cabergs
2020-10-07Fixing parenthesis pipeline parsing, False negative unmatched quote on strCharles Cabergs
2020-10-06Removing previous pipe bloatCharles Cabergs
2020-10-06Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ...Charles Cabergs
2020-10-06Added pipeline ast and pipeline evaluation (not working when first command is...Charles Cabergs
2020-09-16Fixing memory leaks in preprocess and parserCharles Cabergs
2020-09-16Added g_state to store global variables, Refactoring tok_assign_strCharles Cabergs
2020-09-16Refactoring main, all setup code in setup.c, disabled -c and -l flags if not ...Charles Cabergs
2020-09-15Partially fixing pipes (more than 1 still breaks)Charles Cabergs
2020-09-15Added lexer quote mismatch error message, Fixing escape on last characterCharles Cabergs
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-14Refactoring exec_search_path to distinguish between command not found and mal...Charles Cabergs
2020-09-14Renaming lexer status variableCharles Cabergs
2020-09-14Merge branch 'master' of https://github.com/ouaisbrefbams/minishellnass1pro
2020-09-14test error lexer quotenass1pro
2020-09-14Refactoring redir and preprocess_filename to distiguish between command error...Charles Cabergs
2020-09-13Refactoring eval file structure, Added comment to builtinCharles Cabergs
2020-09-13Refactoring lexer/trim by removing the unecessary allocationCharles Cabergs
2020-09-13Refactoring lexer to understand itCharles Cabergs
2020-09-13Fixing pipe zombie childrenCharles Cabergs
2020-09-12Added concurrent pipeline (not working with minishell_test for some obscure r...Charles Cabergs
2020-09-11Removing command local variableCharles Cabergs
2020-09-10Added errorf_ret helper, Removing error to status (just status code and fatal...Charles Cabergs
2020-09-10Added better error handling in evalCharles Cabergs
2020-09-10update lexer in len_until_sepnass1pro
2020-09-09Re Added cmd variableCharles Cabergs
2020-09-09Moving utils_directory_iter back to path.c, abstraction not needed without globsCharles Cabergs
2020-09-09Fixing parenthesis redirection, Added better promptCharles Cabergs
2020-08-28Fixing double free redir, export and preprocess on empty valueCharles Cabergs
2020-08-28Cleaning parserCharles Cabergs
2020-08-27Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmdCharles Cabergs
2020-08-27Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlstCharles Cabergs
2020-08-27Updated lexer to use t_tok_lst instead of t_ftlst and t_tokenCharles Cabergs
2020-08-27Renaming lexer function to frenchCharles Cabergs
2020-08-27Renaming e_token_tag -> e_tokCharles Cabergs
2020-08-20Refactoring preprocess, replacing ms_split_notrim by a more direct functionCharles 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