aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/match.go
AgeCommit message (Expand)Author
2026-01-09path/filepath: Match: improve doc commentAlan Donovan
2025-09-04path{,/filepath}: speed up MatchJulien Cretel
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-26path/filepath, internal/filepathlite: move parts of filepath to filepathliteDamien Neil
2023-11-23path: add available godoc linkcui fliter
2022-07-12path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-04-01all: remove trailing blank doc comment linesRuss Cox
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