aboutsummaryrefslogtreecommitdiff
path: root/src/eval
AgeCommit message (Collapse)Author
2021-02-03Fixing -Wunused-resultCharles Cabergs
2020-10-15Fixing append redirection labeled has truncate redirectionCharles Cabergs
2020-10-15Fixing case insensitive executable path, Removing prompt basenameCharles Cabergs
2020-10-10Added comment to parserCharles 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-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-08Fixing input not fully eaten syntax error, Added basename in promptCharles 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
not closing read-end
2020-10-06Added pipeline ast and pipeline evaluation (not working when first command ↵Charles Cabergs
is infinite)
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
tested
2020-09-15Partially fixing pipes (more than 1 still breaks)Charles 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 ↵Charles Cabergs
malloc error
2020-09-14Fixing status to string leak by putting the string representation in a ↵Charles Cabergs
static buffer
2020-09-14Refactoring redir and preprocess_filename to distiguish between command ↵Charles Cabergs
error and fatal error
2020-09-13Refactoring eval file structure, Added comment to builtinCharles Cabergs
2020-09-13Fixing pipe zombie childrenCharles Cabergs
2020-09-12Added concurrent pipeline (not working with minishell_test for some obscure ↵Charles Cabergs
reason)
2020-09-11Removing command local variableCharles Cabergs
2020-09-10Added errorf_ret helper, Removing error to status (just status code and ↵Charles Cabergs
fatal error)
2020-09-10Added better error handling in evalCharles Cabergs
2020-09-09Re Added cmd variableCharles Cabergs
2020-08-28Fixing double free redir, export and preprocess on empty valueCharles Cabergs
2020-08-28Cleaning parserCharles Cabergs
2020-08-27Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlstCharles 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-19Removing glob, Rewritting preprocessing with escape and interpolation onlyCharles Cabergs
2020-07-20Fixing glob by removing chdir, Changed cmd variablesCharles
2020-07-20update eval_cmdnass1pro
2020-07-19Added errof for cleaner error message, Removed previous error functionsCharles
2020-07-19Fixing directory cmd and $?Charles
2020-07-19Fixing cd error messages, Fixing glob on linksCharles
2020-07-18Fixing exit error message and overflow detectionCharles
2020-07-18Fixing cmd_variable with same names with env_export, Refactoring signal and ↵Charles
prompt out of main
2020-07-15Added cmd local/exported environment variable (WIP, still a few edge cases)Charles