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_test.go
Age
Commit message (
Expand
)
Author
2012-03-27
path/filepath: convert drive letter to upper case in windows EvalSymlinks
Alex Brainman
2012-03-23
path/filepath: windows drive letter cannot be a digit
Alex Brainman
2012-03-08
all: gofmt -w -s src misc
Robert Griesemer
2012-03-08
path/filepath: retrieve real file name in windows EvalSymlinks
Alex Brainman
2012-03-07
os: fix SameFile to work for directories on windows
Alex Brainman
2012-03-07
path/filepath: disable AbsTest on windows
Rob Pike
2012-03-07
path/filepath/path_test.go: repair and enable TestAbs
Rob Pike
2012-02-17
path/filepath: fix test on darwin
Rob Pike
2012-02-16
path, path/filepath: polish documentation.
Rémy Oudompheng
2012-02-13
all: update 'gotest' to 'go test'
Shenghou Ma
2012-02-07
path/filepath: repair and simplify the symlink test
Rob Pike
2012-02-04
path/filepath: disable broken tests
Russ Cox
2012-02-03
os: turn FileStat.Sys into a method on FileInfo
Gustavo Niemeyer
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-25
path/filepath: fix test
Rob Pike
2011-12-23
path/filepath: implement Base and Dir for windows
Alex Brainman
2011-12-22
path/filepath: Dir
Rob Pike
2011-12-02
gofmt -s misc src
Russ Cox
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-13
path/filepath: new signature for Walk
Rob Pike
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-09-06
cleanup: gofmt -s -w src misc
Robert Griesemer
2011-07-18
path/filepath: fixes for windows paths
Alex Brainman
2011-06-24
path/filepath: enable TestWalk to run on windows
Alex Brainman
2011-06-02
path/filepath: skip permission test in all.bash
Russ Cox
2011-05-30
filepath: Abs must always return a clean path
Gustavo Niemeyer
2011-05-17
filepath: make EvalSymlinks work on Windows
Alex Brainman
2011-04-04
os: New Open API.
Rob Pike
2011-04-04
filepath: new Abs function
Gustavo Niemeyer
2011-03-21
path/filepath: fix TestEvalSymlinks when run under symlinked GOROOT
Andrew Gerrand
2011-03-18
filepath: do not run TestEvalSymlinks on Windows
Alex Brainman
2011-03-17
path/filepath: add EvalSymlinks function
Andrew Gerrand
2011-03-17
path: work for windows.
Yasuhiro Matsumoto
2011-03-07
path/filepath: disable test on windows to fix build
Alex Brainman
2011-03-06
path/filepath: new OS-specific path support
Gustavo Niemeyer