aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/match.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] path/filepath: fix stack exhaustion in GlobJulie Qiu
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-07-07path/filepath: add explicit comment marking elided errorsRuss Cox
2018-02-14path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí
2018-02-14path: remove filename mentions from pattern godocsDaniel Martí
2016-10-24path/filepath: fix match of \\?\c:\* on WindowsRuss Cox
2016-05-31path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder
2016-05-27path/filepath: fix globbing of c:\*dir\... patternAlex Brainman
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-18path/filepath: document that Glob ignores i/o errorsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox