aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath/path_test.go
AgeCommit message (Expand)Author
2012-03-27path/filepath: convert drive letter to upper case in windows EvalSymlinksAlex Brainman
2012-03-23path/filepath: windows drive letter cannot be a digitAlex Brainman
2012-03-08all: gofmt -w -s src miscRobert Griesemer
2012-03-08path/filepath: retrieve real file name in windows EvalSymlinksAlex Brainman
2012-03-07os: fix SameFile to work for directories on windowsAlex Brainman
2012-03-07path/filepath: disable AbsTest on windowsRob Pike
2012-03-07path/filepath/path_test.go: repair and enable TestAbsRob Pike
2012-02-17path/filepath: fix test on darwinRob Pike
2012-02-16path, path/filepath: polish documentation.Rémy Oudompheng
2012-02-13all: update 'gotest' to 'go test'Shenghou Ma
2012-02-07path/filepath: repair and simplify the symlink testRob Pike
2012-02-04path/filepath: disable broken testsRuss Cox
2012-02-03os: turn FileStat.Sys into a method on FileInfoGustavo Niemeyer
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-25path/filepath: fix testRob Pike
2011-12-23path/filepath: implement Base and Dir for windowsAlex Brainman
2011-12-22path/filepath: DirRob Pike
2011-12-02gofmt -s misc srcRuss Cox
2011-11-30os: new FileInfo, FileMode types + update treeRuss Cox
2011-11-27filepath/path: fix Rel buffer sizingGustavo Niemeyer
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-10-04path/filepath: added Rel as the complement of AbsGustavo Niemeyer
2011-09-13path/filepath: new signature for WalkRob Pike
2011-09-09path/filepath: make UNC file names workYasuhiro Matsumoto
2011-09-07undo CL 4964067 / 661cb84cc6f0Robert Griesemer
2011-09-07path/filepath: Simplify Walk interfaceGustavo Niemeyer
2011-09-06cleanup: gofmt -s -w src miscRobert Griesemer
2011-07-18path/filepath: fixes for windows pathsAlex Brainman
2011-06-24path/filepath: enable TestWalk to run on windowsAlex Brainman
2011-06-02path/filepath: skip permission test in all.bashRuss Cox
2011-05-30filepath: Abs must always return a clean pathGustavo Niemeyer
2011-05-17filepath: make EvalSymlinks work on WindowsAlex Brainman
2011-04-04os: New Open API.Rob Pike
2011-04-04filepath: new Abs functionGustavo Niemeyer
2011-03-21path/filepath: fix TestEvalSymlinks when run under symlinked GOROOTAndrew Gerrand
2011-03-18filepath: do not run TestEvalSymlinks on WindowsAlex Brainman
2011-03-17path/filepath: add EvalSymlinks functionAndrew Gerrand
2011-03-17path: work for windows.Yasuhiro Matsumoto
2011-03-07path/filepath: disable test on windows to fix buildAlex Brainman
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer