aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-15Norming builtin/cdCharles Cabergs
2020-10-15Fixing append redirection labeled has truncate redirectionCharles Cabergs
2020-10-15Fixing case insensitive executable path, Removing prompt basenameCharles Cabergs
2020-10-11Fixing empty cd segfaultCharles Cabergs
2020-10-11Fixing read of uninitialized value error in bultin/exit.cCharles Cabergs
2020-10-11Norming libftCharles Cabergs
2020-10-10Added comment to parserCharles Cabergs
2020-10-10Fixing status code bugCharles Cabergs
2020-10-10Fixing SHLVL incrementCharles Cabergs
2020-10-10Fixing signal last status codeCharles Cabergs
2020-10-10Added comment to preprocess, redir, setup, signal, eval_cmd and utilsCharles Cabergs
2020-10-10Norming interpolationCharles Cabergs
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 evalCharles Cabergs
2020-10-09Norming header, Fixing mistakes detected by static analyserCharles Cabergs
2020-10-09Norming bultin and pathCharles Cabergs
2020-10-09Fixing parenthesis leak in parser, Fixing crash on empty inputCharles Cabergs
2020-10-09Fixing 2 leaks in get_next_line and parserCharles Cabergs
2020-10-09Fixing empty PATH variable bugCharles Cabergs
2020-10-09Added OLDPWD export to builtin/cdCharles Cabergs
2020-10-08Added tok_lst_pop_front wrapperCharles Cabergs
2020-10-08Fixing input not fully eaten syntax error, Added basename in promptCharles Cabergs
2020-10-08Fixing small bug in lexer/tok_assign_strCharles Cabergs
2020-10-08Fixing leaks in parser and preprocessorCharles 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-06Fixing macos error messages and SHLVLCharles 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-28Merge branch 'master' of github.com:ouaisbrefbams/minishellCharles Cabergs
2020-09-28Fixing builtin error message and status code to work on macCharles Cabergs
2020-09-18comment addnass1pro
2020-09-17Added lexer spliting ';;', separator string lookup table in parser for error ...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-14Added %c format for errorfCharles Cabergs
2020-09-14Renaming lexer status variableCharles Cabergs