aboutsummaryrefslogtreecommitdiff
path: root/src/eval/exec.c
AgeCommit message (Collapse)Author
2020-09-14Removing path hash table, replacing it by brute force searchpathCharles Cabergs
2020-09-14Refactoring exec_search_path to distinguish between command not found and ↵Charles Cabergs
malloc error
2020-07-19Fixing cd error messages, Fixing glob on linksCharles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-04-01Added builtin support in command eval, Refactoring eval/builtin function, ↵Charles
Added doc