aboutsummaryrefslogtreecommitdiff
path: root/tests/wildcard/testscript
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Support detecting inaccessible/dangling entries in dir_iterator, path_search()Karen Arutyunov1-2/+4
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-1/+1
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov1-20/+32
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-09-28Swap entry and pattern parameters in path_match()Karen Arutyunov1-155/+155
2019-09-27Add support for bracket expressions in wildcard pattern matchingKaren Arutyunov1-2/+68
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov1-10/+10
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-12-01Change path_search() to only match directory absent components in 'match abse...Karen Arutyunov1-29/+105
2018-11-30Add match_absent flag for path_{search,match}() functionsKaren Arutyunov1-0/+81
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-18Add ignore_dangling parameter to dir_iterator() ctorKaren Arutyunov1-1/+15
2017-06-12Add tests and fixes for path_search(pattern,entry)Karen Arutyunov1-27/+597
2017-03-13Add flexibility to path search callback functionKaren Arutyunov1-0/+178
2017-03-09Fix path_match() character case sensitivity on WindowsKaren Arutyunov1-0/+13
2017-02-13Implement path_match() and path_search()Boris Kolpackov1-0/+378