aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/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
2012-08-30path: improve documentation for DirRob Pike
2012-06-27path/filepath: avoid allocation in Clean of cleaned pathRuss Cox
2012-04-24path: document that Clean deletes trailing slashes.Rob Pike
2012-02-16path, path/filepath: polish documentation.Rémy Oudompheng
2011-12-22path: DirRob Pike
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer
2010-11-30path: Windows support for SplitBenny Siegert
2010-09-09path: add IsAbsIvan Krasin
2010-09-09path: fix typo in path.VisitorAndrew Gerrand
2010-08-05path: fix comment for Split()Alex Brainman
2010-06-09add path.Base, analogous to Unix basenameRob Pike
2010-04-09rename os.Dir to os.FileInfoRob Pike
2010-03-11math, path: minor comment fixesRobert Griesemer
2010-02-25strings: delete Runes, BytesRuss Cox
2010-02-05path: make Join variadicStephen Weinberg
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-05gofmt'ed various stragglersRobert Griesemer
2009-10-19directory tree walk w/ visitor per rsc's suggestionRobert Griesemer
2009-10-08more lgtm files from gofmtRuss Cox
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox
2009-06-29io.StringBytes -> strings.BytesRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike