aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath
AgeCommit message (Expand)Author
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-21path/filepath.Rel: document that the returned path is always relativeRob Pike
2011-12-21crypto/mime/net/time: add netbsd to +build tagsJoel Sing
2011-12-12build: Changes to the build infrastructure for NetBSD.Christopher Nielsen
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-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
2011-11-02all: sort importsRuss Cox
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-10-04path/filepath: added Rel as the complement of AbsGustavo Niemeyer
2011-09-16filepath: fix Glob to return no error on nonmatching patternsMichael Shields
2011-09-15build: add build comments to core packagesRuss Cox
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-09-06cleanup: gofmt -s -w src miscRobert Griesemer
2011-08-12crypto, exec, path, time: add support for OpenBSDJoel Sing
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-07-08sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-24path/filepath: enable TestWalk to run on windowsAlex Brainman
2011-06-02path/filepath: skip permission test in all.bashRuss Cox
2011-06-01path/filepath: clean up a triple negative.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-04-04path/filepath.Glob: add an error return.Rob Pike
2011-04-03path/filepath: add support for plan9Andrey Mirtchovski
2011-04-01path/filepath.Glob: don't drop known matches on error.Rob Pike
2011-03-21path/filepath: fix TestEvalSymlinks when run under symlinked GOROOTAndrew Gerrand
2011-03-18filepath: do not run TestEvalSymlinks on WindowsAlex Brainman