aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19Adapt mv builtin tests to terminology changeKaren Arutyunov1-6/+6
2020-06-11Add date builtinKaren Arutyunov1-0/+48
2020-06-03Add builtin weightKaren Arutyunov1-3/+9
Also invent the notion of external builtin (builtin_info::function is NULL).
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-3/+3
Now it preserves the relative path when creates a symlink and completes it against the link directory when creates a hardlink or a copy.
2020-02-06Drop copyright notice from source codeBoris Kolpackov14-14/+0
2019-09-27Add builtins supportKaren Arutyunov15-0/+1992