aboutsummaryrefslogtreecommitdiff
path: root/libbutl/builtin.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19Fix terminologyBoris Kolpackov1-3/+3
2020-06-11Add date builtinKaren Arutyunov1-0/+97
2020-06-03Add builtin weightKaren Arutyunov1-14/+15
Also invent the notion of external builtin (builtin_info::function is NULL).
2020-03-17Fix mkanylink() to complete relative target against link directory when ↵Karen Arutyunov1-2/+2
create hardlink or copy
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-18/+32
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 Kolpackov1-1/+0
2019-10-01Move path match to path-pattern.?xxKaren Arutyunov1-0/+3
2019-09-27Add builtins supportKaren Arutyunov1-0/+2111