Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-25 | Add find builtin | Karen Arutyunov | 2 | -0/+283 | |
2021-09-28 | Get rid of C++ modules related code and rename *.mxx files to *.hxx | Karen Arutyunov | 1 | -21/+5 | |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 1 | -2/+3 | |
2021-07-06 | Clear errno before calling strto*() functions | Boris Kolpackov | 1 | -0/+1 | |
2021-03-27 | Fix occasionally failing timeout builtin test | Karen Arutyunov | 1 | -2/+2 | |
2021-03-26 | Add regex_replace_parse() overloads | Karen Arutyunov | 1 | -3/+3 | |
2020-11-25 | Allow multiple -e options for sed builtin | Karen Arutyunov | 1 | -16/+39 | |
2020-11-06 | Add builtin::timed_wait(), builtin::try_wait(), and pseudo_builtin() | Karen Arutyunov | 3 | -18/+166 | |
2020-06-19 | Adapt mv builtin tests to terminology change | Karen Arutyunov | 1 | -6/+6 | |
2020-06-11 | Add date builtin | Karen Arutyunov | 1 | -0/+48 | |
2020-06-03 | Add builtin weight | Karen Arutyunov | 1 | -3/+9 | |
Also invent the notion of external builtin (builtin_info::function is NULL). | |||||
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 1 | -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-06 | Drop copyright notice from source code | Boris Kolpackov | 14 | -14/+0 | |
2019-09-27 | Add builtins support | Karen Arutyunov | 15 | -0/+1992 | |