aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
AgeCommit message (Collapse)Author
2020-10-15Fixing case insensitive executable path, Removing prompt basenameCharles Cabergs
2020-10-09Norming bultin and pathCharles Cabergs
2020-10-09Fixing 2 leaks in get_next_line and parserCharles Cabergs
2020-10-09Fixing empty PATH variable bugCharles Cabergs
2020-10-07Fixing parenthesis pipeline parsing, False negative unmatched quote on strCharles Cabergs
2020-10-06Fixing macos error messages and SHLVLCharles Cabergs
2020-09-16Fixing memory leaks in preprocess and parserCharles 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-09Moving utils_directory_iter back to path.c, abstraction not needed without globsCharles Cabergs
2020-07-18Fixing exit error message and overflow detectionCharles
2020-07-15Added export/unset builtin error message and status codeCharles
2020-04-05Preprocessing (glob and iterpolation) draft (not tested)Charles
2020-04-03Refactoring env, connecting pipes, preprocess draftCharles
2020-04-03Evaluation pipe frame (not tested)Charles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-04-01Added AST functions, tested eval with basic inputCharles
2020-03-31Removing ms_ prefix, Removing junkCharles
2020-03-30Added docCharles
2020-03-28Cleaning env and path, Removed state structCharles
2020-02-28Added environment and stateCharles
Also dummy files eval.c parse.c
2020-02-27WIP: path update from PATH formated stringCharles