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
/
path_windows.go
Age
Commit message (
Expand
)
Author
2024-11-21
internal/copyright: add test that copyright notices exist
Russ Cox
2024-04-26
path/filepath, internal/filepathlite: move parts of filepath to filepathlite
Damien Neil
2024-04-26
all: rename internal/safefilepath to internal/filepathlite
Damien Neil
2024-02-23
path/filepath: delete the deprecated joinNonEmpty and isUNC
Andy Pan
2023-11-09
path/filepath: consider \\?\c: as a volume on Windows
Damien Neil
2023-11-07
path/filepath: fix various issues in parsing Windows paths
Damien Neil
2022-12-02
path/filepath: make Join("c:", "/a") return "c:/a" again
Damien Neil
2022-11-17
path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocal
Damien Neil
2022-11-16
path/filepath: add IsLocal
Damien Neil
2022-11-09
Revert "path/filepath: change IsAbs("NUL") to return true"
Damien Neil
2022-11-09
path/filepath: detect all forms of \\ volume paths on Windows
Damien Neil
2022-09-23
path/filepath: optimize isReservedName
Joe Tsai
2021-08-18
path/filepath: change IsAbs to treat \\host\share as an absolute path
Yasuhiro Matsumoto
2018-11-02
path/filepath: change IsAbs("NUL") to return true
Alex Brainman
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-08-26
path/filepath: fix Join with Windows drive letter
Yasuhiro Matsumoto
2018-05-14
path/filepath: make Abs("") return working directory on Windows
Dmitri Shuralyov
2017-09-12
all: remove strings.Contains check around Replace
Daniel Martí
2016-12-16
path/filepath: deprecate HasPrefix
Joe Tsai
2016-10-29
path/filepath: fix Abs on Windows
Zev Goldstein
2016-10-24
path/filepath: fix match of \\?\c:\* on Windows
Russ Cox
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-12-06
path/filepath: handle c: as first parameter in Join properly
Alex Brainman
2015-11-12
path/filepath: in Rel use case-insensitive comparison on Windows
Yasuhiro Matsumoto
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-01-20
path/filepath: make Join handle UNC paths on Windows
Emil Hessman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox