aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath
AgeCommit message (Collapse)Author
2011-03-17path/filepath: add EvalSymlinks functionAndrew Gerrand
R=rsc, niemeyer, r2, rog, iant2, r CC=golang-dev https://golang.org/cl/4235060
2011-03-17path: work for windows.Yasuhiro Matsumoto
R=brainman, rsc, rsc1 CC=golang-dev https://golang.org/cl/4249064
2011-03-07path/filepath: disable test on windows to fix buildAlex Brainman
R=golang-dev, rsc1 CC=golang-dev https://golang.org/cl/4235054
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer
The path package now contains only functions which deal with slashed paths, sensible for any OS when dealing with network paths or URLs. OS-specific functionality has been moved into the new path/filepath package. This also includes fixes for godoc, goinstall and other packages which were mixing slashed and OS-specific paths. R=rsc, gri, mattn, brainman CC=golang-dev https://golang.org/cl/4252044