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
Age
Commit message (
Expand
)
Author
2018-10-24
path/filepath: add example for Match
Aurélien Rainone
2018-10-11
path/filepath: add AIX operating system
Clément Chigot
2018-09-29
path/filepath: fix Windows-specific Clean bug
QtRoS
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-13
path/filepath: correct symlink eval for symlink at root
Ian Lance Taylor
2018-09-13
path/filepath: rewrite walkSymlinks
Ian Lance Taylor
2018-08-26
path/filepath: fix Join with Windows drive letter
Yasuhiro Matsumoto
2018-07-29
path: present the correct error message in TestMatch
John Gibb
2018-07-18
filepath: updates doc to give case where WalkFunc info arg may be nil
Jack
2018-07-17
path/filepath: make Walk example runnable in the playground
Mostyn Bramley-Moore
2018-06-01
os: add js/wasm architecture
Richard Musiol
2018-05-14
path/filepath: make Abs("") return working directory on Windows
Dmitri Shuralyov
2018-04-26
path/filepath: fix Win32 tests missing 'chcp'
Lubomir I. Ivanov (VMware)
2018-03-26
path/filepath: change example to print the correct path on failure
Erwin Oegema
2018-03-05
path/filepath: use a temp dir in path_test.go
Mostyn Bramley-Moore
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í
2018-02-13
path: add example for Match
Jeff Dupont
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
path/filepath: re-implement windows EvalSymlinks
Alex Brainman
2017-09-27
path/filepath: add example for Walk
Jean-Francois Cantin
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-25
path/filepath: ensure Walk report unreadable directories once
Wei Congrui
2017-09-24
path/filepath: simplify TestEvalSymlinks
Alex Brainman
2017-09-12
all: remove strings.Contains check around Replace
Daniel Martí
2017-09-08
path: add path.Dir example with trailing slash
Mayank Kumar
2017-08-25
path/filepath: add example for Ext
Kevin Burke
2017-06-15
path/filepath: fix TestGlobError
Dominik Honnef
2017-06-14
path, path/filepath: clarify and cross-reference packages
Brad Fitzpatrick
2017-05-16
path: add examples
Mark Harrison
2017-04-26
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-05
path/filepath: add test to walk symlink
Alex Brainman
2017-02-12
path/filepath: add test for directory junction walk
Alex Brainman
2017-02-11
path/filepath: fix TestWinSplitListTestsAreValid on some systems
Remi Gillig
2017-02-04
path/filepath: ignore dot for Dir(`\\server\share`)
Yasuhiro Matsumoto
2017-01-07
all: fix misspellings
shawnps
2016-12-16
path/filepath: deprecate HasPrefix
Joe Tsai
2016-11-08
path: document that filepath is recommended to manipulate filename paths
Jaana Burcu Dogan
2016-10-29
path/filepath: fix Abs on Windows
Zev Goldstein
2016-10-25
path/filepath: make TestToNorm robust
Hiroshi Ioka
2016-10-25
test: delete bugs directory
Josh Bleecher Snyder
2016-10-24
path/filepath: fix match of \\?\c:\* on Windows
Russ Cox
2016-10-23
path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...
Hiroshi Ioka
2016-10-16
path/filepath: simplify TestToNorm
Hiroshi Ioka
2016-10-12
path/filepath: add a test case for EvalSymlinks error
Hiroshi Ioka
2016-10-12
path/filepath: remove unneeded doc statement for SplitList
Dmitri Shuralyov
2016-09-05
path/filepath: handle "C:." correctly in EvalSymlinks on Windows
Hiroshi Ioka
2016-09-02
path/filepath: use new style deprecation message
Jaana Burcu Dogan
2016-08-30
path/filepath: handle ".." in normalizing a path on Windows
Hiroshi Ioka
[prev]
[next]