aboutsummaryrefslogtreecommitdiff
path: root/src/env.c
AgeCommit message (Collapse)Author
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
2020-07-15Added export/unset builtin error message and status codeCharles
2020-07-14Refactoring error handling during parsingCharles
2020-06-18Fixing little bug in env_searchCharles
2020-06-17Added env_export and env_keycmpCharles
2020-06-12Added preprocess escape with backslash, sticky str merge, travis CI before mergeCharles
2020-06-09Added iterpolation like bash according to lexer output (2 leaks)Charles
2020-06-09Added make with multiple jobs and making merge compileCharles
2020-04-05Preprocessing (glob and iterpolation) draft (not tested)Charles
2020-04-04Glob logic mainly doneCharles
2020-04-03Refactoring env, connecting pipes, preprocess draftCharles
2020-04-03Evaluation pipe frame (not tested)Charles
2020-04-01Changed representation of environment to vectorCharles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-31Removing ms_ prefix, Removing junkCharles
2020-03-30Added docCharles
2020-03-28Cleaning env and path, Removed state structCharles