index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
path
/
filepath
/
match.go
Age
Commit message (
Expand
)
Author
2022-07-12
path/filepath: fix stack exhaustion in Glob
Julie Qiu
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2020-10-23
io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob
Russ Cox
2020-07-07
path/filepath: add explicit comment marking elided errors
Russ Cox
2018-02-14
path/filepath: fix escaped chars in Glob on non-Windows
Daniel MartÃ
2018-02-14
path: remove filename mentions from pattern godocs
Daniel MartÃ
2016-10-24
path/filepath: fix match of \\?\c:\* on Windows
Russ Cox
2016-05-31
path/filepath: prevent infinite recursion on Windows on UNC input
Josh Bleecher Snyder
2016-05-27
path/filepath: fix globbing of c:\*dir\... pattern
Alex Brainman
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2014-09-18
path/filepath: document that Glob ignores i/o errors
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox