aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath
AgeCommit message (Expand)Author
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
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