aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath/path.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-22path, path/filepath: remove dead codeDave Cheney
2014-08-22path/filepath: make Abs handle paths like c:a.txt properlyAlex Brainman
2014-03-11path/filepath: fixed misaligned comment.Kay Zhu
2013-12-17os, path/filepath: don't ignore Lstat errors in ReaddirBrad Fitzpatrick
2013-02-20path/filepath, os/exec: unquote PATH elements on WindowsPéter Surányi
2013-02-19path/filepath: document Dir betterRuss Cox
2013-02-04path/filepath: document that Walk does not follow symlinksRuss Cox
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-17path/filepath: better documentation for WalkFuncRob Pike
2012-06-30path/filepath: avoid allocation in Clean of cleaned path even on windows (fix...Alex Brainman
2012-06-27path/filepath: avoid allocation in Clean of cleaned pathRuss Cox
2012-06-02path/filepath: implement documented SkipDir behaviorJan Mercl
2012-04-24path: document that Clean deletes trailing slashes.Rob Pike
2012-03-08path/filepath: retrieve real file name in windows EvalSymlinksAlex Brainman
2012-02-29path/filepath: note that SplitList is different from strings.SplitRuss Cox
2012-02-16path, path/filepath: polish documentation.Rémy Oudompheng
2011-12-23path/filepath: implement Base and Dir for windowsAlex Brainman
2011-12-22path/filepath: DirRob Pike
2011-12-21path/filepath.Rel: document that the returned path is always relativeRob Pike
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-14path/filepath: document that Walk sorts its outputRob Pike
2011-09-13path/filepath: new signature for WalkRob Pike
2011-09-12path/filepath: fix Visitor docGustavo Niemeyer
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-07-19go/build: fixes for windows pathsAlex Brainman
2011-07-18path/filepath: fixes for windows pathsAlex Brainman
2011-07-13filepath/path: fix a commentRobert Griesemer
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-01filepath: remove string constants. They are unnecessary.Rob Pike
2011-05-30filepath: Abs must always return a clean pathGustavo Niemeyer
2011-05-29os: fix os.MkdirAll with backslash path separator.Yasuhiro Matsumoto
2011-05-17filepath: make EvalSymlinks work on WindowsAlex Brainman
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-04os: New Open API.Rob Pike
2011-04-04filepath: new Abs functionGustavo Niemeyer
2011-03-17path/filepath: add EvalSymlinks functionAndrew Gerrand
2011-03-17path: work for windows.Yasuhiro Matsumoto
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer