summaryrefslogtreecommitdiff
path: root/src/path/filepath/match.go
Commit message (Expand)AuthorAgeFilesLines
* path/filepath: fix match of \\?\c:\* on WindowsRuss Cox2016-10-241-7/+11
* path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder2016-05-311-0/+5
* path/filepath: fix globbing of c:\*dir\... patternAlex Brainman2016-05-271-7/+33
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-2/+2
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-2/+2
* path/filepath: document that Glob ignores i/o errorsRuss Cox2014-09-181-4/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+309