aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path
AgeCommit message (Expand)Author
2012-03-28path/filepath: correct comment in EvalSymlinksAlex Brainman
2012-03-27path/filepath: use windows GetShortPathName api to force GetLongPathName to d...Alex Brainman
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-19path/filepath: implement Match and Glob on windowsAlex 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-29path/filepath: steer people away from HasPrefixRuss Cox
2012-02-29path/filepath: note that SplitList is different from strings.SplitRuss Cox
2012-02-17path/filepath: fix test on darwinRob Pike
2012-02-16path, path/filepath: polish documentation.Rémy Oudompheng
2012-02-16godoc: make example code more readable with new comment conventionAndrew Gerrand
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
2012-01-19path: added examplesSanjay Menakuru
2011-12-23path/filepath: implement Base and Dir for windowsAlex Brainman
2011-12-22path: DirRob Pike
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