aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path
AgeCommit message (Expand)Author
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
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2010-12-15remove naclRuss Cox
2010-12-08path: fix printf glitch in testRob Pike
2010-12-07throughout: fix broken calls to Printf etc.Rob Pike
2010-11-30path: Windows support for SplitBenny Siegert
2010-11-10path: Fix Glob when it finds a file in directory position.Ian Lance Taylor
2010-11-05path: add GlobBenny Siegert
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-09-24... changesRuss Cox
2010-09-23tests: fix printsRob Pike
2010-09-09path: add IsAbsIvan Krasin
2010-09-09path: fix typo in path.VisitorAndrew Gerrand
2010-08-18build: no required environment variablesRuss Cox
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-25path: Fix bug in Match with non-greedy starsKevin Ballard
2010-02-24path: add MatchRuss 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-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-13path.TestWalk: disable error case if rootRuss 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-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt'ed various stragglersRobert Griesemer
2009-10-27files that are okay from the last gofmt roundRuss Cox
2009-10-19directory tree walk w/ visitor per rsc's suggestionRobert Griesemer
2009-10-08more lgtm files from gofmtRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-06-29io.StringBytes -> strings.BytesRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike