summaryrefslogtreecommitdiff
path: root/src/path/filepath/match.go
Commit message (Expand)AuthorAgeFilesLines
* path/filepath: fix stack exhaustion in GlobJulie Qiu2022-07-121-1/+11
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-231-24/+37
* path/filepath: add explicit comment marking elided errorsRuss Cox2020-07-071-3/+3
* path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí2018-02-141-2/+5
* path: remove filename mentions from pattern godocsDaniel Martí2018-02-141-1/+1
* 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