aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
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-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-07-20Fixing glob by removing chdir, Changed cmd variablesCharles
2020-07-19Fixing cd error messages, Fixing glob on linksCharles
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-14update lexernass1pro
2020-07-14Refactoring error handling during parsingCharles
2020-07-14uptdate errornass1pro
2020-06-18Merge branch 'builtin'Charles
2020-06-17Fixing (mostly) glob with absolute pathCharles
2020-06-17Added env_export and env_keycmpCharles
2020-06-09Added iterpolation like bash according to lexer output (2 leaks)Charles
2020-04-05Preprocessing (glob and iterpolation) draft (not tested)Charles
2020-04-03Refactoring env, connecting pipes, preprocess draftCharles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-31Removing ms_ prefix, Removing junkCharles
2020-03-31More specific AST struct and evaluation startCharles
2020-03-30Added docCharles