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_test.go
Age
Commit message (
Expand
)
Author
2022-07-12
path/filepath: fix stack exhaustion in Glob
Julie Qiu
2021-04-10
path/filepath: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-23
io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob
Russ Cox
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-02-14
path/filepath: fix escaped chars in Glob on non-Windows
Daniel MartÃ
2017-06-15
path/filepath: fix TestGlobError
Dominik Honnef
2016-08-23
path/filepath: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
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-10-20
path/filepath: disable symlink tests on android.
Hyang-Ah Hana Kim
2014-09-08
build: move package sources from src/pkg to src
Russ Cox