Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 1 | -1/+1 | |
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-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 1 | -20/+32 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-09-28 | Swap entry and pattern parameters in path_match() | Karen Arutyunov | 1 | -155/+155 | |
2019-09-27 | Add support for bracket expressions in wildcard pattern matching | Karen Arutyunov | 1 | -2/+68 | |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 1 | -10/+10 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-12-01 | Change path_search() to only match directory absent components in 'match ↵ | Karen Arutyunov | 1 | -29/+105 | |
absent' mode | |||||
2018-11-30 | Add match_absent flag for path_{search,match}() functions | Karen Arutyunov | 1 | -0/+81 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-18 | Add ignore_dangling parameter to dir_iterator() ctor | Karen Arutyunov | 1 | -1/+15 | |
2017-06-12 | Add tests and fixes for path_search(pattern,entry) | Karen Arutyunov | 1 | -27/+597 | |
2017-03-13 | Add flexibility to path search callback function | Karen Arutyunov | 1 | -0/+178 | |
2017-03-09 | Fix path_match() character case sensitivity on Windows | Karen Arutyunov | 1 | -0/+13 | |
2017-02-13 | Implement path_match() and path_search() | Boris Kolpackov | 1 | -0/+378 | |