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
/
pkg
/
path
/
filepath
/
path.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-22
path, path/filepath: remove dead code
Dave Cheney
2014-08-22
path/filepath: make Abs handle paths like c:a.txt properly
Alex Brainman
2014-03-11
path/filepath: fixed misaligned comment.
Kay Zhu
2013-12-17
os, path/filepath: don't ignore Lstat errors in Readdir
Brad Fitzpatrick
2013-02-20
path/filepath, os/exec: unquote PATH elements on Windows
Péter Surányi
2013-02-19
path/filepath: document Dir better
Russ Cox
2013-02-04
path/filepath: document that Walk does not follow symlinks
Russ Cox
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-17
path/filepath: better documentation for WalkFunc
Rob Pike
2012-06-30
path/filepath: avoid allocation in Clean of cleaned path even on windows (fix...
Alex Brainman
2012-06-27
path/filepath: avoid allocation in Clean of cleaned path
Russ Cox
2012-06-02
path/filepath: implement documented SkipDir behavior
Jan Mercl
2012-04-24
path: document that Clean deletes trailing slashes.
Rob Pike
2012-03-08
path/filepath: retrieve real file name in windows EvalSymlinks
Alex Brainman
2012-02-29
path/filepath: note that SplitList is different from strings.Split
Russ Cox
2012-02-16
path, path/filepath: polish documentation.
Rémy Oudompheng
2011-12-23
path/filepath: implement Base and Dir for windows
Alex Brainman
2011-12-22
path/filepath: Dir
Rob Pike
2011-12-21
path/filepath.Rel: document that the returned path is always relative
Rob Pike
2011-11-30
os: new FileInfo, FileMode types + update tree
Russ Cox
2011-11-27
filepath/path: fix Rel buffer sizing
Gustavo Niemeyer
2011-11-01
src/pkg/[n-z]*: gofix -r error -force=error
Russ Cox
2011-10-04
path/filepath: added Rel as the complement of Abs
Gustavo Niemeyer
2011-09-14
path/filepath: document that Walk sorts its output
Rob Pike
2011-09-13
path/filepath: new signature for Walk
Rob Pike
2011-09-12
path/filepath: fix Visitor doc
Gustavo Niemeyer
2011-09-09
path/filepath: make UNC file names work
Yasuhiro Matsumoto
2011-09-07
undo CL 4964067 / 661cb84cc6f0
Robert Griesemer
2011-09-07
path/filepath: Simplify Walk interface
Gustavo Niemeyer
2011-07-19
go/build: fixes for windows paths
Alex Brainman
2011-07-18
path/filepath: fixes for windows paths
Alex Brainman
2011-07-13
filepath/path: fix a comment
Robert Griesemer
2011-06-28
strings.Split: make the default to split all.
Rob Pike
2011-06-01
filepath: remove string constants. They are unnecessary.
Rob Pike
2011-05-30
filepath: Abs must always return a clean path
Gustavo Niemeyer
2011-05-29
os: fix os.MkdirAll with backslash path separator.
Yasuhiro Matsumoto
2011-05-17
filepath: make EvalSymlinks work on Windows
Alex Brainman
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-04
os: New Open API.
Rob Pike
2011-04-04
filepath: new Abs function
Gustavo Niemeyer
2011-03-17
path/filepath: add EvalSymlinks function
Andrew Gerrand
2011-03-17
path: work for windows.
Yasuhiro Matsumoto
2011-03-06
path/filepath: new OS-specific path support
Gustavo Niemeyer